6970 Commits

Author SHA1 Message Date
Frank Lanitz
cf3da8c661 Update NEWS files for more updated translations 2014-03-30 20:52:21 +02:00
Frank Lanitz
c6e3c578ad Update of German translation 2014-03-30 20:51:36 +02:00
Frank Lanitz
3b56809a45 Update of po files for string freeze of Geany 1.24 2014-03-30 20:49:21 +02:00
Steven Valsesia
1d0fc64ce8 Add the choice to use Windows or Gtk color chooser dialog
Modification of the string "Use Windows File Open/Save dialogs" to
"Use Windows native dialogs".

Signed-off-by: bestel <steven.valsesia@gmail.com>
Signed-off-by: Colomban Wendling <ban@herbesfolles.org>
2014-03-30 20:40:12 +02:00
LIU Dongyuan / 柳东原
8846ef2c5d Update zh_CN.po 2014-03-30 20:36:14 +02:00
LIU Dongyuan / 柳东原
f05e8001e9 Update zh_CN.po 2014-03-30 20:36:14 +02:00
Enrico Tröger
d4900df553 Fix restructuredText syntax 2014-03-30 12:17:41 +02:00
Frank Lanitz
8f511b66f3 Merge pull request #224 from bestel74/update_HACKING_file
Update the HACKING file: add "pull request" before "patches"
2014-03-29 22:30:03 +01:00
Frank Lanitz
a744000362 Update of German translation 2014-03-29 22:26:48 +01:00
Yosef Or Boczko
1e918d4f4e Updated Hebrew translation 2014-03-29 22:14:39 +01:00
Frank Lanitz
cb07852ba5 Merge pull request #232 from stefan-it/enhancement/lang-de-corrections
Typo corrections for German language file.
2014-03-28 15:14:13 +01:00
Stefan Schweter
a70ab6a5f7 Typo corrections for German language file. 2014-03-28 14:33:45 +01:00
Steven Valsesia
aaed5e028e Update the HACKING file, explain PR
Add the new way of contributing for geany.
2014-03-25 13:28:45 +01:00
Enrico Tröger
bd06d7a102 Update Doxyfile.in for newer doxygen versions
Automatic config file update by running 'doxygen -u'. All previous settings are
kept but old, deprecated settings were removed to avoid annoying warnings
when executing doxygen (e.g. on the nightly cronjob to update the API docs
on geany.org).
Furthermore, the update tool added a lot of comments above the options,
which is probably good.
2014-03-23 15:23:42 +01:00
Frank Lanitz
40db23752a Merge pull request #227 from fiacobelli/master
changed filetypes.latex to add Bibtex compilation
2014-03-23 10:49:38 +01:00
Frank Lanitz
608817f4bd Merge pull request #228 from gymka/master
Updated Lithuanian translation
2014-03-23 10:47:17 +01:00
gymka
5141f98f8c updated Lithuanian translation 2014-03-23 09:10:15 +02:00
Francisco Iacobelli
1f0898be05 changed filetypes.latex to add Bibtex compilation 2014-03-21 15:47:52 -05:00
elextr
b27b3678dd Add boolean to Pascal keyword list
Pascal has a boolean type (see wikipedia entry) fixes bug #1033
2014-03-21 15:46:45 +11:00
Frank Lanitz
c96e09f76f Update of Slovak translation 2014-03-18 19:57:26 +01:00
Enrico Tröger
71b48bd6fb Regenerate 16x16 Geany icon to be not cutoff
For some reason, the icon was cutoff in the upper left corner.
From the GIT history, I can't find any real reference for the
reason, so I guess this was just a mistake when convertig the
32x32 icon to 16x16. If anyone knows better, please tell me.
2014-03-16 13:20:05 +01:00
elextr
d76323260c Put Makefile comments at start of line.
In a makefile comments in recipes must start at the beginning of
the line (see [1]).  Thanks to cousteau on IRC.

[1] http://www.gnu.org/software/make/manual/make.html#Recipe-Syntax
2014-03-14 15:03:12 +11:00
Colomban Wendling
4a8910fc4a Fix GTK 2.16 support (oops) 2014-03-12 14:26:04 +01:00
Colomban Wendling
bd6db90e29 Windows: add default extension to native save dialogs
Fixes bug #1021.

Based on an initial work by Steven Valsesia, thanks!
2014-03-11 15:50:39 +01:00
Colomban Wendling
1e2be9e7b4 Add a note in the docs about shell constructs in custom commands 2014-03-11 13:14:03 +01:00
Colomban Wendling
9ae0790562 Merge branch 'bestel74/add_apply_button_color_chooser'
Closes PR #223.
2014-03-07 22:12:04 +01:00
Colomban Wendling
77b82845ed Fix color chooser button order 2014-03-07 22:09:40 +01:00
Steven Valsesia
dbf9061a52 Feature request #686 : Add apply button on Gtk color chooser
feature request : http://sourceforge.net/p/geany/feature-requests/686/

Signed-off-by: Steven Valsesia <steven.valsesia@gmail.com>
2014-03-07 15:27:18 +01:00
Colomban Wendling
717f8e1b13 Windows: fix possible buffer overflows
Fix improper use of MultiByteToWideChar() that could have led to
buffer overflows.
2014-03-06 15:01:38 +01:00
Steven Valsesia
467f56ae7e Add a new feature: autosave when the editor lose focus
Documented unwanted behavior: pop-up saving.

Closes feature request #683.

Signed-off-by: Steven Valsesia <steven.valsesia@gmail.com>
2014-03-06 14:20:38 +01:00
Steven Valsesia
9c45ffd8ed Add documentation for the auto-save feature.
Signed-off-by: Steven Valsesia <steven.valsesia@gmail.com>
2014-03-06 14:11:44 +01:00
Colomban Wendling
2f120d73c9 Fix typo in "deque" include name
Fixes bug #1027.
2014-02-27 14:33:45 +01:00
Colomban Wendling
8930ba80eb Merge branch 'fortran/improvements' 2014-02-23 20:30:11 +01:00
Adam Hirst
5965b5ebd3 Fortran: add a few more test cases 2014-02-23 20:16:29 +01:00
Colomban Wendling
d8954bbf67 Fortran: add support for "len" and "kind" qualifiers
Test cases contributed by Adam Hirst, thanks.
2014-02-23 20:13:36 +01:00
Colomban Wendling
ed1dc50062 Fortran: allow keywords as names
Allow keywords for names of modules, programs, types, interfaces,
structures and enums.

Test case contributed by Adam Hirst, thanks.
2014-02-23 20:11:00 +01:00
Colomban Wendling
e47d45eb28 Fortran: fix handling of preprocessor directives on the first line
Fix a race initialization leading to incorrect handling of preprocessor
directives on the first input line.

Test case contributed by Adam Hirst, thanks.
2014-02-23 20:10:35 +01:00
Colomban Wendling
98717999d0 Fortran: add missing block and endblock keywords 2014-02-23 20:02:56 +01:00
Colomban Wendling
ef4c72501e Fortran: generate fake tags for anonymous structures, interfaces and enums
This allows both to show those anonymous elements, as well as giving a
parent to their children, fixing display in the symbols tree.
2014-02-23 20:02:55 +01:00
Colomban Wendling
9520e7f7d7 Fortran: parse Fortran 2003 enums
Allow for not-yet-standard enum naming using `:: name` syntax, see
http://docs.cray.com/books/S-3692-51/html-S-3692-51/z970507905n9123.html

Test cases contributed by Adam Hirst, thanks.
2014-02-23 20:01:30 +01:00
Colomban Wendling
329b2cb401 Fortran: don't generate tags for interface content 2014-02-23 19:38:34 +01:00
Colomban Wendling
26d2ef8d99 Merge branch 'win32-quote-spawn-args'
Closes bug #943 and PR #180.
2014-02-19 16:15:52 +01:00
Colomban Wendling
044120e87c Windows: properly initialize errno before checking it
errno is never reset to 0 by the system libraries, so if we test
its value we need to reset it to 0 before the call that may change
it to something else.
2014-02-19 15:56:24 +01:00
Colomban Wendling
0ebf6ab82e Windows: convert the spawned command to locale encoding
Converting to locale encoding is required to allows non-ASCII
characters in the command, e.g. in the file names.
2014-02-19 15:54:51 +01:00
Colomban Wendling
6af27eeb7a Windows: add a debug to show the command as it is run 2014-02-19 15:53:25 +01:00
Colomban Wendling
5c893e9b0e Windows: fix spawning commands with spaces
Fix spawnning command under Windows when they contain spaces in both
the executable and the arguments.  Apparently system() quoting is
unexpected, and doesn't work properly if there is more than 2 quotes
in the whole command.

To work this around, spawn the command through `cmd.exe /S /C`.
2014-02-19 15:53:25 +01:00
Colomban Wendling
5a67a4f64c Fortran: report interfaces 2014-02-18 19:33:39 +01:00
Colomban Wendling
29336ffed0 Fortran: display components 2014-02-18 19:11:47 +01:00
Colomban Wendling
362a5cc654 Fortran: properly report scope for programs, subroutines and types
To do this we change the internal types to only use types matched by
symbols_get_current_scope().  This is a bit of a hack, but the tag
types were already questionable and simply mapped to ones the
TagManager know.

This however merges Functions and Subroutines under the same top-level
item in the symbol list.
2014-02-18 19:04:37 +01:00
Colomban Wendling
7d76063282 Fortran: fix handling of pointer association operator
Test case contributed by Adam Hirst, thanks.

Closes #1030.
2014-02-17 23:17:35 +01:00