Improving navigation/workflow for IDF editing in Notepad++
Aside from syntax highlighting, which is really useful, it's sometimes very hard to navigate within a large IDF file.
When you have hundreds of classes and 40,000 lines in your IDF file it's hard to see what's going on. I was wondering if it would be possible to have either:
- a navigation menu (similar to a table of content) that would list all object classes and you could just click on it to get to the correct section. It would basically be a link to each "!- ===== ALL OBJECTS IN CLASS: XXX ======" that would update automatically.
- a proper way to fold your code by object and by class, just as with many programming language (I've achieved a workaround that I'll post below... But there could be a much better way I didn't see).
Have people found good ways to achieve either of those two in Notepad++ and are willing to share? Thanks.
Comments
There might be a way to do the navigation menu using Function List
I was not familiar with Function List, but it seems pretty easy to do it! I'll give it a shot. Thanks
I've got it to work about right with Function List, but I'm not sure adding to my already somewhat long answer is the way to go for clarity purposes... What do you think?
It's not that long, unless you count each picture as 1000 words...
Maybe the question should be split into two parts