Page 2 of 2

Re: PB IDE plugin - Beautify code while typing

Posted: Sun Apr 07, 2013 4:25 pm
by eddy
work in progress:
- The annoying bug with broken line indentation : I plan to exclude ugly cases (a.k.a broken lines with complex nested round brackets)
- auto-highlighting like notepad++ : I'm searching multi-words highlighting method

idea for next releases:
- auto #PB_Any helper
- auto file browser : e.g. OpenFile(

Re: PB IDE plugin - Beautify code while typing

Posted: Sun Apr 07, 2013 7:08 pm
by eddy
[updated]
- indentation fixup

Image

Re: PB IDE plugin - Beautify code while typing

Posted: Mon Apr 08, 2013 2:02 am
by eddy
Notepad++ words highlighting: I found a solution via multi-selections (if there's no side effect)

Image

Re: PB IDE plugin - Beautify code while typing

Posted: Mon Apr 08, 2013 3:31 am
by eddy
Notepad++ words highlighting: scintilla indicators could do the job

Image

Re: PB IDE plugin - Beautify code while typing

Posted: Sun Apr 14, 2013 12:19 am
by eddy
[updated]
- indentation fixup
- code auto highlighting (like notepad++)

Re: PB IDE plugin - Beautify code while typing

Posted: Mon Apr 15, 2013 3:55 am
by eddy
[w.i.p]
- settings panel (using shared memory and ini file)
- source code updated