Nick Treleaven
|
5bb28825aa
|
Use AC_PATH_PROG instead of which for portability (patch by Erik
Southworth, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4240 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-27 11:20:12 +00:00 |
|
Nick Treleaven
|
6334ec1676
|
Focus editor after entering a number in the goto line toolbar entry.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4239 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-27 11:06:04 +00:00 |
|
Nick Treleaven
|
d4b03c6ee4
|
Update for 1 contributor.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4238 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-27 10:54:34 +00:00 |
|
Nick Treleaven
|
e34c8879d9
|
Only focus toolbar goto line entry when pressing keybinding if it's
visible (patch by Eugene Arshinov, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4237 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-27 10:51:44 +00:00 |
|
Enrico Tröger
|
2b7cba9637
|
Update VBScrpt keywords (patch by Ross McKay, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4236 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 17:15:43 +00:00 |
|
Enrico Tröger
|
edd50b5f6c
|
Add "html_asp_default_language" pseudo style to filetypes.xml to allow setting the used language in embedded ASP code (patch by Ross McKay, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4235 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 17:12:36 +00:00 |
|
Nick Treleaven
|
83f0cdbec0
|
Show multiple plugins in the 'Configure Plugins' dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4234 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 16:54:08 +00:00 |
|
Nick Treleaven
|
20a5fb25f6
|
Add plugin_configure_single() plugin symbol which is easier to
implement than plugin_configure() but won't support a
multiple-plugin configure dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4233 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 16:28:59 +00:00 |
|
Nick Treleaven
|
a60a63cc39
|
Fix showing the document before reload dialog when opening an
already-open file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4232 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 16:19:27 +00:00 |
|
Nick Treleaven
|
8cb41745c2
|
Apply patch from Lex Trotman to make 'Reflow block/lines(s)'
keybinding use line breaking column when enabled.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4231 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-24 11:26:59 +00:00 |
|
Nick Treleaven
|
32fcd0459d
|
Make foreach_slist_free() macro to free each node whilst iterating.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4230 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 17:53:07 +00:00 |
|
Nick Treleaven
|
6128db12a7
|
Add link for 'Customize Toolbar' prefs dialog button.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4229 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 17:46:33 +00:00 |
|
Nick Treleaven
|
0594d930f2
|
Split keybinding table into group tables; update KB links.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4228 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 17:42:31 +00:00 |
|
Nick Treleaven
|
d86a4b116c
|
Update 'Go to line' keybinding description.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4227 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 15:22:20 +00:00 |
|
Nick Treleaven
|
be1420e874
|
Add 'Toolbar entries' section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4226 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 15:17:03 +00:00 |
|
Nick Treleaven
|
c2b4138467
|
Change 'Foo tab in preferences dialog' titles to 'Foo preferences'.
Minor edits.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4225 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-22 15:01:24 +00:00 |
|
Enrico Tröger
|
531bb2506c
|
Turn on automake silent rules if supported.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4224 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 21:14:03 +00:00 |
|
Enrico Tröger
|
ae11cb9b1a
|
When reloading files, use the previously set encoding instead of detecting it again (closes #2862041).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4223 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 20:48:50 +00:00 |
|
Enrico Tröger
|
f8b18257ee
|
Fix compiler warnings about uninitialised variables.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4222 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 20:31:39 +00:00 |
|
Nick Treleaven
|
4dd1081278
|
Make 'Go to Line' keybinding focus the toolbar entry if visible.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4221 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 17:11:42 +00:00 |
|
Nick Treleaven
|
bc2b6829c5
|
Make ui_entry_add_clear_icon() take a GtkEntry, not GtkWidget.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4220 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 16:46:16 +00:00 |
|
Nick Treleaven
|
dcd66f09a0
|
Add & use ui_label_set_markup(), ui_label_new_bold().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4219 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 16:21:03 +00:00 |
|
Nick Treleaven
|
67c743fe72
|
Fix none filetype Build Commands dialog label.
Make group labels bold.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4218 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 13:24:39 +00:00 |
|
Nick Treleaven
|
d769afa138
|
Add padding for Build Commands dialog separators.
Add colons for regex field labels; fix 1 capitalisation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4217 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 13:08:36 +00:00 |
|
Nick Treleaven
|
cd97d9b446
|
Split Build Commands dialog notes label and edit text.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4216 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 12:58:05 +00:00 |
|
Nick Treleaven
|
77b060e1cc
|
Expand command entry width when expanding Build Commands dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4215 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 12:47:20 +00:00 |
|
Nick Treleaven
|
64dc60bd82
|
Speed up sorting in utils_get_file_list(). This reduces the file
browser delay on displaying a big directory, e.g. /usr/bin.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4214 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-21 12:34:16 +00:00 |
|
Enrico Tröger
|
058cb32aa7
|
Fix integer conversion
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4213 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-20 19:09:24 +00:00 |
|
Enrico Tröger
|
5974fe3b63
|
Merge recent changes from the CTags project to further improve PHP symbol parsing.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4212 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-20 19:06:48 +00:00 |
|
Enrico Tröger
|
b84a64934d
|
Add new filetype: Abc (patch by Eric Forgeot, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4211 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-20 18:46:56 +00:00 |
|
Enrico Tröger
|
c786d69e00
|
After clearing a text field using the embedded clear icon, put the input focus into this text field.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4210 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 18:08:21 +00:00 |
|
Enrico Tröger
|
a26e5b96ba
|
Save an if expression.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4209 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 18:05:36 +00:00 |
|
Enrico Tröger
|
7cd556f400
|
Use always the bundled Waf binary which is preferred.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4208 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 18:04:21 +00:00 |
|
Enrico Tröger
|
ba59bcd0dc
|
Plug a small memory leak and improve function signature of add_page_header().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4207 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 18:03:18 +00:00 |
|
Enrico Tröger
|
08f4d7c178
|
Fix wrong alignment of printed pages when page headers are disabled (closes #2856822).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4206 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 18:00:06 +00:00 |
|
Nick Treleaven
|
ccb6c535b4
|
Remove queue.o.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4205 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 17:38:53 +00:00 |
|
Nick Treleaven
|
b25e3e9650
|
Remove queue.[hc] - use GQueue instead of GeanyQueue.
Beep if there are no more snippet positions.
Limit length of snippet positions queue to 20.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4204 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 17:37:13 +00:00 |
|
Nick Treleaven
|
8c1743cb3e
|
Add foreach_dir() API macro.
Update API docs for utils_get_file_list().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4203 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 16:47:45 +00:00 |
|
Nick Treleaven
|
a3f7357137
|
Use SYMBOLS_COLUMN_NAME constant.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4202 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 16:39:11 +00:00 |
|
Nick Treleaven
|
51370136c6
|
Free file list memory whilst iterating the list.
Minor formatting fixes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4201 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-17 14:45:17 +00:00 |
|
Nick Treleaven
|
5b708760cf
|
Make editor_prefs.snippets hash table private (not a pref).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4200 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 17:30:30 +00:00 |
|
Nick Treleaven
|
1986d915cc
|
Run ./scripts/fix-alignment.pl -w src/*.[hc] plugins/*.[hc] (skipping generated files).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4199 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 14:13:38 +00:00 |
|
Nick Treleaven
|
2866d0e859
|
Note the documentation files use (4) spaces for indentation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4198 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 14:05:14 +00:00 |
|
Nick Treleaven
|
ab52956150
|
Don't move the cursor when reloading.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4197 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 13:56:58 +00:00 |
|
Nick Treleaven
|
df5acb442a
|
Remove unused variable.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4196 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 12:23:50 +00:00 |
|
Nick Treleaven
|
4097dfec5b
|
Make Goto Tag commands use the current selection if present (useful
for selecting part of a tag or for ReST section names with spaces
in).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4195 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 12:13:50 +00:00 |
|
Nick Treleaven
|
aec081dcf3
|
Add item: custom template insertion.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4194 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-16 11:54:44 +00:00 |
|
Frank Lanitz
|
ab81ef986f
|
Remove deprecated --debug flag. Please use --verbose/-v instead.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4193 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-15 19:56:05 +00:00 |
|
Frank Lanitz
|
423666070e
|
Update of Turkish translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4192 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-15 19:55:37 +00:00 |
|
Nick Treleaven
|
e84ddc2d70
|
Show Find in Files stderr output in messages window instead of
debug window so that invalid regex messages can be seen easily.
Combine FIF stdout and stderr callback code.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4191 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2009-09-15 18:00:32 +00:00 |
|