Revision: 2119 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2119&view=re... Author: frlan Date: 2011-08-05 12:24:36 +0000 (Fri, 05 Aug 2011)
Log Message: ----------- GeanyLaTeX: Fixing an error with wrong sorted format type which causes issues on using keybindings to insert typewriter format string
Modified Paths: -------------- trunk/geany-plugins/geanylatex/ChangeLog trunk/geany-plugins/geanylatex/src/formatutils.h
Modified: trunk/geany-plugins/geanylatex/ChangeLog =================================================================== --- trunk/geany-plugins/geanylatex/ChangeLog 2011-08-04 05:48:55 UTC (rev 2118) +++ trunk/geany-plugins/geanylatex/ChangeLog 2011-08-05 12:24:36 UTC (rev 2119) @@ -1,3 +1,8 @@ +2011-08-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de> + + * Fixing an bug when using keybindings to insert typewriter format + + 2011-03-17 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
* Attempt to fix a couple of compiling warnings came up with updates
Modified: trunk/geany-plugins/geanylatex/src/formatutils.h =================================================================== --- trunk/geany-plugins/geanylatex/src/formatutils.h 2011-08-04 05:48:55 UTC (rev 2118) +++ trunk/geany-plugins/geanylatex/src/formatutils.h 2011-08-05 12:24:36 UTC (rev 2119) @@ -28,8 +28,8 @@ LATEX_ITALIC = 0, LATEX_BOLD, LATEX_UNDERLINE, + LATEX_TYPEWRITER, LATEX_SLANTED, - LATEX_TYPEWRITER, LATEX_SMALLCAPS, LATEX_EMPHASIS, LATEX_CENTER,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.