Enrico Tröger
|
36882435a1
|
Apply patch from Daniel Richard G. to update some source code comments (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2259 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-15 16:32:27 +00:00 |
|
Enrico Tröger
|
85af47b85a
|
Fix parsing bug when there is text after the end of a multi line comment (closes #1894084).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2258 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-15 16:31:46 +00:00 |
|
Enrico Tröger
|
57533aa092
|
Fix some compiler warnings.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2257 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-13 18:54:05 +00:00 |
|
Enrico Tröger
|
8d940e7f5f
|
Fix checking wrong variable.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2256 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-13 16:08:47 +00:00 |
|
Enrico Tröger
|
7a85f3ae69
|
Fix broken compilation with GTK < 2.10.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2255 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-13 09:30:20 +00:00 |
|
Enrico Tröger
|
73c841c79f
|
Fix compiler warnings.
Improve Save As dialog usability problems.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2254 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-12 15:50:22 +00:00 |
|
Enrico Tröger
|
6532339f1a
|
Use a modifiers mask to ignore unwanted modifiers(caps lock, num lock) when handling key presses (maybe fixes #1891276).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2253 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-12 15:49:54 +00:00 |
|
Enrico Tröger
|
29d1102f76
|
Don't force unique line ending characters when saving files to avoid unexpected saving behaviour.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2252 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-12 12:30:41 +00:00 |
|
Enrico Tröger
|
fe728b7c88
|
Allow start of Geany with given files on the command line but whithout a writable temporary directory and without a writable configuration directory.
Improve filename of created symlink to the socket file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2251 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-12 12:04:55 +00:00 |
|
Enrico Tröger
|
e4edda0fa2
|
Allow using Find In Files dialog even if no files are open (closes #1891818).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2250 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-12 12:04:21 +00:00 |
|
Frank Lanitz
|
bd52faecba
|
Added Nikita E. Shalaev to list of Russian translators
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2249 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-11 19:17:36 +00:00 |
|
Frank Lanitz
|
d1372b0aeb
|
Update of Russian translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2248 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-11 19:16:23 +00:00 |
|
Enrico Tröger
|
b922aae8d0
|
Apply patch from Daniel Richard G. to include the hostname in the socket filename (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2247 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 17:55:00 +00:00 |
|
Enrico Tröger
|
d60378dd98
|
Add support for getting hostname on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2246 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 17:53:18 +00:00 |
|
Enrico Tröger
|
6cd65c7f59
|
Add README.Packagers to extra_dist.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2245 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 16:46:31 +00:00 |
|
Enrico Tröger
|
feb118c8bf
|
Use a random integer as part of socket file name instead of current time stamp.
Before creating a new socket, delete a maybe existing socket and its symlink.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2244 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 12:36:32 +00:00 |
|
Enrico Tröger
|
e7092056d5
|
Add some notes for package maintainers.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2243 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 12:35:38 +00:00 |
|
Enrico Tröger
|
e1edb51104
|
Add workaround for a Scintilla bug in HTML/PHP lexer which styles the last line of document wrong when in PHP mode.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2242 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 12:35:11 +00:00 |
|
Enrico Tröger
|
9a2be912fc
|
Apply patch from Yura Siamashka to fix wrong navigation queue items (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2241 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-10 12:34:28 +00:00 |
|
Frank Lanitz
|
c49257d14a
|
Update of Bulgarian translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2240 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-08 23:26:20 +00:00 |
|
Enrico Tröger
|
875d5b214f
|
Fix wrong placement of long line marker (closes #1889392).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2239 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-08 11:22:36 +00:00 |
|
Enrico Tröger
|
05bff8f53d
|
Fix crash on Windows when a project could not be opened. Remove prefix from win32_get_file_filters() and win32_get_filters(). Fix some encoding problems with filenames retrieved from the native Windows file dialogs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2238 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-08 11:19:45 +00:00 |
|
Frank Lanitz
|
54b18cfb20
|
Update of French translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2237 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-07 20:53:20 +00:00 |
|
Enrico Tröger
|
ba8fc7de0e
|
Include display number for the filename of the symbolic link to the real Unix Domain Socket file (closes #1888565).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2236 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-07 17:27:05 +00:00 |
|
Enrico Tröger
|
10fb8c2047
|
Create the Unix Domain Socket for detecting a running instance in system's tmp directory and create a symlink to it in Geany's configuration directory (closes #1888561).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2235 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-07 15:53:02 +00:00 |
|
Enrico Tröger
|
cba15f61ad
|
Use a better check for PLAT_GTK_WIN32 (backport from Scintilla CVS).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2234 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-07 14:49:01 +00:00 |
|
Enrico Tröger
|
79cccc68d9
|
Fix typo (thanks Slava Semushin for reporting).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2233 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-07 14:19:45 +00:00 |
|
Enrico Tröger
|
7b9ba876c1
|
Make forgotten strings translatable.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2232 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-06 16:02:00 +00:00 |
|
Enrico Tröger
|
25dc10c65c
|
Post-release version bump.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2231 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 15:01:07 +00:00 |
|
Enrico Tröger
|
511b495a19
|
Tagging the 0.13 release.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/tags/Geany-0_13@2230 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 14:44:26 +00:00 |
|
Enrico Tröger
|
11d7402854
|
Update and correct dates ;-).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2229 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 12:46:48 +00:00 |
|
Enrico Tröger
|
e63c7fdfee
|
Add it to the updated translations.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2228 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 11:52:30 +00:00 |
|
Enrico Tröger
|
a3c6f9b407
|
Update date.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2227 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 11:44:31 +00:00 |
|
Enrico Tröger
|
3e4368ed22
|
Fix definition of PLAT_GTK_WIN32 on Windows to fix Copy&Paste problems.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2226 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 11:24:26 +00:00 |
|
Enrico Tröger
|
e5af6c9c5f
|
Update of Ukrainian translation (thanks Boris Dibrov).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2225 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-05 11:17:59 +00:00 |
|
Nick Treleaven
|
6da02c2ba4
|
Some minor changes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2224 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 13:54:07 +00:00 |
|
Nick Treleaven
|
43704d8ebe
|
Add ui_button_new_with_image() to plugin API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2223 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 13:40:14 +00:00 |
|
Nick Treleaven
|
b8f92279c3
|
Show default shortcuts in Keybindings section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2222 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 13:28:51 +00:00 |
|
Nick Treleaven
|
4c747131c1
|
Add sci_get_current_line() to plugin API.
Add ui_table_add_row(), ui_path_box_new() to plugin API (thanks to
Yura Siamashka).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2221 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 12:49:14 +00:00 |
|
Nick Treleaven
|
39f97b19f4
|
List Cut, Copy, Paste keybinding descriptions.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2220 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 12:36:43 +00:00 |
|
Enrico Tröger
|
39c8794aa5
|
Update of Italian translation (thanks M. Baldinelli).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2219 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 09:01:29 +00:00 |
|
Enrico Tröger
|
a0990ce7f6
|
Reduce minimum window size to 550x350 (closes #1883367).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2218 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 08:48:20 +00:00 |
|
Enrico Tröger
|
6346c1fb1f
|
Add eht16's changes for 0.13.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2217 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 08:30:40 +00:00 |
|
Enrico Tröger
|
1222e1ec8c
|
Update images for 0.13.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2216 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-04 08:27:29 +00:00 |
|
Enrico Tröger
|
cdaf08bb04
|
Translate missing strings and fix little errors.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2215 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:57:05 +00:00 |
|
Frank Lanitz
|
ce2d0a38b6
|
Removed a fuzzy string caused by svn r2204
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2214 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:19:17 +00:00 |
|
Frank Lanitz
|
2ca3d303ba
|
Update of Greek translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2213 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:17:09 +00:00 |
|
Frank Lanitz
|
6dca323513
|
Update of Catalan translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2212 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:16:26 +00:00 |
|
Frank Lanitz
|
410a82d858
|
Added i18n news.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2211 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:16:05 +00:00 |
|
Frank Lanitz
|
7cae77c1ae
|
Update German translation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@2210 ea778897-0a13-0410-b9d1-a72fbfd435f5
|
2008-02-02 13:15:47 +00:00 |
|