wow, that's exactly what I want. thank you very much.eranif wrote:Have you tried this:leon_lee wrote:If I want make a plugin to act like the notepad++ "find all in current document"(find out all the lines with the find target, and list them in the output view search, and reach the line in editor by simply double click in that line in the output view.), which plugin should I follow?
- Select a word in the document
- Ctrl-Shift-G
Eran
When I'm browsing a cpp file in notepad++, notepad++ will use red line in the left sidebar indicating which part( function, struct, if, while...) I'm browsing. This feature is quite good for browsing the code. Can codelite do the same? If not, how to add this feature?
Right now, I know codelite can fold/unfold using the rectangle in the left sidebar.