
@ Danilo
Works great Just what the doctor ordered !!!
Thanks for sharing
Zebuddi.

Works here with original PB Scintilla.dllc4s wrote:Does this code http://www.purebasic.fr/english/viewtop ... 36#p381036 (from May 17, 2012 6:52 pm) work without modifying Scintilla.dll?
I'm asking because I compiled it in Unicode, installed it as an IDE tool with the %TEMPFILE argument and assigned a shortcut - and it doesn't work. Any ideas?
Not possible, as the code does not use %TEMPFILE (ProgramParameter(0)).c4s wrote:Edit:
Wait, I just noticed that http://www.purebasic.fr/english/viewtop ... 91#p381091 (from May 18, 2012 3:52 pm) works without modifying Scintilla.dll (but still needs the "%TEMPFILE" argument)!
Code: Select all
style = #INDIC_STRAIGHTBOX
color = RGB($00,$FF,$FF)
InnerAlpha = 50
BorderAlpha = 200
#IGNORE_CASE = #True
@Blue: Danilo's tool was useful. This type of highlighting is currently part of the PureBasic IDE. The IDE just requires to to select the text and then highlights it everywhere in the source, no key-presses necessary.Blue wrote:I'm late to the party, i know, but i just discovered this great hiliting tool by Danilo.
And i really wanted to say thank you Danilo for a very useful addendum to the PB arsenal.
My psychiatrist also wanted to thank him...
Just discovered I don't need to replace Scintilla.dll for your tool to work; so PureBasic must now have a version that supports it.Danilo wrote: Sat May 19, 2012 3:37 pmreplace the PureBasic\Compilers\Scintilla.dll with a Scintilla.dll from the file above