CodeIgniter Tag for Geany

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

codeigniter.php.tags


10 Responses

  1. Kyle Says:

    First of all, thanks for sharing. How do I add this to Geany? I’m running Ubuntu.

  2. admin Says:

    in Geany
    Tools->Load Tags->Select "codeigniter.php.tags"
    and you have to do this every time you start Geany.

  3. Kyle Says:

    Thanks! It sucks that you can’t auto-load the tags. There’s gotta be a way… Some config file maybe?

  4. admin Says:

    it should be at /home/username/.config/geany/tags

  5. Kyle Says:

    Thanks man!

  6. Andrew Says:

    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.

  7. zahid Says:

    Well done. Excellent work for woring with codeigniter in geany.

  8. ZorphDark Says:

    Thanks…. we appreciate these tags!!

  9. mackmoo Says:

    thanks.. This is very helpful

  10. Gabriel Says:

    Thank you so much, this is so convenient now to write CodeIgniter code. :)

Leave a Comment

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.