Steve Frécinaux wrote:
We just recently added functionality like this to the external tools plugin. It scans the output and makes possible matches for files clickable.------------------------------------------------------------------------ Subject: Gedit plugin From: Mike Reed <gedit amadron com> Date: Mon, 13 Jul 2009 09:08:25 +0100 To: steve istique net To: steve istique net Hi Steve,It said on the website that if you have written a plugin that might be a candidate for inclusion to contact you. I recently (after fifteen years) got fed up with emacs. Started using Gedit but couldn't find a plugin that allowed me to compile code and then click on the errors to go to the error in the source. Handy, because I had been meaning to have a look at python anyway. So I wrote this <http://sourceforge.net/projects/geditbuilderplg/>. It is my first python code so don't be to harsh on me. I wouldn't be surprised if there is already a plugin that does this but if not I'm happy for this to be used.
Sounds pretty cool, if you want to, maybe you could see to integrate your work into the external tools plugin instead of into a separate plugin? Especially tracking changes in directories by make would be very cool to support.It does track directory changes made by make.It has functionality to have different compile/build commands remembered for different projects. Is there any "standard" way "projects" are identified? I just used the first plugin I found (Project Manager) which sticks some user data ("BelongsToProject") on the Document object but it would be nice to know if there was a proper way to identify the project.
With regard to projects, there is no such concept in gedit, and we are not planning any such support at the moment. Normally, we/I use some heuristics if I write an external tool to find the project root directory (like testing for autotools stuff/configure.ac, or a .git or SVN root directory).
Regards, Mike. ------------------------------------------------------------------------ _______________________________________________ gedit-list mailing list gedit-list gnome org http://mail.gnome.org/mailman/listinfo/gedit-list