- 09 Eki, 2014 1 kayıt (commit)
-
-
Jiří Techet yazdı
In addition, this patch defines the GEANY_PRIVATE macro for the tag manager library where it wasn't defined before, removes 2 tag manager headers from distribution as they are not needed by plugins and in the tag manager changes the docstrings to ordinary comments for private definitions.
-
- 07 Eki, 2014 2 kayıt (commit)
-
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 06 Eki, 2014 4 kayıt (commit)
-
-
Enrico Tröger yazdı
-
Colomban Wendling yazdı
3e089e4c accidentally switched from `g_get_user_config_dir()` to `g_get_user_data_dir()` as the location for the user's configuration directory.
-
Nick Treleaven yazdı
Force disk check before save to prevent accidental overwriting
-
Nick Treleaven yazdı
Add project prefs for line breaking column & multiline comment completion
-
- 05 Eki, 2014 5 kayıt (commit)
-
-
Colomban Wendling yazdı
Remove unused tag manager files
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Jiří Techet yazdı
-
Enrico Tröger yazdı
Before we used g_get_user_config_dir() but GLib changed the returned location in newer versions, so use the Windows API directly to get the old location, at least for now. Also add utils_get_user_config_dir() wrapper. Code is based almost completely on a patch from Matthew.
-
- 03 Eki, 2014 2 kayıt (commit)
-
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 02 Eki, 2014 1 kayıt (commit)
-
-
Matthew Brush yazdı
Fix typo in README
-
- 01 Eki, 2014 1 kayıt (commit)
-
-
Philipp Wiesemann yazdı
-
- 30 Eyl, 2014 2 kayıt (commit)
-
-
Nick Treleaven yazdı
Useful e.g. with Save All when the modified file is not the current tab.
-
Colomban Wendling yazdı
Don't use `g_regex_get_compile_flags()` that is new in 2.26, but we only depend on 2.20. Closes #340.
-
- 29 Eyl, 2014 4 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Nick Treleaven yazdı
Project line wrapping pref
-
Nick Treleaven yazdı
Fix adding stash group and applying defaults. Don't let Properties dialog override per-document line wrapping state. Use "editor" for key group name. Remove code already handled by stash group.
-
Tim Tassonis yazdı
-
- 26 Eyl, 2014 3 kayıt (commit)
-
-
Nick Treleaven yazdı
Notify user when trying to save read-only document
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
- 25 Eyl, 2014 6 kayıt (commit)
-
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Colomban Wendling yazdı
-
Nick Treleaven yazdı
Confirm infobar reload when document has modifications
-
Nick Treleaven yazdı
New name is clearer against document_reload_prompt. Add deprecated alias.
-
- 24 Eyl, 2014 6 kayıt (commit)
-
-
Frank Lanitz yazdı
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Don't set document text as changed when file on disk is newer
-
Nick Treleaven yazdı
-
Nick Treleaven yazdı
Setting the document text as changed makes it too easy to accidentally overwrite the file - e.g. when closing you're reminded to save it. It also makes it slower to close documents you no longer want open. Setting text as changed is still done if the user cancels the warning.
-
- 23 Eyl, 2014 3 kayıt (commit)
-
-
Nick Treleaven yazdı
Confirm whether to save protected documents instead of ignoring save
-
Nick Treleaven yazdı
(Reuses existing strings).
-
Nick Treleaven yazdı
-