6817 Commits

Author SHA1 Message Date
Colomban Wendling
7e3a235436 Post release version bump
Say welcome to Geany 1.24 "Sakai"!
2013-03-10 17:00:01 +01:00
Colomban Wendling
ee1cd3a3e4 Fix various typos and wordings in the NEWS
Also remove a duplicated item.
2013-03-10 15:24:47 +01:00
Colomban Wendling
44e0b8ee90 Update documentation images 2013-03-10 15:10:15 +01:00
Colomban Wendling
5456fa3df9 Regenerated the HTML manual 2013-03-10 15:10:15 +01:00
Colomban Wendling
c917f12667 Set release date 2013-03-10 15:10:15 +01:00
Enrico Tröger
6ec0d98e0a Update NEWS for UAC fix 2013-03-10 15:08:46 +01:00
Igor Shaula
1613f93ad0 Disable UAC Virtualization on Windows
Includes an application manifest embedded into the .exe resources.
2013-03-10 14:24:48 +01:00
tomboy64
51c541faa2 Add support for the Go programming language
- syntax highlighting
- support for the go compiler (as opposed to gccgo)
2013-03-10 06:10:26 -07:00
Frank Lanitz
d5440c141f Another update of Hebrew translation. 2013-03-10 09:37:13 +01:00
YosefOr
c317a93857 Small improvement of Hebrew translation 2013-03-09 20:26:31 +01:00
Frank Lanitz
b2b4134706 Small improvement of German translation 2013-03-09 14:26:54 +01:00
Colomban Wendling
a6ab76e7ef Update NEWS to reference more bugs and list latest changes 2013-03-08 20:36:52 +01:00
Colomban Wendling
771934ae29 Don't translate program name directive in Pascal file template
Pascal code only accepts an identifier in the program name directive,
but {untitled} wildcard gets replaced with a translated string that may
not be a valid Pascal identifier.  Moreover, the directive being part
of the source of the program it's good practice for it to be in English
anyway.

Closes #3602314.
2013-03-08 18:32:47 +01:00
Frank Lanitz
e5e697e5c3 Upate of Catalan translation 2013-03-08 17:20:01 +01:00
Enrico Tröger
b01f31c09b Merge branch 'gentoo90-context-menu-icon' 2013-03-08 00:08:58 +01:00
Igor Shaula
e01d5a568b Add icon to Explorer context menu entry 2013-03-08 00:07:50 +01:00
Frank Lanitz
f439a5be42 Merge pull request #117 from kgkilo/hu_po
Updated Hungarian translations
2013-03-07 00:20:39 -08:00
kilo aka Gabor Kmetyko
a3b9283e5b Updated Hungarian translations 2013-03-06 23:42:46 +01:00
Frank Lanitz
af237391fc Update of German translation 2013-03-06 19:47:47 +01:00
Frank Lanitz
a552c82a74 Update of Brazilian Portuguese translation 2013-03-06 19:29:12 +01:00
Colomban Wendling
e5245eb053 Increase the number of lines where filename is replaced upon save as
Search the first 4 lines (instead of 3) for Python templates support.
2013-03-05 23:58:04 +01:00
Colomban Wendling
5b23669649 Fix replacing file name in headers upon save as
The code used a Scintilla-specific regex escape (\<) which doesn't work
anymore since the time we switched to full PCRE (which uses \b).  So,
update the regular expression to PCRE.

Also, properly escape the name to search in the unlikely case it has
regular expression escapes in it;  and properly check for word
boundaries even when not searching with an extension.
2013-03-05 23:47:37 +01:00
Frank Lanitz
77e142bb73 Update of Slovenian translation 2013-03-05 19:44:31 +01:00
Frank Lanitz
da5deda697 Update of Kazakh translation 2013-03-05 19:38:46 +01:00
Frank Lanitz
bf7a399ac9 Update of Brasilian Portugese translation 2013-03-05 19:35:46 +01:00
Frank Lanitz
58eb550775 Merge pull request #115 from xhacker/patch-1
Update zh_CN.po
2013-03-04 09:17:23 -08:00
LIU Dongyuan
00534315b3 Update zh_CN.po 2013-03-04 23:33:25 +08:00
Enrico Troeger
775ef62868 Set the working directory on Windows very early to also help code which uses relative resource paths 2013-03-03 23:33:25 +01:00
Enrico Troeger
fc9795010c Install geany.gtkrc with the Windows installer 2013-03-03 23:28:22 +01:00
Frank Lanitz
48dc4789ce Update of Turkish translation 2013-03-03 08:10:44 +01:00
Frank Lanitz
39bb444ee5 Small update on NEWS 2013-03-01 19:35:45 +01:00
Frank Lanitz
cf61d5d425 Update of Italian translation 2013-03-01 19:35:45 +01:00
Frank Lanitz
964a20fb79 Update of Slovenian translation 2013-03-01 19:35:45 +01:00
Frank Lanitz
8db196d2b3 Update of Galician translation 2013-03-01 19:35:45 +01:00
Colomban Wendling
d289e3da20 Fix comment toggling in PHP and HTML with bottom-up selection
If current position is not at selection start (e.g. bottom-up
selection), editor_get_filetype_at_current_pos() will start returning
improper result as soon as the first buffer change since the style at
the actual current position will have been invalidated and not yet
recomputed.
2013-03-01 15:26:39 +01:00
Lex
d34ca17868 Correct description of build_activate_menu_item()
Correct the documentation comment for build_activate_menu_item() for
plugin documentation.
2013-03-01 12:52:20 +11:00
Frank Lanitz
58bffcbcce Update of Spanish translation 2013-02-25 21:07:28 +01:00
Frank Lanitz
181e91ed88 Update of Lithuanian translation 2013-02-25 21:01:47 +01:00
Frank Lanitz
8228c3f3df Update of French translation 2013-02-24 15:33:45 +01:00
Frank Lanitz
5997f6a693 Update of Japanese translation 2013-02-24 14:54:48 +01:00
Frank Lanitz
48b370e2c4 Update of po-files for string freeze of Geany 1.23 2013-02-23 14:29:32 +01:00
Frank Lanitz
2b5944d4c2 Update of Hindi translation 2013-02-23 14:23:49 +01:00
Colomban Wendling
d49b8fbbc0 Update NEWS for new items 2013-02-22 17:15:51 +01:00
Dimitar Zhekov
99fbe0bd8c Fix plugin_add_toolbar_item insertion order 2013-02-22 17:14:53 +01:00
Max Musatov
9d88bd2463 Update the main.d template to use a more standard prototype for main() 2013-02-22 15:07:50 +01:00
Lex
5acb92a3cb More verbose update to manual for Terminal setting
Provide a more complete description of the use of the changed
Terminal setting in several places.
2013-02-22 15:07:50 +01:00
Lex
d577c57e78 Add missing slash in default command 2013-02-21 15:02:13 +11:00
Lex
7d6ad6d50f Merge branch 'master' of https://github.com/geany/geany 2013-02-21 13:05:54 +11:00
Lex
5df79bc135 Adjust Terminal tooltip in preferences
Adjust to say it is a full command and that %c is substituted by
the geany_run_script path.
2013-02-21 12:42:30 +11:00
Colomban Wendling
dba93f3854 Allow Quit keybinding to be configured
This removes the last unmodifiable keybinding relying on GTK's
defaults, and allows somebody to change this keybinding.
2013-02-21 01:31:38 +01:00