I compile a codeigniter tag file for Geany.I’m no expert in codeigniter,so if i make any mistake/suggestion/changes,please let me know.
Releasing under GPL 2,so feel free to do any modification on it.Please inform me if you did,I’ll like to have a better version
July 8th, 2010 at 1:19 pm
First of all, thanks for sharing. How do I add this to Geany? I’m running Ubuntu.
July 8th, 2010 at 5:04 pm
in Geany
Tools->Load Tags->Select "codeigniter.php.tags"and you have to do this every time you start Geany.
July 9th, 2010 at 2:08 pm
Thanks! It sucks that you can’t auto-load the tags. There’s gotta be a way… Some config file maybe?
July 9th, 2010 at 2:54 pm
it should be at
/home/username/.config/geany/tagsJuly 12th, 2010 at 9:02 am
Thanks man!
September 7th, 2010 at 3:51 am
Here is something that will help you out too. In the documentation it tells you how you can build this file. However, it won’t have all the function parameters for the input, but it will be able to auto-complete all of the functions, etc.
Just run this code from the commandline
# geany -g codeignitor.php.tags PATHTOYOURCODEIGNITORSYSTEMFOLDER/*/*.php
It will output something similiar to this:
# format=tagmanager
B1Ì16384Ö0
B2Ì16384Ö0
BMÌ16384Ö0
CACHEÌ16384Ö0
CFGÌ16384Ö0
CIÌ16384Ö0
CI_BaseÌ1Ö0
CI_BaseÌ16Ö0
CI_BenchmarkÌ1Ö0
CI_CalendarÌ1Ö0
CI_CalendarÌ16Ö0
…
Hope this helps.
December 10th, 2010 at 10:43 pm
Well done. Excellent work for woring with codeigniter in geany.
February 22nd, 2011 at 7:27 am
Thanks…. we appreciate these tags!!
May 15th, 2011 at 1:21 am
thanks.. This is very helpful
December 16th, 2011 at 1:16 pm
Thank you so much, this is so convenient now to write CodeIgniter code.