Revision: 1184 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1184&view=re... Author: frlan Date: 2010-03-20 09:35:51 +0000 (Sat, 20 Mar 2010)
Log Message: ----------- GeanyLaTeX: Update ChangeLog and also show an error dialog in case of package could not be added
Modified Paths: -------------- trunk/geanylatex/ChangeLog trunk/geanylatex/src/latexutils.c
Modified: trunk/geanylatex/ChangeLog =================================================================== --- trunk/geanylatex/ChangeLog 2010-03-20 00:00:17 UTC (rev 1183) +++ trunk/geanylatex/ChangeLog 2010-03-20 09:35:51 UTC (rev 1184) @@ -1,3 +1,9 @@ +2010-03-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + + * Insert a keybinding and a dialog to insert a \usepackage{} line to header. + Still experimental. + + 2010-03-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Add a very first attempt to support landscape on wizard. Output is
Modified: trunk/geanylatex/src/latexutils.c =================================================================== --- trunk/geanylatex/src/latexutils.c 2010-03-20 00:00:17 UTC (rev 1183) +++ trunk/geanylatex/src/latexutils.c 2010-03-20 09:35:51 UTC (rev 1184) @@ -79,6 +79,10 @@ g_free(tmp_line); }
+ dialogs_show_msgbox(GTK_MESSAGE_ERROR, + _("Could not determine where to insert package: %s" + "\nPlease try insert package manually"), pkg); ui_set_statusbar(TRUE, _("Could not determine where to insert package: %s"), pkg );
+ }
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.