domingo, 30 de marzo de 2008

Showing source files in gedit


As you can see in the screenshot, paths are showed now as links in the extracted comments text view, and if you press in one of them, It is going to be showed in the great gedit.

domingo, 23 de marzo de 2008

Hardcoding paths

Thanks to jhs I fixed several things in gtranslator and anjuta. Right now I use the g_get_user_config_dir () func to know where should I store the config files instead of put directly ".config/gtranslator". Doing this gtranslator should be more portable right now.

miércoles, 12 de marzo de 2008

Open-tran for gedit

I ported the open-tran plugin i made for gtranslator to gedit, and here you have a screenshot of this plugin:
You can download the plugin with this command:

svn checkout https://forxa.mancomun.org/svn/open-tran

viernes, 7 de marzo de 2008

Brace autocompletion in Anjuta

Yesterday i was hacking a bit in Anjuta and I added a new feature.
Now you can activate the brace autocompletion. What this mean?
It means that when you enter a '(' '[' " you are going to have the same behaviour than in eclipse. Anjuta it is going to add the ')' ']' or " and if for example you have (|) (| it is the cursor position and you add a ')' the ')' it is going to be skipped.

See bug: http://bugzilla.gnome.org/show_bug.cgi?id=520766