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?
Please keep us in mind for ALL of your Real Estate Needs.
Thank You
Joseph Boston "Joe" INI Realty Investments Inc. www.904house.com (904) 302-7040
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
I opened a .cgi perl file it noticed it was perl and code folding worked properly, but there were no tags, I also opened php from template, and html from template, it showed no symbols for either of those. Does it only extract the symbols that are currently in use in the file? Thank you for your time :)
Please keep us in mind for ALL of your Real Estate Needs.
Thank You
Joseph Boston "Joe" INI Realty Investments Inc. www.904house.com (904) 302-7040
John Gabriele wrote:
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 _______________________________________________ Geany mailing list Geany@uvena.de http://uvena.de/cgi-bin/mailman/listinfo/geany
On 05/11/07 21:03:38, Joseph Boston wrote:
I opened a .cgi perl file it noticed it was perl and code folding worked properly, but there were no tags,
This works for me - what tags were you expecting?
Currently the perl parser parses sub and package statements and variables declared with local, my, our.
I also opened php from template, and html from template, it showed no symbols for either of those. Does it only extract the symbols that are currently in use in the file?
The symbols will be parsed once the file is saved.
Regards, Nick