PB IDE plugin - Beautify code while typing

Applications, Games, Tools, User libs and useful stuff coded in PureBasic
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post 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(
Last edited by eddy on Sun Apr 07, 2013 7:12 pm, edited 1 time in total.
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post by eddy »

[updated]
- indentation fixup

Image
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post by eddy »

Notepad++ words highlighting: I found a solution via multi-selections (if there's no side effect)

Image
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post by eddy »

Notepad++ words highlighting: scintilla indicators could do the job

Image
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post by eddy »

[updated]
- indentation fixup
- code auto highlighting (like notepad++)
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
User avatar
eddy
Addict
Addict
Posts: 1479
Joined: Mon May 26, 2003 3:07 pm
Location: Nantes

Re: PB IDE plugin - Beautify code while typing

Post by eddy »

[w.i.p]
- settings panel (using shared memory and ini file)
- source code updated
Imagewin10 x64 5.72 | IDE | PB plugin | Tools | Sprite | JSON | visual tool
Post Reply