Enrico Tröger
96329e53a5
Added Scintilla license file.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@478 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-24 19:37:43 +00:00
Enrico Tröger
01ace30125
Removed URL highlighting code(useless feature, never was enabled).
...
Set policy settings for the scolledwindow.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@476 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-24 18:43:56 +00:00
Enrico Tröger
3a435bf29e
Replaced 'blank' by 'include "..."'. Fixed a bug in utils_brace_match() which prevents correctly matching.
...
Made auto completion work only for the current filetype (i.e. it hides symbols from other filetypes).
Removed unneeded code.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@474 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-24 14:36:35 +00:00
Nick Treleaven
a16fabec77
Add a timestamp to messages in the Status window (closes request #1509908 )
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@473 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-23 14:00:22 +00:00
Enrico Tröger
b66243f1e1
Reorganised C include file items, added C++ headers.
...
Insert include statements and comment templates at mouse pointer position instead of cursor position.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@472 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-22 14:29:55 +00:00
Enrico Tröger
1ae59a6f9a
Updated Scintilla to version 1.70.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@471 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-21 23:15:54 +00:00
Enrico Tröger
f375a6be68
Added missing shortcut for "Close".
...
Added option in the preferences dialog to replace tabs by spaces when saving a file.
Added option for default encoding for new files.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@470 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-21 18:54:07 +00:00
Nick Treleaven
e6caa033eb
Also show status messages on the status bar
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@469 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-20 14:54:09 +00:00
Nick Treleaven
13b673d8ed
Go back to the same line when reloading. Fix start selection bug when clicking in the current file if it has changed
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@468 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-20 11:55:34 +00:00
Enrico Tröger
2b362ef8a7
Implemented encoding support to switch between different encodings.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@467 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-19 18:31:17 +00:00
Enrico Tröger
56ac0dfa87
Added translator credits.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@464 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-19 14:50:10 +00:00
Frank Lanitz
d1f31d3abb
Added Spanish translation; Minor updates
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@463 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-19 13:41:05 +00:00
Nick Treleaven
a59a4ae006
Don't open files or go to errors automatically whilst compiling. Rename utils_goto_workspace_tag to utils_goto_file_line
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@462 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-19 13:27:09 +00:00
Nick Treleaven
f8c92268f7
Use correct current_word buffer for popup menu item keybindings; also use GEANY_MAX_WORD_LENGTH
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@461 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-18 20:21:19 +00:00
Enrico Tröger
67ac0f1888
Fixed a segfault when pressing shortcut for "Find Usage" and there is no open file. Removed unneeded label padding.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@460 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-18 17:14:32 +00:00
Nick Treleaven
e77a953d95
Show shortcut keys for Undo/Redo and popup items
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@459 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-18 17:05:09 +00:00
Nick Treleaven
c73f07a713
Set toolbar Compile text, Execute icon, insert 2 separators; Rearrange 2 menu items; some minor text changes
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@458 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-18 16:18:05 +00:00
Nick Treleaven
34434851ee
Make Keyboard shortcuts dialog scrollable
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@457 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-18 12:19:30 +00:00
Nick Treleaven
e07a1a8387
Add keybindings for Find Usage, Go to definition/declaration, based on the current cursor position. Also ensure null termination in utils_find_current_word
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@456 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-17 21:08:47 +00:00
Nick Treleaven
7b0f931a2f
Set default keybindings for switch page left/right; also group toggle sidebar keybinding with toggle messages
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@455 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-17 17:05:41 +00:00
Nick Treleaven
6aad889e3c
Fixed styling for unmatched braces
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@454 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-17 16:08:20 +00:00
Nick Treleaven
0c9a5af71e
Made Duplicate Line command duplicate selection if present
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@453 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-17 15:39:47 +00:00
Nick Treleaven
e885f520ed
Don't include keybindings.h in geany.h
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@452 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 19:58:26 +00:00
Nick Treleaven
6010e5bf13
Cache the current function name for efficiency in utils_get_current_function, other related fixes
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@451 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 17:11:09 +00:00
Enrico Tröger
6f864d888d
build.c: Delete all indicators when starting a new compilation.
...
highlighting.c: Added keys for linenumber and folding margin, added key for inverting all colours(if you like dark background).
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@450 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 14:28:53 +00:00
Nick Treleaven
3b559efbdb
Execute: only save file if the run command uses it
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@449 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 13:15:28 +00:00
Nick Treleaven
14e6966568
Added currently disabled drag reordering of notebook tabs
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@448 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-16 11:17:52 +00:00
Enrico Tröger
26d1a9c028
Fixed a bug which breaks "make install" when xmlto is not installed.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@447 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-15 17:31:54 +00:00
Enrico Tröger
2a09ed0ea7
Fixed a bug at opening files when clicking on compiler error messages(thanks Yura Semashko).
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@446 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-15 12:57:07 +00:00
Enrico Tröger
73384bb248
Implemented code for setting indicators while compiling.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@442 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-13 19:37:21 +00:00
Enrico Tröger
ef3deeb742
Improved and finished switching between files when clicking on compiler error messages.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@441 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-13 15:49:19 +00:00
Enrico Tröger
11c888b2d7
Renamed target html/index.html in htmldoc, added geany.xsl to EXTRA_DIST.
...
Removed appendix for keybindings, updated section keybindings to new action identifiers.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@440 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-13 14:51:43 +00:00
Enrico Tröger
0fcd8c5483
Added missing mnemonic to build menu item.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@437 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-12 20:19:19 +00:00
Enrico Tröger
0603ee5ef2
Added translator credits. Defined N_() again, so command line args are really translatable.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@436 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-12 13:17:11 +00:00
Frank Lanitz
a82fd0c648
Added Belarussian and Russian translation
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@435 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-12 12:10:22 +00:00
Enrico Tröger
c4125cf12f
document_open_file() returns the index of the opened file.
...
Open or switch to files when clicking on compiler error messages and the error message mentions another file than the opened one.
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@434 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-11 22:39:11 +00:00
Enrico Tröger
c9ba23bfff
Oops, forgot it.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@433 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-11 19:04:17 +00:00
Enrico Tröger
886b90f3d0
Fixed a segfault in document_find_by_filename().
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@431 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-11 14:08:10 +00:00
Enrico Tröger
aa977cd821
Added some mnemonics in the file menu.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@430 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-11 11:14:11 +00:00
Enrico Tröger
89993492c3
Made preferences dialog transient for the main window.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@428 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-10 16:22:51 +00:00
Enrico Tröger
5aab71bb88
Made command line options translatable, hide compiler message treeview under Win32.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@427 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-10 14:38:45 +00:00
Enrico Tröger
e14cbbae1c
Added labels for each defined shortcut to have a nicer representation in the dialogs. Hide make and terminal settings in the preferences dialog under Windows.
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@425 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-08 15:12:55 +00:00
Nick Treleaven
79b4256758
Fix bug with Go to tag defn/decl when the filename is a link (TagManager dereferences linked filenames)
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@421 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-07 21:24:15 +00:00
Nick Treleaven
e62ba3d4c0
Use the character position under the mouse click for Go to definition/declaration and for overridden middle click text paste
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@420 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-07 19:25:20 +00:00
Nick Treleaven
01ef13c18c
Fixed segfault when inserting comments and no filetype is set
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@419 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-07 16:50:41 +00:00
Enrico Tröger
4b66194a4f
updated FSF address in COPYING, replaced "Members" by "Methods" to make it clearer
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@417 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-06 17:53:03 +00:00
Enrico Tröger
aa11a5e60c
added Nick and Frank to AUTHORS, enabled folding for markup filetypes
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@416 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-06 17:23:27 +00:00
Nick Treleaven
8c510a56df
Fix empty white box glitch with tag autocompletion, also improves typing response efficiency
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@414 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-05 22:04:50 +00:00
Nick Treleaven
038a9a3bc0
Added save current file behaviour when building
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@413 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-05 17:39:58 +00:00
Enrico Tröger
a3a5287a6d
fixed compiler warning "not enough variable arguments to fit a sentinel"
...
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@412 ea778897-0a13-0410-b9d1-a72fbfd435f5
2006-06-05 16:04:28 +00:00