1847 Commits

Author SHA1 Message Date
Nick Treleaven
3baa7d8fc3 Update ntrel's changes for 0.12 release.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1893 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-21 17:29:55 +00:00
Nick Treleaven
6e90725f5d Make 'Duplicate lines' work for whole lines when more than one line
has a selection.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1892 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-21 16:39:21 +00:00
Nick Treleaven
f38fbd5418 Make 'Delete lines' not include an extra line when whole lines are
selected.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1891 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-21 16:37:19 +00:00
Nick Treleaven
265026bc9a Reformat text width with fmt. Add note about the HACKING file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1890 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-19 11:24:30 +00:00
Nick Treleaven
49c07153d9 Reformat text width with fmt. Add comment about running Glade 2.10 uninstalled.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1889 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-19 11:18:43 +00:00
Nick Treleaven
8fe569692f Save and restore the current notebook page when quitting.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1888 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-18 16:04:22 +00:00
Nick Treleaven
601fb23da4 Add foreground colouring to messages items.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1887 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-17 16:33:17 +00:00
Nick Treleaven
f0c92858b1 Show Haxe enum types in the symbol list.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1886 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-17 15:46:41 +00:00
Nick Treleaven
67c2afa93a Apply code from blackdog to parse Haxe typedef tags (thanks).
Show Haxe typedefs in the symbol list.
Add tag_type treeview iter.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1885 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-17 15:28:27 +00:00
Nick Treleaven
0f36471020 Apply patch from blackdog to add build_info and
msgwindow->compiler_add() to the plugin API (thanks).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1884 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-17 11:16:48 +00:00
Nick Treleaven
a7ce66e724 Apply patch from Christoph Berg to update main window icon and
About dialog icon (thanks).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1883 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-13 16:54:25 +00:00
Nick Treleaven
1b915dbef6 Make some keybinding titles use existing string capitalization.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1882 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-13 16:45:46 +00:00
Nick Treleaven
122dd396f3 Add Find keybinding (re-uses existing string).
Group search-related callbacks together.
Docs: Add table headings to group related keybindings together.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1881 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-13 16:40:19 +00:00
Nick Treleaven
07d6f819ca Change scroll by line default keybindings to Alt-{Up, Down}.
Change Previous/Next Paragraph Scintilla commands to Ctrl-{Up, Down}.
Adding Shift extends selection by paragraph.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1880 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-13 12:38:14 +00:00
Nick Treleaven
6556066f24 Speed up Save All for C-like files by avoiding unnecessary
recolourising after user typenames have changed.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1879 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-13 11:31:19 +00:00
Nick Treleaven
928e2f032e Use G_N_ELEMENTS(arr) instead of sizeof(arr) / sizeof(arr[0]).
Correct prev_translators email address.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1878 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 16:25:19 +00:00
Nick Treleaven
1e414fa341 Edit how to manually edit geany.conf hidden prefs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1877 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 16:08:26 +00:00
Nick Treleaven
a76adc4354 Make Toggle Case use the current word if there's no selection.
Make Toggle Case keep an existing selection.
Rename ui_widgets.popup_items to popup_copy_items.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1876 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 16:01:23 +00:00
Nick Treleaven
001cc916b4 Allow autocompletion on a line with trailing whitespace.
Add auto_complete_whilst_editing hidden preference.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1875 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 12:08:07 +00:00
Nick Treleaven
fcaadd8dc3 Apply patch from John Gabriele for an overview in the Tags section
(thanks).
(Format paragraph with fmt -w72).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1874 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 11:39:21 +00:00
Nick Treleaven
ca970f61e4 Fix return type for document->open_files().
(Tidy up field name indentation).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1873 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-12 11:17:53 +00:00
Frank Lanitz
e5637f7bb5 Wrong version strings corrected
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1872 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-11 19:41:38 +00:00
Frank Lanitz
be814ee749 Update because of string freeze for 0.12
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1871 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-11 19:36:53 +00:00
Enrico Tröger
568e5987e8 HTML manual is called Manual.html on Windows, so open this file.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1870 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-11 18:18:09 +00:00
Nick Treleaven
b7113bfa7a Add reload_file() document function to the plugin API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1869 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-11 16:05:03 +00:00
Nick Treleaven
274058eb7a Neaten up the plugin API:
Make document_open_file() now wrap document_open_file_full(),
without the idx for reloading or pos arguments.
Replace str_replace() with string_replace_all() in the plugin API.
Add utils_string_replace_all(), taking a GString argument.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1868 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-11 15:21:11 +00:00
Enrico Tröger
73557807a8 Remove get_zoom from plugin API.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1867 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-10 18:25:03 +00:00
Enrico Tröger
c64314e61d Replace Geany's icon by a new one by Sebastian Kraft (thanks).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1866 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-10 17:57:48 +00:00
Enrico Tröger
fadb7b7a69 Install symbol list icons with the installer. Use Geany's icon for the installer.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1865 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-09 18:59:22 +00:00
Enrico Tröger
2dd1913d85 Add notice about code navigation history.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1864 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-09 16:43:54 +00:00
Enrico Tröger
ac7e6acee5 Change quotes in some error messages to be more consistent (thanks Frank).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1863 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-09 16:13:30 +00:00
Enrico Tröger
8917ec0717 Forgot to commit these changes in r1860. Sorry.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1862 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-09 16:09:28 +00:00
Enrico Tröger
06833473ee Improved error message if license text could not be found (thanks Frank).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1861 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-07 19:17:02 +00:00
Enrico Tröger
d390522727 Remove convert to lower-/upper-case keybindings.
Add toggle case keybinding and change shortcut to Ctrl-Alt-U.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1860 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-07 19:01:55 +00:00
Nick Treleaven
6760703a73 Minor update of Preferences dialog section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1859 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-07 16:45:17 +00:00
Nick Treleaven
34605af386 Replace 'Use tabs...' preference checkbox with Tabs, Spaces radio
buttons (should be a bit clearer).


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1858 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-07 15:52:31 +00:00
Nick Treleaven
acfedc1771 Add 'Move document left' and 'Move document right' keybindings.
Make fixed keybindings overridable.
Add fixed keybindings for switching to leftmost/rightmost document,
Ctrl-Shift-{PageUp,PageDown}.
Docs: Add 'Switching documents' keybindings section.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1857 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-07 12:34:57 +00:00
Enrico Tröger
97b8092329 Remove unwanted debug message.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1856 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-05 19:46:22 +00:00
Enrico Tröger
db5f98e725 Store the index of a keybinding in the treeview store to fix problems getting the correct index when editing a cell of the treeview.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1855 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-05 19:40:46 +00:00
Enrico Tröger
7111acdc06 Make keybinding for scrolling by one line changeable.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1854 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-05 18:55:51 +00:00
Enrico Tröger
bc3c9f62f4 Fix missing syntax colouring when saving new files.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1853 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-05 18:38:42 +00:00
Nick Treleaven
e18b145ec7 Rewrite document_find_by_filename() to work when the filename
argument contains relative path elements or symlinks.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1852 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-05 16:22:50 +00:00
Nick Treleaven
29b47c239c Minor edit of keyboard shortcuts dialog text.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1851 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-04 15:39:17 +00:00
Enrico Tröger
7be0947ff1 Sort list of files to build on Windows. Add geanyobject.c to the list of files to build on Windows. Fix some warnings and build errors on Windows.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1850 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-03 18:19:27 +00:00
Nick Treleaven
04dfeb19ba Move 'Insert #include' menu item below other insert menu items.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1849 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-03 16:25:41 +00:00
Nick Treleaven
1887a20df4 Add text argument for document_new_file(), so that it's independent
from filetype templates.
Make File->New create a blank document, rather than using the None
filetype template.
Add None option for the 'New with Template' menu commands.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1848 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-03 16:09:53 +00:00
Nick Treleaven
cb333602fd Set copy lines default KB to Ctrl-Shift-C.
Set cut lines default KB to Ctrl-Shift-X.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1847 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-09-03 12:17:58 +00:00
Nick Treleaven
d58addc900 Undo last commit, because it makes selecting text with the mouse
include all trailing lines with no wordchars on them.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1846 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-08-31 12:01:22 +00:00
Nick Treleaven
94dd025c04 Include \n\r newline chars in Scintilla whitespace chars.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1845 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-08-31 11:42:58 +00:00
Nick Treleaven
a4a871c945 Prevent calltip after typing '(' when in a comment or string.
Allow forced autocompletion in a comment or string.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1844 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-08-30 15:11:33 +00:00