It is currently March 28th, 2024, 9:14 pm

RainLexer 2.20.0 (syntax highlighter for Notepad++)

Plugins and Addons popular with the Community
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.20 (syntax highlighter for Notepad++)

Post by jsmorley »

Updated first post for new RainLexer v1.1.20 version.

Added keywords for InlineSetting / InlinePattern.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.21 (syntax highlighter for Notepad++)

Post by jsmorley »

Updated first post for new RainLexer v1.1.21 version.

Added keywords for SkinWidth / SkinHeight.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

RainLexer 1.1.21 not Recognizing 'RegKey'

Post by eclectic-tech »

The Registry measure 'RegKey' is not being recognized as a valid keyword in version 1.1.21 of rainlexer.

Just another thing to add to your 'ToDo' list when you can spare the time... :D
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.21 not Recognizing 'RegKey'

Post by jsmorley »

eclectic-tech wrote:The Registry measure 'RegKey' is not being recognized as a valid keyword in version 1.1.21 of rainlexer.

Just another thing to add to your 'ToDo' list when you can spare the time... :D
Hm.. It is for me.
1.jpg
You do not have the required permissions to view the files attached to this post.
Ap0st0l
Posts: 4
Joined: August 21st, 2015, 4:39 pm

Re: RainLexer 1.1.21 (syntax highlighter for Notepad++)

Post by Ap0st0l »

Hi,
I encountered a problem... This plugin is awesome and I was using it for some time, but then it suddenly stopped working... :???:

I can still use the default theme, but when I change it to Zenburn, I'm getting this error:
Image
(I have the newest version of Notepad++)

Do you have any ideas what is the cause? I tried reinstalling notepad++ and rainlexer (with "Reset style settings" selected, after changing theme)...
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.22 (syntax highlighter for Notepad++)

Post by jsmorley »

Ap0st0l wrote:Hi,
I encountered a problem... This plugin is awesome and I was using it for some time, but then it suddenly stopped working... :???:

I can still use the default theme, but when I change it to Zenburn, I'm getting this error:
Image
(I have the newest version of Notepad++)

Do you have any ideas what is the cause? I tried reinstalling notepad++ and rainlexer (with "Reset style settings" selected, after changing theme)...
My apologies. I created a small bug in the Zenburn .xml file in the last version I uploaded. Get the latest 1.1.22 version from the First post of this thread and install it to correct the issue.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: RainLexer 1.1.21 not Recognizing 'RegKey'

Post by eclectic-tech »

eclectic-tech wrote:The Registry measure 'RegKey' is not being recognized as a valid keyword in version 1.1.21 of rainlexer.

Just another thing to add to your 'ToDo' list when you can spare the time... :D
When I paste a blank measure with just the keywords, and no values entered, it doesn't properly recognize it.
But, once a value is inserted, it self-corrects... :oops:

Thanks for checking this out! :thumbup:
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.21 not Recognizing 'RegKey'

Post by jsmorley »

eclectic-tech wrote: When I paste a blank measure with just the keywords, and no values entered, it doesn't properly recognize it.
But, once a value is inserted, it self-corrects... :oops:

Thanks for checking this out! :thumbup:
No problem. It's not just the keyword itself it is looking for, or you would get bogus hits in strings all over the place. It is looking for the keyword at the beginning of the line, and followed by an equals sign.
User avatar
eclectic-tech
Rainmeter Sage
Posts: 5384
Joined: April 12th, 2012, 9:40 pm
Location: Cedar Point, Ohio, USA

Re: RainLexer 1.1.21 not Recognizing 'RegKey'

Post by eclectic-tech »

jsmorley wrote:...No problem. It's not just the keyword itself it is looking for, or you would get bogus hits in strings all over the place. It is looking for the keyword at the beginning of the line, and followed by an equals sign.
There are equal signs after every keyword. It is not a problem, because it does recognize it once any character is typed after the equal sign.
I guess it more that I don't like seeing Red in my code ;-)

My 'blank' framework that I paste:

Code: Select all

[MeasureRegistry]
Measure=Registry
RegHKey=
RegKey=
RegValue=
;UpdateDivider=
Using:
Rainmeter 3.3.0 beta r2461 (32-bit)
Notepad++ v6.8.1
NPPSnippets
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: RainLexer 1.1.21 not Recognizing 'RegKey'

Post by jsmorley »

eclectic-tech wrote: There are equal signs after every keyword. It is not a problem, because it does recognize it once any character is typed after the equal sign.
I guess it more that I don't like seeing Red in my code ;-)

My 'blank' framework that I paste:

Code: Select all

[MeasureRegistry]
Measure=Registry
RegHKey=
RegKey=
RegValue=
;UpdateDivider=
Using:
Rainmeter 3.3.0 beta r2461 (32-bit)
Notepad++ v6.8.1
NPPSnippets
Not sure. Doesn't work that way for me.
1.jpg
You do not have the required permissions to view the files attached to this post.