3506 Commits

Author SHA1 Message Date
Enrico Tröger
d7f8d9933c Don't use the clear icon inside any spin buttons in the prefs dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3575 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-13 18:13:07 +00:00
Enrico Tröger
8735f3b47e Don't use a hard coded black foreground colour for the compiler and messages windows, instead use the default GTK foreground colour.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3574 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-13 18:12:49 +00:00
Nick Treleaven
792976b711 Update for ntrel's changes (0.16).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3573 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-13 17:19:23 +00:00
Frank Lanitz
1cc276f0e7 update of Chinese translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3572 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-10 22:26:21 +00:00
Enrico Tröger
8cd312e250 Small optimisations by moving out function calls of loop break conditions (patch by Frank, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3571 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-10 21:11:25 +00:00
Enrico Tröger
4ffd7f2ed9 Add a clear icon to the used text entries all over the place (will be available with GTK >= 2.16).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3570 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-10 21:10:50 +00:00
Enrico Tröger
c5dc11dc6f Really focus the status/compiler/messages window when the corresponding keybinding is used.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3569 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 20:35:57 +00:00
Enrico Tröger
e98cf99fb7 Don't follow the path of the document if the document has not an absolute file path.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3568 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 19:52:43 +00:00
Enrico Tröger
d6c1d1e801 Add editor_get_word_at_pos() as a convenient function to retrieve the word at a given position.
Make document_get_status_color() returning a const GdkColor.
Add editor_get_word_at_pos() and document_get_status_color() to the plugin API.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3567 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 19:52:21 +00:00
Enrico Tröger
0e8e7a687b Fix path quoting problems on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3566 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 19:51:49 +00:00
Enrico Tröger
27530eabe8 Make Menu key and Shift-F10 working on the filebrowser treeview.
Return TRUE if appropriate in the event handlers.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3565 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 19:51:31 +00:00
Frank Lanitz
78b305714a Update of Catalan translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3564 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 18:27:20 +00:00
Frank Lanitz
bf1ffaf8c5 Update of Hungarian translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3563 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 16:31:16 +00:00
Frank Lanitz
f87cb49e2d Don't put closing td tag into a new line during auto completion of a
HTML table

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3562 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-08 13:01:44 +00:00
Frank Lanitz
99fc2a43de Update of Swedish translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3561 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-07 11:32:11 +00:00
Enrico Tröger
35aaad545b Fix ordering of the input methods submenu item in the VTE popup menu.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3560 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-06 19:39:52 +00:00
Enrico Tröger
51b3a33503 Add plugin_module_make_resident() to the plugin API which allows plugins to make the module resident. This seems necessary when using GTypes, e.g. by using the GObject API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3559 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-06 19:05:12 +00:00
Enrico Tröger
98306aad12 Minor update of German translation, mainly remove full stops in tooltips.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3558 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-06 15:52:04 +00:00
Enrico Tröger
df24b80537 Don't check for old configuration directory location on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3557 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-06 14:15:19 +00:00
Frank Lanitz
b635305e3e Fix of plural forms on Japanese translation catalog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3556 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-06 01:06:09 +00:00
Enrico Tröger
d0f2a8c5c6 Replace the last occurrences of %n% with \n\t. Sorry.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3555 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 20:16:35 +00:00
Enrico Tröger
f1bde0ead3 Fix another typo.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3554 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 20:05:07 +00:00
Enrico Tröger
3e168c175c Fix typo which caused wrong snippet completion (closes #2568588).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3553 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 20:02:54 +00:00
Enrico Tröger
591291623c Remove trailing whitespace.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3552 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 19:18:46 +00:00
Enrico Tröger
334e7092ea Allow pressing Space/Enter in the compiler and messages treeviews to activate the selected item (closes #2555704).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3551 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 19:14:17 +00:00
Enrico Tröger
bfbc2b6f73 Special case Menu key presses and Shift-F10 to show the popup menu of the widgets where they were pressed instead of always the document notebook tab list.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3550 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 19:10:57 +00:00
Enrico Tröger
4daa599478 Use the G_DEFINE_TYPE() macro to generate the *_get_type() code.
Remove useless geany_object_finalize() function.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3549 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 19:04:54 +00:00
Frank Lanitz
05102084cf Update of Britisch English and Japanese translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3548 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-05 17:07:09 +00:00
Enrico Tröger
bbd58c2856 It's enough to check for GTK 2.14 at runtime, not at build time when to determine whether to show non-local folders in the file chooser dialogs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3547 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-04 20:04:49 +00:00
Enrico Tröger
1fc1e8f24a Fix a crash on Windows for PHP files when 'comment_close' in not set (neither in the user's config nor in the global filetypes.php) and (un)commenting is used outside of the PHP tags (reported by Frank, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3546 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-04 20:01:32 +00:00
Enrico Tröger
c70d6c4338 Some code cleanup and improve comments, no changes in functionality.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3545 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-04 19:52:44 +00:00
Frank Lanitz
4e270879db Update of Brasilian Portuguese translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3544 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-03 17:17:57 +00:00
Frank Lanitz
451f9d4ed2 Update of Vietnamese translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3543 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-03 17:14:07 +00:00
Enrico Tröger
200d1152f6 Fix wrong Help button sensitiveness in the plugin manager dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3542 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-02 21:04:55 +00:00
Frank Lanitz
05438dde25 Update of Czech translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3541 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 23:17:15 +00:00
Frank Lanitz
d2daf6fb76 Update of German translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3540 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 22:22:15 +00:00
Frank Lanitz
a2ea820fd5 Another update of German translation, since last 'fix' wasn't complete
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3539 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 20:02:53 +00:00
Frank Lanitz
96abc99263 Fix of a wrong translation inside German translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3538 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 19:57:25 +00:00
Frank Lanitz
8b82153a71 Update of translation catalogs for string freeze in preperation of Geany 0.16 release
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3537 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 19:33:54 +00:00
Frank Lanitz
b441bef01d Update of Turkish translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3536 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 19:29:47 +00:00
Frank Lanitz
c2cccb6d53 Update of Japanese translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3535 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 19:26:45 +00:00
Enrico Tröger
30dcb01ca1 Update to waf 1.5.3 and use modern task syntax in the wscript.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3534 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 19:14:50 +00:00
Enrico Tröger
c45ea64eec Add an option to 'follow the path of the current file' in the filebrowser plugin.
Add an option to automatically set the project's base directory when a project is opened/changed (closes #2554027).

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3533 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 18:48:09 +00:00
Enrico Tröger
c4897ee665 Use the document's real path when the VTE setting 'Follow the path of the current file' is used to prevent unnecessary directory changes when symlinks are used (reported by Dominic Hopf).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3532 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-02-01 18:03:19 +00:00
Enrico Tröger
b2eeefc919 Add some missing @since tags to the API documentation of various functions.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3531 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-30 18:53:23 +00:00
Enrico Tröger
84fc7556eb Add a few notes about basic plugin writing guidelines.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3530 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-30 18:10:27 +00:00
Enrico Tröger
56a1470bb9 Add utils_string_replace_first() to the plugin API.
Allow entering paths prefixed with '~' in the filebrowser path entry.
Show the full path for files and folders in the filebrowser plugin as tooltips.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3529 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-30 16:12:25 +00:00
Enrico Tröger
2758ac24b7 If the VTE has a dirty command line, print the resulting warning also to the debug messages.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3528 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-30 15:39:08 +00:00
Enrico Tröger
bc52e9db5d Update Fortran parser from CTags SVN (closes #2545000).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3527 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-29 17:24:31 +00:00
Enrico Tröger
2d6b0f8282 Add a check for 'libtoolize' (suggested by Greg Smith, thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@3526 ea778897-0a13-0410-b9d1-a72fbfd435f5
2009-01-29 16:29:59 +00:00