Search found 5443 matches

by airsoftsoftwair
Sat Aug 12, 2017 9:47 pm
Forum: Hollywood bugs
Topic: pressing F1 on a command doesn't take you where it should
Replies: 2
Views: 3898

Re: pressing F1 on a command doesn't take you where it shoul

Actually, this wasn't implemented at all, so:

Code: Select all

- New [IDE]: Added online help for all control structure functionality like If, For, While, Break,
  Return, Continue, Function, etc.
by airsoftsoftwair
Sat Aug 12, 2017 7:12 pm
Forum: Hollywood bugs
Topic: Inbuilt fontengine problem with certain ttf files
Replies: 6
Views: 7902

Re: Inbuilt fontengine problem with certain ttf files

Code: Select all

- Fix: Passing a *.ttf file using an absolute path to OpenFont() or SetFont() will no longer
  result in Hollywood trying to access invalid paths in case OpenFont() or SetFont() can't
  handle the file
- Fix: Loading very old *.ttf files which didn't contain a native Unicode cmap wasn't possible
by airsoftsoftwair
Sat Aug 12, 2017 3:58 pm
Forum: Newbie questions
Topic: DebugOutput
Replies: 8
Views: 9700

Re: DebugOutput

Code: Select all

- Fix [GUI/Amiga]: DebugPrint() output is now visible when running Hollywood scripts from the GUI
by airsoftsoftwair
Sat Aug 12, 2017 3:33 pm
Forum: General programming
Topic: mistake in documentation?
Replies: 3
Views: 4528

Re: mistake in documentation?

- Fix: Using a backslash to span a string across multiple lines didn't work when a carriage return instead of a newline character followed the backslash As a workaround, simply save your scripts in Amiga/Unix format, i.e. using LF instead CRLF on line breaks. Then the backslash will work in 7.0 as ...
by airsoftsoftwair
Sat Aug 12, 2017 2:39 pm
Forum: Wishlist
Topic: New Function: WindowToBack()
Replies: 8
Views: 9131

Re: New Function: WindowToBack()

Code: Select all

- New [Amiga]: Added HideScreen() command which sends a screen to the back of the display; the
  optional argument is the name of a pubscreen; if omitted, the front-most screen is sent to the
  back which is typically what you want
by airsoftsoftwair
Sat Aug 12, 2017 2:14 pm
Forum: General programming
Topic: Question about Font Style
Replies: 4
Views: 5736

Re: Question about Font Style

Code: Select all

- New: Added several functions to get information about the current style settings: GetFontStyle(),
  GetFontColor(), GetFillStyle(), GetFormStyle(), GetLineWidth(), GetLineJoin(), GetLineCap(),
  GetFillRule() and GetDash()
by airsoftsoftwair
Sat Aug 12, 2017 12:56 pm
Forum: General plugin questions
Topic: Linking plugins in Windows
Replies: 9
Views: 12276

Re: Licking plugins in Windows

Code: Select all

- Fix: Linking plugins could fail at random because of a memory buffer being one byte too small
by airsoftsoftwair
Fri Aug 11, 2017 8:33 pm
Forum: Amiga IDE questions
Topic: Hollywood IDE
Replies: 10
Views: 24890

Re: Hollywood IDE

- New [IDE]: "Open file under cursor" and the context menu as well as the lister in the "Files" tab recognize text files now; in case a text file is detected, it is opened directly in the IDE instead of in an external editor now - New [IDE]: The file browser contains a new tab n...
by airsoftsoftwair
Thu Aug 10, 2017 9:33 pm
Forum: Hollywood bugs
Topic: UTF-8 encoding
Replies: 6
Views: 9123

Re: UTF-8 encoding

Code: Select all

- Fix: @INCLUDE didn't handle the UTF-8 BOM correctly
by airsoftsoftwair
Thu Aug 10, 2017 9:13 pm
Forum: Windows IDE
Topic: Minor bug when saving empty file
Replies: 2
Views: 7193

Re: Minor bug when saving empty file

Code: Select all

- Fix [IDE]: Loading and saving empty files didn't work