SciTE - now with official Hollywood support

Official announcements from the Hollywood team
Post Reply
admin
Site Admin
Posts: 149
Joined: Fri Feb 12, 2010 12:21 pm

SciTE - now with official Hollywood support

Post by admin »

Starting with version 5.3.6 the popular SciTE editor based on Scintilla now comes with inbuilt Hollywood support. SciTE is available for many different platforms. Hollywood support in SciTE is very convenient because it's possible to run Hollywood scripts directly from SciTE and you can also compile Hollywood scripts into executables directly from SciTE. Online help for Hollywood functions is also supported. Using SciTE for Hollywood development is especially useful on Linux and macOS systems because there's no Hollywood IDE on these systems.

Note that since SciTE supports many different languages and there is limited space in the menu, Hollywood support is not enabled by default. To enable Hollywood support in SciTE, you need to edit the file SciTEGlobal.properties and remove "hollywood" from the exclude list. Look for this block in SciTEGlobal.properties:

Code: Select all

# To keep menus short, these .properties files are not loaded by default.
imports.exclude=abaqus ada asciidoc asl asn1 au3 ave avs baan blitzbasic bullant \
caml cil cmake cobol coffeescript csound d dataflex ecl eiffel erlang escript \
flagship forth fortran freebasic fsharp \
gap haskell hex hollywood inno kix latex lot lout \
maxima metapost mmixal modula3 nim nimrod nncrontab nsis \
opal oscript pov powerpro ps purebasic r raku rebol rust \
sas scriptol smalltalk sorcins spice specman \
tacl tal txt2tags verilog vhdl visualprolog
Remove the word "hollywood" from the exclude list to enable Hollywood support in SciTE. Once you have done that as soon as you open a *.hws file, Hollywood support will be enabled in SciTE.

Note that SciTE expects Hollywood to be in "C:\Program Files\Hollywood" on Windows, in "/opt/Hollywood" on Linux and in "/Applications/Hollywood.app" on macOS. If you have installed Hollywood in a different location, you need to edit the file "hollywood.properties" to reflect that location. Otherwise running and compiling Hollywood scripts from SciTE won't work.

Download the latest version of SciTE from here.
plouf
Posts: 473
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: SciTE - now with official Hollywood support

Post by plouf »

very good and interesting well done
Note that if you dont have Hollywood in C:\Program Files need to change Options->Hollywood.properties

SciTe is the way forward, even if it luck some stuff to become true IDE alternative like help in plugins, autocompletion, os executable etc
Hope will follow updates with hollywood new feature

Some Stuff Like Line Numbering is Top features..
Christos
plouf
Posts: 473
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: SciTE - now with official Hollywood support

Post by plouf »

just an idea but maybe its worthy/marketee correct/ helpfull to new users
SciTE compatibility (and Notepad++) to be writen in webpage thirdparty downloads
Christos
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: SciTE - now with official Hollywood support

Post by airsoftsoftwair »

plouf wrote: Mon Jun 19, 2023 7:41 am just an idea but maybe its worthy/marketee correct/ helpfull to new users
SciTE compatibility (and Notepad++) to be writen in webpage thirdparty downloads
Good idea. I have added such information to the download page now.
Randy
Posts: 4
Joined: Sat Jul 15, 2023 2:50 pm

Re: SciTE - now with official Hollywood support

Post by Randy »

SciTE Linux user looking to install latest version SciTE and enable Hollywood programming language. I have a little Bash script for you. Just download SciTE file and run the script. For more information see https://familybusinesssoftware.com/inde ... rogramming

Image
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: SciTE - now with official Hollywood support

Post by airsoftsoftwair »

Randy wrote: Thu Jul 20, 2023 9:32 pm SciTE Linux user looking to install latest version SciTE and enable Hollywood programming language. I have a little Bash script for you. Just download SciTE file and run the script. For more information see https://familybusinesssoftware.com/inde ... rogramming
Nice, thanks, and welcome to the forums!
Post Reply