jcaillon / 3P

3P (short for Progress Programmers Pal), is a notepad++ plugin designed to help writing progress 4GL (OpenEdge ABL) code. It transforms notepad++ into a full featured IDE for openedge code editor, providing syntax checking, compilation, auto-completion, tool-tips and much more!
https://jcaillon.github.io/3P/
GNU General Public License v3.0
78 stars 35 forks source link

Scan, detect and show TODOs in code explorer #25

Open ccleaud opened 8 years ago

ccleaud commented 8 years ago

Hi!

Can you scan comments in the form /* TODO: xxx */ and show the TODO in the code explorer?

Thanks Regards, C.CLEAUD

jcaillon commented 8 years ago

I'll do it, but after i checked that the parser performances are not too impacted. Atm im completly ignoring comments which is always a plus toward speed :)

If it's ok, ill also match start/end of modification tags to list them in the explroer