[latexila] TODO update



commit b181e1d717a28de32331e092f22b96712f2292e4
Author: SÃbastien Wilmet <swilmet src gnome org>
Date:   Wed Sep 21 18:16:11 2011 +0200

    TODO update

 TODO |   22 +++++++++++++++++-----
 1 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/TODO b/TODO
index 7c05077..184280e 100644
--- a/TODO
+++ b/TODO
@@ -3,6 +3,20 @@ TODO
 See also the Roadmap:
 	http://projects.gnome.org/latexila/#roadmap
 
+LaTeXila 2.4
+============
+
+- Add XeLaTeX to the build tools, example:
+	$ latexmk -pdf -e '$pdflatex=q/xelatex %O %S/' $filename
+
+- Propose the GtkSpell vapi upstream
+
+- Migrate to GTK+ 3.0
+  I wanted to make the migration for the 2.2 release but GtkSourceView 3.0 have removed the
+  gtk_source_completion_info_set_sizing() function.
+  Also, GTK 3 widgets are a lot bigger, it doesn't fit well with LaTeXila.
+
+
 LaTeXila â 2.4
 ==============
 
@@ -10,11 +24,9 @@ LaTeXila â 2.4
 	- show details by default
 	- complete placeholders (\ref, \cite, ...)
 	  (take into account all *.tex, *.bib, ... files of the project)
-
-- Migrate to GTK+ 3.0
-  I wanted to make the migration for the 2.2 release but GtkSourceView 3.0 have removed the
-  gtk_source_completion_info_set_sizing() function.
-  Also, GTK 3 widgets are a lot bigger, it doesn't fit well with LaTeXila.
+	- Insert an image easily. Instead of a wizzard, the approach is to have very good
+	  completion of \begin{figure}[here], \includegraphics[here]{and here}, and automatically
+	  complete the label with the filename of the image.
 
 (-) Structure:
 	- Select the current section or item when the document cursor moves



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]