 ascend4nt
Member
|
Since the au3.scheme file on the Add-Ons page is outdated, and I’ve been using Programmer’s Notepad 2 to do some script editing, I decided to update the scheme so that syntax highlighting works as it does in SciTE.
Here’s a link to the updated au3.scheme file:
https://sites.google.com/site/ascend4ntscode/autoit3-syntax-highlighters/au3.scheme?attredirects=0&d=1
Just put that in the ‘schemes’ folder and restart the program.
Thanks for this great program!
Ascend4nt
|
 simon
Key Master
|
Thanks for your contribution!
|
 didlybom
Member
|
I’d be really nice if the PNPad installation shipped with AutoIt3 support out of the box.
|
 didlybom
Member
|
By the way, this au3.scheme works pretty well but it does not honor the selected color theme. That is, the background is always white and the text always black regardless of the selected color theme.
Angel
|
 NickDMax
Member
|
You can override the colors from the scheme from:
Tools > Options > Fonts & Colors > Advanced
|
 didlybom
Member
|
NickDMax,
what I don’t understand is why other schemes automatically adapt to the selected color theme, while this one does not. Is there something special that must be done on the scheme side to make it respond to the color theme selection?
Angel
|
 simon
Key Master
|
To automatically adapt, the <style/> entries in the scheme file need to use the class attribute with a name from master.scheme, e.g.
<style name="Comment Line" key="2" class="commentline"/>
|