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
e13cd014be
Fix portability of make rules to build documentation
...
Support for "$<" automatic variable in non-suffix rules is a GNU Make
extension: don't use it.
2013-12-22 20:47:33 +01:00
Colomban Wendling
c0a233fcc3
Fix a typo in the documentation's markup
2013-12-17 16:09:56 +01:00
Colomban Wendling
f94650b48e
Autotools: use the target file as the base rule for building documentation
...
This allows automatic building of the file when required, and allows
user to request building that specific file.
2013-12-17 16:02:50 +01:00
Colomban Wendling
9a236fb04e
Autotools: fix building the documentation in VPATH builds
2013-12-17 15:50:07 +01:00
Roland Pallai
b63eb87599
"Enter in replace entry does Replace & Find instead of Replace" setting
...
in General/Misc/Search.
2013-11-14 00:53:40 +01:00
Arthur Rosenstein
6f6dfda8a8
Add documentation for keep_edit_history_on_reload option
2013-11-10 11:11:36 +02:00
Colomban Wendling
d29b5912ff
Read filetype's mime type from the configuration files
...
This allows custom filetypes to define a mime type, hence the icon
displayed for this filetype; as well as moving ones for built-in
filetypes out of the code to the configuration files.
2013-10-15 03:06:01 +02:00
Nick Treleaven
15fb2f321a
Improve custom filetype formatting/links
2013-10-11 16:43:27 +01:00
Frank Lanitz
d7041a0523
Adding path for config on Windows7+
2013-09-06 16:44:24 +02:00
elextr
d4398d7fd0
Add some more explanation to indentation documentation
...
Explain operation of tabs and spaces setting.
Explain relation of autoindent settings and indentation type.
Add note regarding filetypes to match braces.
2013-06-26 14:52:52 +10:00
elextr
989a1f2ccb
Mark Geany.txt with filetype
...
Since we have a reStructuredText filetype, mark doc file so it
automatically opens with the right filetype.
2013-05-11 11:42:16 +10:00
Frank Lanitz
57dca02303
Documentation: Adding a short note about finding Geany at Windows inside application menu
2013-04-20 10:27:51 +02:00
Frank Lanitz
971f147c08
Documentation: Replace some \t with space
2013-04-20 10:27:51 +02:00
Matthew Brush
4e03e466e7
Improve Statusbar Template documentation
...
Mainly listing the available placeholders instead of pointing the
poor user deep into Geany's code.
2013-04-14 19:03:58 -07:00
Colomban Wendling
d453fe33fe
Add support for loading Vi and CTags tag files
...
This allows to load tag files in the CTags format, which is compatible
with Vi format.
References:
* http://ctags.sourceforge.net/FORMAT
* http://ctags.sourceforge.net/ctags.html#TAG%20FILE%20FORMAT
2013-04-03 22:10:33 +02:00
Nick Treleaven
2da51eb829
Note: Find Usage can be used from the symbol list popup menu
2013-03-25 15:57:54 +00:00
Lex
0d84e129bd
Add to description of "Newline strips trailing spaces"
...
Add description of interaction between this action and indentation
since it is not obvious.
2013-03-23 11:48:09 +11:00
Frank Lanitz
2cdfeed69e
Adding hint for installation via sudo to documentation
2013-03-20 21:20:35 +01:00
Enrico Tröger
de03636e5c
Add a note to update http://download.geany.org/MD5SUMS
2013-03-19 14:27:31 +01:00
Colomban Wendling
3a2853c08f
Add a few more things to remember when making a release
2013-03-15 16:48:33 +01:00
Colomban Wendling
7e3a235436
Post release version bump
...
Say welcome to Geany 1.24 "Sakai"!
2013-03-10 17:00:01 +01:00
Colomban Wendling
44e0b8ee90
Update documentation images
2013-03-10 15:10:15 +01:00
Colomban Wendling
5456fa3df9
Regenerated the HTML manual
2013-03-10 15:10:15 +01:00
Colomban Wendling
c917f12667
Set release date
2013-03-10 15:10:15 +01:00
Colomban Wendling
e5245eb053
Increase the number of lines where filename is replaced upon save as
...
Search the first 4 lines (instead of 3) for Python templates support.
2013-03-05 23:58:04 +01:00
Lex
5acb92a3cb
More verbose update to manual for Terminal setting
...
Provide a more complete description of the use of the changed
Terminal setting in several places.
2013-02-22 15:07:50 +01:00
Colomban Wendling
dba93f3854
Allow Quit keybinding to be configured
...
This removes the last unmodifiable keybinding relying on GTK's
defaults, and allows somebody to change this keybinding.
2013-02-21 01:31:38 +01:00
Colomban Wendling
a0dc8af9c4
Fix GTK default keybindings being still active after being unbound
...
If we provide an AccelGroup when creating a menu item using a sock ID,
it installs the GTK default accelerator, accelerator we can't remove
since we don't know about it. So, don't give an AccelGroup so GTK
don't install it's own accelerator.
This fix also required to properly update the accelerator on some item
we used to ignore since the update didn't work anyway (since the GTK
accelerator was displayed instead).
Note that this doesn't fix the fact the editor popup menu accelerators
are never updated after startup so they don't get updated before
restart after changing a keybinding in the preferences. This is a
separate (and less problematic) issue due to a simple lack of update.
Closes #1912683 and #3599251 .
2013-02-21 01:31:38 +01:00
Lex
3c2dc547cd
Make the tools->terminal setting more flexible.
...
Previously was hard coded with options to suit xterm. As this is
being replaced with different terminal programs some do not accept
the same options. The new setting stores the whole command with
%c to substitute the script name. Upgrades old settings if a new
one does not exist.
2013-02-17 11:38:53 +11:00
Matthew Brush
1a7a26682d
Add doc for terminal background image and regen HTML
2013-01-06 19:15:00 -08:00
Colomban Wendling
b9c1c90938
Revert "Alter default and document icon setting"
...
This reverts commit 306eaab3916649567c892215ad8390b9d39de82f.
2013-01-01 19:04:47 +01:00
Nick Treleaven
6ca889c78b
Add Document->Clone keybinding
2012-12-12 14:02:50 +00:00
Colomban Wendling
8f96498323
Fix a typo in the docs
2012-12-02 16:45:17 +01:00
Nick Treleaven
535b7a6b6e
Copy selected text only (when present) for Document->Clone
2012-11-23 15:39:50 +00:00
Nick Treleaven
22d5b4795b
Update manual for Document->Clone command
2012-11-23 15:37:08 +00:00
Nick Treleaven
b8fa21ff3b
Never strip trailing spaces for Diff documents
2012-11-15 13:39:55 +00:00
Nick Treleaven
3cfd8fa8b1
Clear search markers on Mark All keybinding when already set
2012-10-26 14:37:31 +01:00
Lex
306eaab391
Alter default and document icon setting
...
Previous default value prevented the preceding commit from working
(by default), oops.
2012-10-15 11:56:03 +11:00
Colomban Wendling
3070738df8
Make wordchars have precedence over whitespacechars
...
This makes the "wordchars" setting from filetypes.common and each
specific filetype override filetype.common's "whitespace_chars"
setting, rather than it overriding filetype-specific "wordchars".
This makes the it easy to chose filetype-specific "wordchars", where
before user had not only to update this setting, but also the
filetype.common "whitespace_chars" setting if it listed one or more of
the new characters for the change to actually have an effect -- and
changing "whitespace_chars" for every filetype.
Closes #3429368 .
2012-10-06 01:32:54 +02:00
Colomban Wendling
d80bc7ce56
Update FSF address
...
Closes #3557875 .
2012-08-24 19:25:57 +02:00
Nick Treleaven
f90bdc5957
Only set Find in Files directory once per-document
...
Use the current document's directory unless the directory field has
already been edited and the current document has not changed.
Otherwise, prepend the current document's directory to the drop-down
history in case it is wanted.
This is useful to avoid losing the edited directory when it is less
likely the user wants to use the current document's directory.
2012-07-26 16:13:34 +01:00
Nick Treleaven
98452edcc9
Update manual for search pref changes; add some links
2012-07-26 15:34:45 +01:00
Nick Treleaven
74959b9cb9
Support MSYS=1 to enable building with MSYS; use $/ instead of DIRSEP
...
Defining MSYS=1 is cleaner than requiring users to define CP, RM, etc.
2012-07-04 17:13:14 +01:00
Nick Treleaven
65fe863691
Use PREFIX=C:/libs and minor cleanup (Windows makefiles)
...
This PREFIX works on both cmd.exe and MSYS, whereas backslash confuses
MSYS.
Use copy /y in doc/makefile.win32.
Remove unused targets binclean, exec.
2012-07-04 16:47:38 +01:00
Nick Treleaven
c72dce06a5
Merge remote-tracking branch 'origin/master' into tm/tree-refactoring
...
Conflicts:
makefile.win32
src/makefile.win32
2012-07-04 12:15:53 +01:00
Nick Treleaven
40da14b5b1
Add keybinding for 'Go to Start of Display Line' ( #3182425 )
2012-06-25 14:31:36 +01:00
Colomban Wendling
d13ee0406a
Update making-a-release for Git and new sever setup
2012-06-18 19:18:31 +02:00
Colomban Wendling
e9d61aa7e5
Post release version bump
2012-06-18 19:16:05 +02:00
Colomban Wendling
b7d245a7df
Set release date
2012-06-18 16:12:59 +02:00