Nick Treleaven
4baeb619ac
Add filtering out version control files with Extra options info to
...
Find in Files section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1437 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-04-05 11:27:44 +00:00
Nick Treleaven
c0b36f4d01
Make file header optional for filetype templates - use the string
...
'{fileheader}' to mark where the file header should be placed, which
can be anywhere in the filetype template.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1433 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-31 11:39:56 +00:00
Enrico Tröger
e123af1c55
Fixed warning about shadowing a local variable.
...
Add keybinding for switching to the search bar (as suggested by Nikolas Arend).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1430 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-30 10:38:13 +00:00
Nick Treleaven
a52574c582
Add keybinding for construct completion, and set the default to tab.
...
Separate complete_constructs() code from sci_cb_auto_forif().
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1426 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-27 15:48:16 +00:00
Enrico Tröger
b187533760
Use Ctrl+Shift+Space always for showing calltips because Alt+Space is used often by window managers (not only under Windows).
...
Added keybinding for inserting alternative whitespace characters.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1422 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-25 20:51:45 +00:00
Enrico Tröger
94a1b00fe2
Applied patch from Anh Phạm to add a keybinding for selecting the current word under the cursor (thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1413 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-22 15:51:39 +00:00
Enrico Tröger
637d862881
Added option to change the caret width.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1408 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-20 18:15:07 +00:00
Nick Treleaven
1bb9a05ecc
Add note about disabling the current line background highlighting.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1402 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-15 17:19:27 +00:00
Nick Treleaven
9384d5be83
Add marker keybinding descriptions.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1401 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-15 16:48:09 +00:00
Nick Treleaven
d5afa7bb4c
Add bookmarks section written by John Gabriele (thanks).
...
Group some subsections into an 'Editing' section.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1400 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-15 16:21:12 +00:00
Nick Treleaven
20115f6f54
Add 'Switch to last used document' keybinding.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1390 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-13 17:00:12 +00:00
Enrico Tröger
ccc26cc314
Added description for disable-server command line option for Xfce Terminal.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1384 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-12 16:12:42 +00:00
Enrico Tröger
0b84fced12
Added style "default" to filetypes.common to be able to change the default style for files without a filetype set.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1380 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-09 18:14:34 +00:00
Nick Treleaven
3888323376
Fix indentation spelling ;-)
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1375 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-09 12:26:55 +00:00
Enrico Tröger
9dc61832fc
Added different auto indention modes to select who should Geany indent new lines ( closes #1615605 ).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1373 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-08 18:02:08 +00:00
Nick Treleaven
3948762be3
Updated Templates section for filetype templates and added some
...
subsection titles.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1372 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-08 17:03:26 +00:00
Enrico Tröger
d3778ea9d4
Added single line comment examples for clarification.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1368 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-05 21:07:09 +00:00
Enrico Tröger
2c7da39004
Fixed typo (thanks to John Gabriele).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1361 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-03-02 19:04:18 +00:00
Enrico Tröger
549f19444e
Added custom commands to send selected text through some definable commands and replace the selection with the output.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1334 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-02-25 14:26:55 +00:00
Enrico Tröger
d863a8047c
Fixed typo.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1313 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-02-21 15:20:45 +00:00
Enrico Tröger
6a42745283
Added notice about contributing to the docs (patch from John Gabriele, thanks).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1304 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-02-18 13:24:20 +00:00
Enrico Tröger
826cd9961e
Added command line option --column to allow setting the initial column for the first opened file on command line.
...
Don't apply the --line and --column options to the first opened session file.
Make --line and --column options work for opening files in an already running instance.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1227 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-24 22:38:53 +00:00
Nick Treleaven
e6bd8c63d0
Add text DnD note about holding control to copy text.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1221 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-23 17:34:10 +00:00
Nick Treleaven
c5a453eb64
Correct version no.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1220 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-23 11:54:27 +00:00
Enrico Tröger
e19c187383
Added a notice of changed DnD behaviour in Scintilla 1.72.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1215 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-21 00:24:01 +00:00
Enrico Tröger
44f105e7ff
Documented GEANY_PROJECT_EXT.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1208 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-19 18:19:58 +00:00
Nick Treleaven
a2f5700e3b
Make Go to Tag Definition work for all tags except forward
...
declarations and externs.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1199 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-17 17:42:23 +00:00
Enrico Tröger
692d2aa731
Added keyboard shortcut for Save As.
...
Added missing documentation for some keyboard shortcuts.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1169 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-08 18:15:06 +00:00
Enrico Tröger
7b11469786
Save template files in a subdirectory "templates" inside Geany's configuration directory.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1163 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-06 18:00:34 +00:00
Enrico Tröger
66df9594ed
Added template for BSD licence.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1161 ea778897-0a13-0410-b9d1-a72fbfd435f5
2007-01-06 15:38:44 +00:00
Enrico Tröger
6e3a376935
Fixed encoding of generated PDF file.
...
Deleted all jpg images and replaced them by png images.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1136 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-12-21 14:03:18 +00:00
Enrico Tröger
8aae342458
Fixed encoding of generated PDF file.
...
Deleted all jpg images and replaced them by png images.
Updated date in documentation and manpage.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1135 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-12-21 13:54:29 +00:00
Nick Treleaven
4cbe4f4170
Only use [a-zA-Z0-9] chars for default wordchars, to avoid problems
...
with word matching when using Find & Replace functions.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1020 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-11-23 11:42:10 +00:00
Enrico Tröger
dbd82669c6
Described new folding_horiz_line setting in filetypes.common.
...
Added documentation for stopping of running processes.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@987 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-11-11 18:53:38 +00:00
Enrico Tröger
d829ba94fc
Some small updates.
...
Got rid of &app; entitity.
Extended description of encoding support.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@940 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-28 14:58:48 +00:00
Enrico Tröger
96789091d0
Updated missing keybindings.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@885 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-11 22:15:26 +00:00
Enrico Tröger
84421ddb32
Updated section about session files limit.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@882 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-10-11 16:42:46 +00:00
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
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
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
Nick Treleaven
b864f95999
Update command-line options and running instance behaviour
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@788 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-09-04 13:44:15 +00:00
Enrico Tröger
f8b96977ed
Use the filetype's default style(SCE_*_DEFAULT) as the main default style(STYLE_DEFAULT).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@717 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-15 11:38:38 +00:00
Enrico Tröger
e87b87b015
Added colour values for indentation guides and white space.
...
Made hard coded SCI_AUTOCSETMAXHEIGHT changeable and added an option in the preferences dialog.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@712 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-13 15:04:30 +00:00
Enrico Tröger
90bda54ff9
Update for Geany 0.8.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@688 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-09 17:18:25 +00:00
Enrico Tröger
3313e63f55
Removed section about global ctags, the information were obsolete.
...
Added section about file encodings and the Unicode Byte-Order-Mark.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@687 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-09 17:15:34 +00:00
Nick Treleaven
e76a10f56c
Added Filetype extensions section; Grouped configuration file sections into a chapter
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@677 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-06 21:49:16 +00:00
Nick Treleaven
e1a58a75cb
Improved search section; added all find and go to commands
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@675 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-08-06 20:25:54 +00:00
Enrico Tröger
ddd9300a72
Added style to change the colour of the caret( closes #1530486 ).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@652 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-30 16:02:21 +00:00
Nick Treleaven
0576bf920a
Commented out some keys not working
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@590 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-20 14:02:51 +00:00
Nick Treleaven
b9f6cf6987
Use more POSIX-like syntax for regular expression bracket matching; Prevent searching backwards with a regex (unsupported); Scroll in view after the last replacement for replace all/selection. Also move hiding the replace dialog out of document.c
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@582 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-07-18 17:43:22 +00:00