Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New "ctags append" config feature #30

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Shaolu
Copy link

@Shaolu Shaolu commented Apr 11, 2015

I put this together because it was useful for myself, since I have some javascript files with a custom file extension. I wanted these files to be recognized with ctags as javascript, so I put this together so I could type in "--langmap=javascript:.itz.js.node" but with the UI changes and what not, this is configurable so ctags could be appended with anything.

Maybe others could find it useful as well.

Shaolu added 6 commits April 10, 2015 23:05
Scripting accommodations for a "ctags append" feature that allows appending the ctags command in the parser with options. I originally made this so I could easily configure ctags with options like "--langmap=javascript:.itz.js.node"

For this system, I have modified three key files:

configure_dialog.ui
plugin.py
org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml
Scripting accommodations for a "ctags append" feature that allows appending the ctags command in the parser with options. I originally made this so I could easily configure ctags with options like "--langmap=javascript:.itz.js.node"

For this system, I have modified three key files:

configure_dialog.ui
plugin.py
org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml
Scripting accommodations for a "ctags append" feature that allows appending the ctags command in the parser with options. I originally made this so I could easily configure ctags with options like "--langmap=javascript:.itz.js.node"

For this system, I have modified three key files:

configure_dialog.ui
plugin.py
org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml
Update org.gnome.gedit.plugins.sourcecodebrowser.gschema.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant