- 08 Nov, 2017 1 commit
-
-
Sébastien Wilmet authored
If get_active_main_window() == null, then a window needs to be created. reopen_files() is called in create_window().
-
- 07 Nov, 2017 2 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 05 Nov, 2017 3 commits
-
-
Piotr Drąg authored
-
Marek Cernocky authored
-
Marek Cernocky authored
-
- 03 Nov, 2017 3 commits
-
-
Sébastien Wilmet authored
There are some stuff that usually an IDE can do but is out of scope for LaTeXila, for example support for Git (doing all git operations within the IDE). There is one thing that LaTeXila can do and is within the scope of an IDE (a bit beyond a simple text editor), which is: compiling the documents. But that's the only feature IDE-ish, and it is easy *not* to use it. Well, there is also project management which is IDE-ish, but managing a project in LaTeXila is so simple, it is a really small feature (but useful). It's not like a programming project like in Eclipse, creating a jar etc. LaTeXila is still a lightweight application for doing LaTeX, so "LaTeX editor" better fits it, and has the advantage that it is shorter. The AppData description has been improved as well (and copied in the *.doap file).
-
Sébastien Wilmet authored
Symbols (even preprocessor macro names) that begin with an underscore are reserved for the use of the compiler, normally.
-
Sébastien Wilmet authored
I wanted to remove this ugly code, but it's not yet possible. (BTW it's not me who wrote the macro, I just copied it from somewhere else, but I don't remember where).
-
- 02 Nov, 2017 2 commits
-
-
Sébastien Wilmet authored
And move Jhbuild recommendation to the README file.
-
Sébastien Wilmet authored
I think we can assume that the contributor has basic knowledge of Git and gdb.
-
- 01 Nov, 2017 9 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
For the latex-command-tabular-tabular GAction, add content to the tabular (a, b, c, d), as was done for the table environment in a recent previous commit.
-
Sébastien Wilmet authored
By adding some content in the table.
-
Sébastien Wilmet authored
It's not just a port to GAction/C, I also improve the implementation!
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
Note that this is not exactly the same, the trailing space is no longer inserted. I don't know why there was a trailing space. Usually it's a bad idea to insert trailing spaces (git doesn't like them).
-
- 31 Oct, 2017 1 commit
-
-
Marek Cernocky authored
-
- 29 Oct, 2017 4 commits
-
-
Piotr Drąg authored
-
Aurimas Černius authored
-
Sébastien Wilmet authored
The "forward/backward search" is no longer documented this way in the GUI and user doc, it is now just "jumping between the .tex file and the PDF", which better describes what the feature is about. Also, have exactly the same description in the AppData and *.doap file.
-
Sébastien Wilmet authored
-
- 26 Oct, 2017 1 commit
-
-
Sébastien Wilmet authored
GtkSourceView 4.0 will be released in March 2018.
-
- 25 Oct, 2017 8 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
It is not just the menus, it is also the Edit toolbar.
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
The idea is to have a limited number of GActions, to take advantage of the GAction GVariant parameter mechanism.
-
- 24 Oct, 2017 3 commits
-
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
Sébastien Wilmet authored
-
- 23 Oct, 2017 1 commit
-
-
Sébastien Wilmet authored
-
- 16 Oct, 2017 1 commit
-
-
- 15 Oct, 2017 1 commit
-
-
Aurimas Černius authored
-