- 25 Ara, 2011 1 kayıt (commit)
-
-
Nick Treleaven yazdı
-
- 21 Ara, 2011 1 kayıt (commit)
-
-
Nick Treleaven yazdı
Replacing spaces used for alignment with tabs would often break the alignment as tab stop positions were not checked. It's also not possible to distinguish between a true space and a single aligning space, so we should ignore all spaces outside of indentation.
-
- 19 Ara, 2011 4 kayıt (commit)
-
-
Nick Treleaven yazdı
Although go to marker commands (or other keybindings) don't work, the marker margin can still be useful, and improves alignment with the original sci widget when using the Top & Bottom split.
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
This will get disconnected when the widget is destroyed.
-
Matthew Brush yazdı
Without this the menu won't emit the show signal the first time it's shown.
-
- 17 Ara, 2011 4 kayıt (commit)
-
-
Colomban Wendling yazdı
There is still 3 signed values implicitly converted to unsigned not fixed, but they aren't really legitimate and would require a behavior change in some corner cases.
-
Colomban Wendling yazdı
Most noteworthy change is that all build commands IDs and groups are now unsigned everywhere negative values aren't explicitly handled with a special meaning. This should not change anything in behavior, only makes clear the index won't underflow.
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
These actions were marked as document sensitive but their sensitivity is already managed by the navqueue, so making them document sensitive only leads to them being wrongly updated when the document count changes from or to 0. So, make them initially insensitive and let the navqueue correctly handle their later sensitiveness.
-
- 16 Ara, 2011 1 kayıt (commit)
-
-
Nick Treleaven yazdı
This also fixes a wrong style key name for filetypes.d. (Nested comments aren't necessarily doc-comments).
-
- 11 Ara, 2011 12 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
Properly handle the case the saved geometry isn't valid, avoiding a crash with corrupted preferences.
-
Matthew Brush yazdı
Instead of using the garbage values in memory for default size. This fixes what was attempted to be fixed in the last two reverted commits.
-
Matthew Brush yazdı
This reverts commit 00473dff.
-
Matthew Brush yazdı
This reverts commit d090e7dd.
-
Enrico Tröger yazdı
This seems required for GtkBuilder to be able to connect signals. However, this change may break Windows builds. Needs to be tested and worked around if it is the case.
-
Enrico Tröger yazdı
The only necessary bits were to remove interface.c and to install the Glade file.
-
Lex Trotman yazdı
Having C language snippets as global is wrong, moved them to several language positions. This files low rate of change and lack of ML interest in putting language specific snippets in it suggests that it isn't worth fixing the repitition or moving snippets to filetype files.
-
Matthew Brush yazdı
-
Matthew Brush yazdı
-
Matthew Brush yazdı
-
Matthew Brush yazdı
-
- 10 Ara, 2011 5 kayıt (commit)
-
-
Matthew Brush yazdı
-
Matthew Brush yazdı
Also remove old comment that doesn't apply anymore.
-
Matthew Brush yazdı
-
Matthew Brush yazdı
-
Matthew Brush yazdı
-
- 08 Ara, 2011 4 kayıt (commit)
-
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Fixes #3421282. Occurred with Windows e.g. Vista, 7.
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Fixes #3396195. Note: GTK+ 2.24 is the current maintained version of the developer files bundle: http://www.gtk.org/download/win32.php
-
- 07 Ara, 2011 1 kayıt (commit)
-
-
Matthew Brush yazdı
-
- 06 Ara, 2011 1 kayıt (commit)
-
-
Matthew Brush yazdı
Conflicts: geany.glade src/Makefile.am src/callbacks.c
-
- 05 Ara, 2011 2 kayıt (commit)
-
-
Dimitar Zhekov yazdı
split "always wrap search and hide find dialog" pref into "always wrap search" and "hide find dialog"
-
Colomban Wendling yazdı
Upstream Scintilla applied it as 3924:e2385dff420a. Closes #3432877.
-
- 03 Ara, 2011 2 kayıt (commit)
-
-
Colomban Wendling yazdı
"Insert multiline comment" did insert single-line style comment when available even if multi-line style was also supported for the filetype.
-
Colomban Wendling yazdı
Add filetype_get_comment_open_close() to get appropriate start and end comment markers from a filetype, and use it everywhere these markers are fetched. This fixes a crash in editor_insert_multiline_comment() if only single comments are available (closes #3449635).
-
- 23 Kas, 2011 2 kayıt (commit)
-
-
Joakim Gebart yazdı
-
Colomban Wendling yazdı
Although this doesn't change anything in practice, it started to be a nightmare trying to deal with compilers warnings about "missing" initializers, which are generally good but not in that file.
-