961 Commits

Author SHA1 Message Date
Enrico Tröger
642889e97a Reordered command line options alphabetically.
Added new command line option --line to set the initial line for the first opened file.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@863 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-03 13:16:42 +00:00
Enrico Tröger
01c885c55c Save configuration(i.e. list of open files) as late as possible and save the filetype build commands first shortly before quitting.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@862 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-03 11:21:36 +00:00
Nick Treleaven
464e9b7d0b Change sci_get_line to return a NULL terminated string.
Fix memory leak and possible invalid read in sci_cb_auto_latex().


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@861 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-02 15:22:29 +00:00
Nick Treleaven
762f4b5c91 Move global tags code to symbols.c.
Added symbols_global_tags_loaded(), symbols_get_global_keywords().


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@860 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-02 11:31:54 +00:00
Nick Treleaven
13ed16e2c8 Added a blank line indent for templates D, HTML, PHP.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@859 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-02 11:14:36 +00:00
Enrico Tröger
a79ac62bc4 Use datarootdir for defining paths to fix autoconf 2.60 problems.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@858 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-01 17:28:45 +00:00
Nick Treleaven
88ff2d5085 Save the build includes and arguments on quitting.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@857 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-01 16:14:45 +00:00
Nick Treleaven
f93a8f9df2 Clear the symbol list when opening a file with no tags.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@856 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-30 16:15:45 +00:00
Enrico Tröger
a913fbd2c5 Update of Belarusian translation(thanks to Yura Semashko)
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@855 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-30 14:49:35 +00:00
Nick Treleaven
e721ae69b0 Changed StyleSet struct to use Style array, which can use less
memory. Added separate struct for the common style set. Also
use a struct for tracking the loaded global tags files. Renamed
some static functions.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@854 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-30 11:13:58 +00:00
Enrico Tröger
20863864b1 Updated credits of topi and Catalan translation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@853 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 16:02:33 +00:00
Enrico Tröger
b05feda57b Added language nl.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@852 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 09:09:11 +00:00
Enrico Tröger
657bcd4252 Tagging the 0.9 release.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/tags/Geany-0_9@851 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 08:15:34 +00:00
Enrico Tröger
a72e332e6f Updated for Geany 0.9.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@850 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 08:14:39 +00:00
Enrico Tröger
9284403190 Updated for Geany 0.9.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@849 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 07:42:13 +00:00
Enrico Tröger
5aaf298e10 Added pattern *.agi for filetype Perl (closes #1567355).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@848 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-29 07:22:46 +00:00
Frank Lanitz
57f46f7055 Ooops. Small fix in ChangeLog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@847 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-28 22:17:12 +00:00
Frank Lanitz
29709c07b8 Update of Czech, Dutch and Spanish translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@846 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-28 22:10:28 +00:00
Enrico Tröger
8d55691f4a Removed fuzzy mark.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@845 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-28 18:28:29 +00:00
Nick Treleaven
57373f78c1 ntrel's changes for Geany 0.9
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@844 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-28 13:46:47 +00:00
Nick Treleaven
5131710a90 Update selection arguments in filetypes.common
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@843 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-28 13:44:21 +00:00
Frank Lanitz
18a4fd6294 Update of Dutch translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@842 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 21:27:09 +00:00
Nick Treleaven
4525dd227d Only override the default Scintilla selection style if foreground
and/or background flags are set in filetypes.common.
Also increase the current line background brightness.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@841 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 15:08:46 +00:00
Nick Treleaven
2b8066b9ac Change VTE word selection chars to include paths
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@840 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 14:57:17 +00:00
Enrico Tröger
954feb8d1a Updated codename of the next release.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@839 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 12:50:29 +00:00
Enrico Tröger
bb63808621 Fixed broken autocompletion for filetype PHP.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@838 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 12:48:13 +00:00
Frank Lanitz
df860b11e6 Update of German translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@837 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-27 08:47:20 +00:00
Enrico Tröger
cef263b7c7 Fixed missing time stamp in status messages on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@836 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-26 16:54:20 +00:00
Enrico Tröger
c20171288d Enabled socket code on Windows.
Re-enabled the gtk_window_present() call for Windows to pop up the main window.
Enabled notification if file on disk has changed under Windows, it seems to work (closes #1557689).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@835 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-26 16:29:44 +00:00
Frank Lanitz
35ead66a3a Added Dutch translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@834 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-26 14:00:30 +00:00
Frank Lanitz
4bd047ef3a Update of Spanish and Vietnamese Translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@833 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-26 13:22:23 +00:00
Nick Treleaven
a5bf4b765d Let make clean continue when a file can't be deleted.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@832 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-22 12:09:53 +00:00
Nick Treleaven
8520ef16e2 Prevent a segfault if the Terminal tool is not set.
Use cmd.exe as default Terminal tool on Windows.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@831 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-22 12:05:18 +00:00
Nick Treleaven
b25d8cc8d6 Apply toolbar style on startup (Fixes #1563125).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@830 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-22 11:38:14 +00:00
Nick Treleaven
bada0d1705 Prevent a partial selection on a line being deleted when using
CTRL-I to indent; also improve CTRL-Shift-I unindenting. Closes
#1557963.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@829 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-21 10:31:06 +00:00
Nick Treleaven
c0d827a53b Fix a bug when clicking on a recent file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@828 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-21 09:55:50 +00:00
Enrico Tröger
cd1afef42b Don't start autocompletion in strings and comments.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@827 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-20 21:52:35 +00:00
Nick Treleaven
15dfd1d010 Don't move Geany to the current desktop when opening files remotely.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@826 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-20 12:49:41 +00:00
Nick Treleaven
a2c0d34c58 Add whole word only matching option for Find in Files.
Add fixed string matching option for Find in Files.
Make fixed string, case sensitive matching default for efficiency.
Sort filenames passed to Grep alphabetically.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@825 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-20 11:03:33 +00:00
Enrico Tröger
129af78235 Prevent display of a separator when it isn't needed.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@824 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-19 13:48:19 +00:00
Frank Lanitz
dfe9398ddb Weekly update fo German translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@823 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-18 12:38:04 +00:00
Enrico Tröger
6af166578d Fixed compiler warnings and removed unnecessary signal handler.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@822 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-18 08:19:40 +00:00
Nick Treleaven
4f4b3cdfc5 Only reorder recent files menu when recent file loaded correctly.
Reorder the recent file menu instead of recreating it.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@821 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-17 21:53:47 +00:00
Nick Treleaven
d186f909bd Improve utils_get_current_time_string().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@820 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-17 20:40:15 +00:00
Nick Treleaven
f180e9a863 Move all static strings from templates.h to templates.c.
Fix sign comparison warning.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@819 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-17 19:58:04 +00:00
Nick Treleaven
a4d058894e Don't print the g_spawn argv strings in build_run_cmd() on the status bar.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@818 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-15 15:09:13 +00:00
Nick Treleaven
b89abc8586 Add ui_frame_new().
Run set includes build dialogs modally, keeping the same filetype.
Updated set includes & arguments dialog layout.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@817 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-15 14:25:42 +00:00
Frank Lanitz
5e0eb21fae Small fix in German translation
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@816 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-13 07:43:47 +00:00
Frank Lanitz
293a4ba8fd Update of German translation.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@815 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-12 09:18:43 +00:00
Enrico Tröger
9f5b32cd9a Added menu items for toggle line commentation.
Changed some mnemonics in the "format" submenu.
Added keyboard shortcuts for "Convert Selection to lower-case".


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@814 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-12 08:32:52 +00:00