Nick Treleaven
8d4d759ab5
Simplify FIF 'Fixed strings, Grep regular expressions, Extended
...
regular expressions' radio buttons with a 'Use regular expressions'
checkbox. This uses the extended syntax (which is the same as the
Find/Replace regex syntax).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5056 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-21 14:57:03 +00:00
Nick Treleaven
94ee5132d2
Put Find in Files Search field above Directory field.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5055 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-21 14:27:20 +00:00
Frank Lanitz
582e841e3f
Change of description of tm_get_real_path(). Patch by Dimitar Zhekov. Thanks.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5054 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-20 15:03:30 +00:00
Nick Treleaven
6b4ba38e6d
Add API signal "build-start" (patch by Jiří Techet, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5053 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 17:15:28 +00:00
Nick Treleaven
aca9e894fc
Allow Find in Files when no items are selected.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5052 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 17:03:35 +00:00
Nick Treleaven
de29305a31
Fix not loading plugins built against a newer API when Geany doesn't
...
provide the required version given in PLUGIN_VERSION_CHECK().
Improve documentation for PLUGIN_VERSION_CHECK().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5051 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 15:04:07 +00:00
Nick Treleaven
980e4c6112
Remove foreach_slist_free() macro - not worth the complexity (list nodes are probably cached anyway).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5050 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 14:20:10 +00:00
Nick Treleaven
9dc088c1e7
Add history to path entry.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5049 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 12:22:00 +00:00
Nick Treleaven
c41b55d692
Add ui_combo_box_add_to_history() to API.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5048 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-18 12:20:15 +00:00
Frank Lanitz
de7e85129d
Update of Czech translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5047 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 22:07:53 +00:00
Nick Treleaven
9362e7d3cb
Remove any duplicate on adding to combo box histories.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5044 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 17:28:28 +00:00
Nick Treleaven
0331c0e650
Display 'new instance' on title bar (patch by Eugene Arshinov,
...
thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5031 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 12:35:17 +00:00
Nick Treleaven
77183d838e
Refactor get_doc_parent().
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5030 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 12:14:48 +00:00
Nick Treleaven
38ce52e968
Make default Build dialog entries grey, not light grey (too hard to
...
read on a white background).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5029 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 12:12:37 +00:00
Nick Treleaven
f86deb0a03
Replace /home/user with ~ in the documents list (patch by Jon
...
Strait, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5028 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-17 12:03:00 +00:00
Nick Treleaven
b902af6749
Remove template strings (not sure why gcc doesn't warn about unused static data?).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5027 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-16 15:26:04 +00:00
Nick Treleaven
3e87bf9ede
* Merge unstable branch:
...
- src/build.c:
Make build config entries light grey until set.
- src/keybindings.c, src/about.c, THANKS:
Fix the wrong file being put on top of the stack when switching tabs
too quickly (patch from Jiří Techet, thanks).
- src/templates.c, data/templates/gpl, data/templates/function,
data/templates/changelog, data/templates/bsd,
data/templates/fileheader, wscript, Makefile.am:
Move general templates from source code into files.
Load general templates from system path instead of creating them in
the user's config dir.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5025 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-16 15:22:19 +00:00
Nick Treleaven
e9b5ef8b7d
Align notebook tab close buttons centred vertically - thanks to
...
Robux.Biz (galyuk).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5024 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-16 14:59:40 +00:00
Enrico Tröger
8e1c7ffa32
Post-release version bump.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5023 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 13:42:50 +00:00
Enrico Tröger
7d69bb708e
Tag the 0.19 release.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/tags/Geany-0_19@5022 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 13:32:38 +00:00
Enrico Tröger
593341baa8
Change the RequestExecutionLevel for the Windows installer to 'highest'.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5021 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 12:03:50 +00:00
Enrico Tröger
6900791a59
New release: Geany 0.19 "Vellam".
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5020 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 11:56:53 +00:00
Enrico Tröger
ab2bee3413
Update for Geany 0.19
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5019 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 11:55:54 +00:00
Enrico Tröger
f17cb37960
Add doc/stash-example.c to fix 'make distcheck'.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5018 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 11:49:36 +00:00
Lex Trotman
5c25d75ba8
Remove printf added for debugging
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5017 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 05:25:21 +00:00
Lex Trotman
d9e6534405
Make build config entries light grey until set.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5016 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-12 05:09:53 +00:00
Nick Treleaven
e7181e9295
Group undo action for Insert Multiline Comment.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5015 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-10 15:43:50 +00:00
Nick Treleaven
a6462959d0
Remove unnecessary comment.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5014 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-10 11:55:39 +00:00
Nick Treleaven
2fbf396790
Fix the wrong file being put on top of the stack when switching tabs
...
too quickly (patch from Jiří Techet, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5013 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-10 11:37:39 +00:00
Nick Treleaven
8be9c6aea8
Move general templates from source code into files.
...
Load general templates from system path instead of creating them in
the user's config dir.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5012 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-09 12:27:58 +00:00
Nick Treleaven
5de8aa6803
Create unstable branch for work that shouldn't go in the 0.19 release.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/branches/unstable@5011 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-09 12:21:39 +00:00
Nick Treleaven
0fc0fb3546
Don't individually install data/*.tags as all data/* files will be
...
installed anyway.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5010 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-08 15:02:47 +00:00
Frank Lanitz
7cfb537680
Update of Japanese translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5009 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-07 17:44:11 +00:00
Frank Lanitz
5f77252eef
Fix a double free. (patch by Daniel Marjamaki, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5008 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-07 17:43:47 +00:00
Enrico Tröger
a94af233d9
Add new style "media" for filetype CSS.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5007 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 18:40:35 +00:00
Enrico Tröger
2cebcd7383
Remove unused Crontab lexer.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5006 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 18:36:23 +00:00
Enrico Tröger
16a0313b35
Update Scintilla to version 2.12.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5005 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 18:34:26 +00:00
Enrico Tröger
3eb6db8dc2
Fix crash when trying to sort NULL pointers as tags in the Symbols list ( closes #3011986 ).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5004 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 18:02:49 +00:00
Enrico Tröger
64a152972a
Fix reducing paths to project name in the Documents list (patch by Eugene Arshinov, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5003 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 17:21:52 +00:00
Enrico Tröger
f3c08e8c74
Fix two memory leaks (patch by Daniel Marjamaki, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5002 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-06 17:14:35 +00:00
Nick Treleaven
017f364185
Update for ntrel's changes.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5001 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-05 12:16:42 +00:00
Frank Lanitz
86eaa8462b
Update of Swedisch translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5000 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-04 19:28:08 +00:00
Nick Treleaven
e6e2b04d67
Minor edits, rewording.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4999 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-04 16:47:57 +00:00
Nick Treleaven
24381f49e3
Minor fixes.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4998 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-04 16:34:15 +00:00
Nick Treleaven
40ed48c2f1
Build section: minor rewording, formatting fixes; some sentences
...
moved.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4997 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-04 16:29:46 +00:00
Frank Lanitz
2bd95f5fae
frlan's changes for 0.19
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4996 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-03 21:40:47 +00:00
Frank Lanitz
954ebc633b
Another update of Slovenian translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4995 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-03 21:13:09 +00:00
Frank Lanitz
4d848c4ec7
Minor update of German translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4994 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-03 21:12:47 +00:00
Frank Lanitz
7a784ec25e
Update of Slovenian translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4993 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-03 21:12:22 +00:00
Frank Lanitz
bb073f7fc8
Update of Galician translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4992 ea778897-0a13-0410-b9d1-a72fbfd435f5
2010-06-03 21:11:57 +00:00