- 03 Agu, 2014 3 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Matthew Brush yazdı
Just cleaning up last commit.
-
Matthew Brush yazdı
Mostly gets rid of re-drawing issues, however is not great.
-
- 02 Agu, 2014 3 kayıt (commit)
-
-
Dominic Hopf yazdı
Fix typo in documentation
-
Philipp Wiesemann yazdı
-
Nick Treleaven yazdı
-
- 01 Agu, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
This makes tm_get_current_tag() roughly 4.5 times faster.
-
Colomban Wendling yazdı
This also makes recent GCC shut up about indexing below the bounds as it detected the code checked for a negative index yet didn't guard the actual access. For now GCC doesn't understand the more comprehensive check, but it might come back if GCC becomes smart enough. Anyway, this makes the Assert() more correct, and addition of the explicit kinds array size makes sure any future kind addition won't miss its entry.
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 30 Tem, 2014 1 kayıt (commit)
-
-
elextr yazdı
Add *.tpl and *.xtpl.
-
- 29 Tem, 2014 9 kayıt (commit)
-
-
Colomban Wendling yazdı
-
SiegeLord yazdı
-
SiegeLord yazdı
-
SiegeLord yazdı
-
SiegeLord yazdı
Rust now allows CRLF line endings in source files, which doesn't actually change any lexing here but the comment was wrong. Also, the hashbang initial comment has a special case where #![ doesn't count as a comment (but instead an inner attribute that just happens to be on the first line).
-
SiegeLord yazdı
-
SiegeLord yazdı
These were omitted by mistake. Caused bugs like '"' being interpreted as a start/end of a string, '}' as the end of a block etc.
-
SiegeLord yazdı
-
SiegeLord yazdı
Previously, only the string contents were stored in lexerState::token_str (i.e. not including the delimeters). Now, the delimeters are stored as well, thus preserving them. This also simplifies the code a bit. A new function is added to handle the character storage, which is also now applied for normal identifiers. To that end, the MAX_STRING_LENGTH was boosted to 256 so that all reasonably sized identifiers may fit.
-
- 26 Tem, 2014 3 kayıt (commit)
-
-
Frank Lanitz yazdı
Update Indonesian Translation
-
Colomban Wendling yazdı
When quitting we avoid doing some unnecessary actions, and used to simply destroy the Scintilla widget (and thus the notebook page) instead of the elaborate UI updates. Unfortunately, when the infobars landed they changed what is packed as a notebook page, and now destroying the Scintilla widget alone is not enough to close the page. Fix this by properly removing the whole page no matter what it contains. This issue was visible when quitting Geany with a project open.
-
Colomban Wendling yazdı
When the infobar gets closed/destroyed it tries to focus the possibly destroyed document, leading to a crash.
-
- 24 Tem, 2014 1 kayıt (commit)
-
-
Samsul Ma'arif yazdı
-
- 11 Tem, 2014 2 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Frank Lanitz yazdı
-
- 08 Tem, 2014 1 kayıt (commit)
-
-
Frank Lanitz yazdı
-
- 05 Tem, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
Always bring back the selected item after an user action, so the user can see what she's doing.
-
- 04 Tem, 2014 4 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
- 03 Tem, 2014 1 kayıt (commit)
-
-
Thomas Martitz yazdı
Move quit-related functions to main.c and make them static. main_quit() now does all the heavy work and can be called from signal handlers.
-
- 29 Haz, 2014 5 kayıt (commit)
-
-
Thomas Martitz yazdı
Before infobar it didn't matter because the dialog was modal and interaction with the doc was impossible. Now that you can interact it the doc should be marked changed immediately.
-
Thomas Martitz yazdı
It got lost by accident in 5117940f.
-
Thomas Martitz yazdı
This allows overwriting the file right from the info bar.
-
Thomas Martitz yazdı
This does not seem to happen automatically, at least on GTK3.
-
Thomas Martitz yazdı
Use g_signal_connect_object() to establish automatic and race-free signal disconnection instead of the hand-crafted mechanism.
-
- 28 Haz, 2014 1 kayıt (commit)
-
-
danyalzia yazdı
-
- 27 Haz, 2014 1 kayıt (commit)
-
-
Colomban Wendling yazdı
-