On 11/5/07, Joseph Boston jaxjoe@gmail.com wrote:
I see on the screen shots that each one has a list on the left hand side in the symbols menu. On mine it says no symbols. How can I add the code snippets there to be used as I am writing my code?
Geany automatically parses your file when you open or save it. It has built-in ctags-like functionality. If your file is a supported filetype, is set as that filetype, and has anything in it that gets recognized as a tag, Geany should see it and put it in the Symbols tab.
---John