1 2010-04-05 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3 * src/keybindings.c, src/keybindings.h, doc/plugins.dox:
4 Add API docs for keybinding enums.
5 * src/notebook.c, doc/geany.txt, doc/geany.html:
6 Make Ctrl-click on any notebook tab switch to the last used
10 2010-04-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
12 * src/geanymenubuttonaction.c, src/geanymenubuttonaction.h,
13 src/geanyentryaction.c, src/geanyentryaction.h,
15 Cache G_TYPE_INSTANCE_GET_PRIVATE() result when initializing an
16 object for efficiency.
19 2010-03-31 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
21 * plugins/classbuilder.c:
22 Beep if the user hasn't entered a class name on pressing OK.
24 Fix replacing '^' regex.
25 * src/plugindata.h, src/stash.c, src/stash.h, src/plugins.c,
26 plugins/geanyfunctions.h:
27 Add Stash widget functions to API.
29 Revert commit to use AC_PATH_PROG instead of 'which' (fixes
33 2010-03-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
36 Apply patch from Yoann Le Montagner to set VTE bold color (thanks,
38 * wscript, src/plugindata.h, src/stash.c, src/stash.h, src/plugins.c,
39 src/Makefile.am, doc/plugins.dox, doc/stash-example.c,
40 plugins/geanyfunctions.h, plugins/geanyplugin.h:
41 Add Stash setting functions to API.
42 Remove unnecessary argument to stash_group_load_from_file().
43 * src/geanyobject.c, plugins/classbuilder.c:
44 Don't generate FOO_GET_PRIVATE() macro because caching the result
45 in Foo::priv can be much more efficient.
48 2010-03-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
51 Fix cursor positioning when toggling comments
52 (patch by Thomas Martitz, thanks).
55 2010-03-25 Peter Scholtens <peter(dot)scholtens(at)xs4all(dot)nl>
57 * src/keybindings.[hc]:
58 Added Control+0 for zoom reset, see suggestion from #2969886.
61 2010-03-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
63 * src/search.c, src/document.c:
64 Fix wrong selection range after Replace in Selection.
67 2010-03-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
70 Make CreateChildProcess() working with Unicode strings, e.g.
71 directory names (closes #2972606).
73 Remove reference to already removed latex.tags file.
74 Future releases probably still depend on GTK 2.16.
75 * scintilla/ScintillaGTK.cxx:
76 Backport fix from Scintilla CVS to not paste text beyond the end
77 of lines (closes #2969096).
78 * plugins/htmlchars.c, src/geany.h, src/keybindings.c, src/main.c,
80 Deprecate GEANY_WINDOW_MINIMAL_WIDTH/GEANY_WINDOW_MINIMAL_HEIGHT
81 to not set Geany's minimum window size anymore (closes #2972992).
82 As replacement, add GEANY_DEFAULT_DIALOG_HEIGHT.
85 2010-03-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
88 Make adding string and string vector settings initialise the setting
90 * src/utils.c, src/stash.c, src/stash.h, doc/stash-example.c:
91 Add stash_group_load_from_file() and stash_group_save_to_file().
94 2010-03-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
96 * data/filetypes.common:
97 Set default for wrapped lines to show marker at end of line only
98 (more expected and doesn't change line alignment - closes #2972386).
99 * src/toolbar.c, src/toolbar.h, src/prefs.c, src/prefs.h,
100 src/pluginutils.c, doc/plugins.dox:
101 Improve API docs contents page by listing all commonly-used files.
102 Fix 'Date' appearing twice on the date line.
103 Don't generate API docs for prefs.h, toolbar.h (unused).
104 Move some '@file' doc-comments to the .c file.
105 * src/interface.c, geany.glade:
106 Add frame for 'Printing' prefs dialog page.
107 * src/sidebar.c, src/project.c, src/prefs.c, src/stash.c, src/stash.h,
108 src/keyfile.c, src/keyfile.h, src/search.c, src/plugins.c,
110 Rename Stash data types to be independently named from Geany (so
111 Stash can be reused for other projects).
112 Rename GeanyPrefGroup to StashGroup.
115 2010-03-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
117 * tagmanager/python.c:
118 Apply patch from Colomban Wendling to parse Python lambda functions
119 (thanks) - modified to only parse toplevel or class member lambdas.
120 * src/stash.c, src/stash.h, doc/Doxyfile.in, doc/Makefile.am,
122 Add doc-comments for Stash setting functions.
123 Add an example file showing usage of Stash.
124 (Not enabled yet until added to the plugin API).
127 2010-03-17 Lex Trotman <elextr.at.gmail.dot.com>
130 Fix using return value without checking return status, caused
131 incorrect sensitivity settings on build dialog.
134 2010-03-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
137 Add tip about gcc optimization & warnings/debugging.
139 Update Libraries section about synchronizing with other projects.
142 2010-03-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
145 For now revert the recent patch which set real_path of newly
146 open non-existent configuration files as this seems hackish and
147 causes 'file not found' warnings.
149 Fix/Improve GIT repository detection
150 (patch by Thomas Martitz, thanks).
151 * plugins/geanyfunctions.h, src/plugindata.h, src/plugins.c,
153 Add utils_copy_environment() to the plugin API.
156 2010-03-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
158 * src/utils.c, src/utils.h, src/sciwrappers.c, src/dialogs.c,
159 src/navqueue.c, src/msgwindow.c, src/filetypes.c, src/document.c,
161 Use 3rd person for more API dox.
162 Change 'This is a wrapper function for...' to 'Wraps...' in brief
164 Change 'After all...' to 'Afterwards...'.
165 * src/interface.c, geany.glade:
166 Apply patch from Eugene Arshinov to make frame packing/alignment
167 more consistent (thanks).
170 2010-03-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
173 Fix ui_button_new_with_image() to call gtk_button_set_image() so
174 that gtk_button_[sg]et_label() work as expected.
175 * src/build.c, src/dialogs.c, src/dialogs.h, src/callbacks.c:
176 Make Build Commands dialog show menu item labels as a button (to
177 help show that menu labels don't normally need to be edited &
178 display the mnemonic correctly). Clicking shows an input dialog to
179 set a new menu item label.
180 Split dialogs_show_input() into 2 functions: one simple, one for
182 Fix possible double-destroy of input dialog when closed by user.
184 Fix not destroying 'Make Custom Target' input dialog after first
187 Make Long Line Marker settings for existing projects default to
188 general settings instead of 0 (thanks to Eugene Arshinov).
189 * src/utils.c, src/ui_utils.h, src/utils.h, src/highlighting.c,
190 src/keybindings.c, src/sciwrappers.c, src/plugindata.h,
191 src/filetypes.c, src/filetypes.h, src/document.c, src/pluginutils.c,
192 src/document.h, src/editor.c, src/editor.h, src/ui_utils.c:
193 Use 3rd person (gets not get) for API function brief descriptions.
194 Avoid using 'convenience function' in API brief descriptions.
197 2010-03-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
199 * doc/geany.txt, doc/geany.html:
200 Warn about some GNU extensions for regular expressions & clarify
202 * src/interface.c, src/keybindings.c, src/project.c, src/project.h,
203 src/prefs.c, src/plugindata.h, src/keyfile.c, src/editor.c,
204 src/editor.h, geany.glade:
205 Apply patch from Eugene Arshinov to add project long line marker
206 customisation (thanks).
207 * src/interface.c, geany.glade:
208 Edit/tidy 'Long line marker' labels.
211 2010-03-10 Lex Trotman <elextr.at.gmail.dot.com>
213 * src/build.c, src/project.c:
214 Fix crash due to NULL in project build preferences (thanks to
218 2010-03-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
220 * src/utils.c, src/utils.h, src/search.c, src/search.h,
221 src/document.c, doc/geany.txt, doc/geany.html:
222 Merge gnu-regex branch:
223 Use POSIX system/GNU regex engine for find & replace 'Use regular
224 expressions' option. This alters regex syntax a bit - see the docs
225 for details; we now support '?' operator and replacement backslash
226 escaping is more standard.
227 Make regex search imply replacing escaped chars.
228 Allow \0 backreference replacement for the whole match.
229 Note: Replace All may be slower; if this is a problem please let me
232 Add argument to utils_str_replace_escape() for keeping
233 uninterpreted backslash escapes e.g. '\\', '\e'.
234 * scintilla/LexMarkdown.cxx:
235 Backport minor formatting/style changes from Scintilla project.
236 * doc/geany.txt, doc/geany.html:
237 Remove warning about no visual indication for zero-column-mode
241 2010-03-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
244 Skip unavailable languages in LINGUAS (thanks to Christian Dywan).
247 2010-03-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
249 * wscript, scintilla/*, scintilla/include/*:
250 Update Scintilla to version 2.03.
251 * geany.glade, doc/geany.txt, doc/geany.html, src/editor.c,
252 src/editor.h, src/interface.c, src/keyfile.c, src/plugindata.h:
253 Add preference for virtual spaces.
255 Fix wrong default response for the Debug Messages dialog.
257 Fix crashes when using Save As with no open files (closes #2964406).
259 Fix duplicate mnemonics on 'Resave missing file' dialog, also
260 move the question from the secondary to the main text to be
261 more compatible with the Gnome HIG.
262 Fix broken 'Save' action in 'Resave missing file' dialog.
264 Improve PHP parser to parse also the argument lists of PHP functions.
266 Correctly set the parent widget for the keybinding overwrite
269 Fix setting the icon for some dialogs if the parent itself is also
272 When editing non-existent config files using the Tools->Configuration
273 Files menu, explicitly set the real_path to avoid presenting the Save
274 As dialog when saving the file (patch by Tony Rick, thanks).
276 Focus the editor widget after hiding the sidebar when it had the
277 input focus (patch by Can Koy, thanks).
278 Properly show/hide the mesages window when using the View menu item
280 * plugins/filebrowser.c:
281 After opening files, focus the editor widget
282 (based on a patch by Can Koy, thanks).
283 * plugins/filebrowser.c, plugins/geanyfunctions.h, src/msgwindow.c,
284 src/plugindata.h, src/plugins.c, src/sidebar.c, src/ui_utils.c,
285 src/ui_utils.h, src/vte.c:
286 Add and use convenience function ui_is_keyval_enter_or_return() and
287 add it to the plugin API.
290 2010-03-05 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
292 * src/about.c, THANKS, po/ast.po:
293 Added Asturian translation. Thanks to Marcos Costales for providing.
296 2010-02-28 Dominic Hopf <dmaphy(at)googlemail(dot)com>
299 Fix keyboard accelerators in debug messages window
303 2010-02-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
305 * scintilla/LexR.cxx:
306 Backport R lexer from Scintilla CVS to fix case sensitive keywords
307 (Scintilla bug #2956543).
308 * src/sidebar.c, src/about.c, THANKS:
309 Make Space on the symbol and document list not focus the editor
310 widget while Enter does (closes #2919444, patch by Can Koy, thanks).
311 * src/document.c, src/document.h:
312 Fix document_try_focus() to make it work with the sidebar document
314 * src/msgwindow.c, src/msgwindow.h, src/ui_utils.c, src/ui_utils.h:
315 Make Space on the compiler and messages widgets not focus the editor
316 widget while Enter does (patch by Can Koy, thanks).
318 Fix wrongly auto-detected multiline comments
319 (patch by Eugene Arshinov, thanks).
322 2010-02-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
325 Show number of lines of current document inside statusbar. Thanks to
326 Can Koy for providing the patch.
329 2010-02-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
331 * src/keybindings.c, doc/geany.txt, doc/geany.html:
332 Make Switch to Editor keybinding reshow the document statistics
333 line, so user doesn't have to move the cursor.
336 2010-02-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
339 Update keywords for the R language (patch by Jon Senior, thanks).
342 2010-02-21 Dominic Hopf <dmaphy(at)googlemail(dot)com>
345 Fix the instruction how to insert unicode characters
349 2010-02-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
351 * scripts/create_py_tags.py:
353 Replace tabs by spaces.
356 Replace tabs by spaces.
357 * tagmanager/r.c, plugins/geanyfunctions.h, src/about.c,
358 src/filetypes.c, src/symbols.c, tagmanager/Makefile.am,
359 tagmanager/makefile.win32, tagmanager/parsers.h, wscript, THANKS:
360 Add R tagmanager symbol parser (patch by Jon Senior, thanks).
361 * doc/geany.html, doc/geany.txt, src/keybindings.c, src/keybindings.h,
362 src/plugindata.h, src/sidebar.c, src/sidebar.h:
363 Add keybindings to switch to the sidebar's Document and Symbol list
364 as well as to the Message Window's current tab
365 (patch by Eugene Arshinov, thanks).
367 Update primary keywords for the R language
368 (patch by Jon Senior, thanks).
371 2010-02-20 Dominic Hopf <dmaphy(at)googlemail(dot)com>
374 Add more detailed hints about reloading configuration
375 (thanks to Tony Rick).
376 * data/filetypes.javascript:
377 Correct the keyword list for JavaScript (thanks to Jonas).
380 2010-02-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
382 * New release: Geany 0.18.1 "Balfour".
385 2010-02-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
388 Add special cases for handling the Select All keybinding (Ctrl-A) in
389 the toolbar search and goto line text entries (closes #2948040).
390 Strip trailing spaces after reflowing a paragraph, patch by
391 Dominik Wagenfuehr, thanks (closes #2945497).
394 2010-02-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
396 * src/geanymenubuttonaction.c, src/templates.c:
397 Partly revert last commit:
398 Unref the new files toolbar menu when freeing templates as it
399 was done before but unref it *after* the menu has been removed
400 from the GeanyMenuButtonAction.
402 Fix possible endless loop when trying to detect the encoding of
403 non-text files (patch by Alexey Antipov, thanks).
406 2010-02-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
409 Allow saving remote files using g_file_set_contents() as well
410 (patch by Алексей Антипов, thanks).
411 * data/filetypes.python:
412 Adjust style for secondary keywords to be less aggressive.
413 Add Python 2.5 builtins keywords.
414 * src/geanymenubuttonaction.c, src/templates.c:
415 Unref the new files toolbar menu when setting a new menu to fix
416 possible crashes when reloading configuration.
418 When reloading configuration, process the current document at last
419 so the symbol list will be updated correctly.
422 2010-02-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
425 Explicitly read filetype configuration files before generating
426 global tags to get settings for custom filetypes.
429 2010-02-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
432 Fix GLib warning when toggling 'no plugins available' item.
435 2010-01-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
438 Include geany.ico in the distribution tarball.
440 Fix 'make distcheck' by removing data/latex.tags from EXTRA_DIST.
441 * scripts/create_py_tags.py:
442 Make the script a bit more robust with newer Python versions.
444 Use utils_spawn_sync() instead of g_spawn_sync().
447 2010-01-31 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
450 Close meta tag for export date properly.
453 2010-01-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
456 Update RPM Spec file (patch by Dominic Hopf, thanks).
459 2010-01-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
462 Fix renaming sci_send_message(), sci_send_command() function pointers.
465 2010-01-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
467 * src/highlighting.c, src/highlighting.h, src/sciwrappers.c,
468 src/plugindata.h, doc/Doxyfile.in, doc/pluginsymbols.c,
469 plugins/geanyfunctions.h, plugins/Makefile.am,
470 plugins/pluginmacros.h, plugins/genapi.py, ChangeLog, wscript:
471 Use full function name for GeanyFunctions function pointers. This
472 avoids naming conflicts e.g. with C++'s 'new' keyword.
473 Remove deprecated header pluginmacros.h - use geanyfunctions.h instead.
476 2010-01-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
478 * src/utils.c, src/utils.h, src/vte.c:
479 Add utils_copy_environment() and make use of it.
480 * data/snippets.conf, doc/geany.html, doc/geany.txt, src/callbacks.c,
481 src/editor.c, src/templates.c, src/templates.h:
482 Add new special template wildcard "{command:...}" to use the
483 output of a command in templates.
484 Adjust template functions to mostly work with GeanyDocuments.
485 Minor cleanups in the template code.
487 Replace the old icons with smiley icons from the Rodent icon theme.
488 Fix showing the same icon for two or more slots.
490 * src/editor.c, src/editor.h, src/keybindings.c:
491 Rename fold_symbol_click() to editor_toggle_fold().
492 Use editor_toggle_fold() when the 'Toggle current fold' keybinding
493 was used to respect the 'Fold/unfold all children' preference
497 2010-01-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
500 Prevent possible segfault in get_build_group().
502 Fix GLib warning & beep if trying to insert multiline comment for a
503 filetype that doesn't support it.
506 2010-01-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
509 Add gcc commands to build a plugin to the HowTo.
510 * src/search.c, src/document.c, src/document.h:
511 Show 'Replaced X matches in Y documents' message when using Replace in
515 2010-01-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
517 * scripts/plugin_test.c:
518 Add a little test program which can load and test Geany plugins to
519 verify it is loadable at runtime and all necessary symbols are
521 * doc/plugins.dox, src/geanyobject.c, src/geanyobject.h, src/main.c,
523 Add new signal: "geany-startup-complete" which is sent once all
524 initialization and startup tasks has been done.
525 * README.I18N, configure.ac, wscript, po/LINGUAS:
526 Remove po/LINGUAS from the repository.
527 Generate it automatically if needed by reading available
528 message catalogs from the po directory.
529 Also respect the LINGUAS environment variable properly.
532 2010-01-16 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
535 Remove editor_auto_latex() from Geany core and move it to geanyLaTeX
539 2010-01-12 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
541 * src/editor.c, src/templates.c, src/templates.h:
542 Refactor templates_replace_all() into templates_replace_valist()
543 to save some code duplication.
546 2010-01-11 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
548 * plugins/geanyfunctions.h, src/editor.c, src/editor.h,
549 src/plugindata.h, src/plugins.c:
550 Add editor_insert_text_block() to plugin API.
553 2010-01-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
556 Update copyright information.
557 * src/keybindings.c, src/keybindings.h, src/plugindata.h,
558 doc/geany.txt, doc/geany.html:
559 Add keybinding to open the last closed tab (closes #2912692).
562 2009-12-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
564 * autogen.sh, configure.in, configure.ac:
565 Rename configure.in to configure.ac.
566 * plugins/geanyfunctions.h, src/plugins.c, src/plugindata.h,
568 Add sci_find_text() to the plugin API.
569 * doc/geany.html, doc/geany.txt, geany.glade, src/callbacks.c,
570 src/interface.c, src/prefs.c:
571 Add a checkbox in the preferences dialog to explicitly toggle
572 the visibility of the sidebar (closes #2923340).
575 2009-12-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
577 * src/editor.c, src/plugins.c, src/plugindata.h,
578 plugins/geanyfunctions.h:
579 Add editor_get_eol_char_name(), editor_get_eol_char_len() and
580 editor_get_eol_char() to the plugin API.
581 * src/callbacks.c, src/plugins.c, src/plugins.h:
582 Fix sensitivity of the Edit->Plugin Preferences menu item
583 if plugins are loaded which do not provide a configuration dialog.
584 * scripts/create_py_tags.py:
585 Rewrite and extend the Python tags parsing script to use
586 Python's inspect module to read symbols from Python modules
587 including scope information.
588 * data/filetypes.restructuredtext:
589 Add the default comment character sequence for reStructuredText.
591 Show the Find/Goto dialogs if the corresponding toolbar buttons are
592 clicked but their text fields are not part of the toolbar (#2920807).
593 * data/filetypes.common, doc/geany.html, doc/geany.txt,
595 Add new style to change foreground and background colours for
596 calltips (patch by Dimitar Zhekov, thanks, closes #2919229).
598 Remember the window position of the Find, Replace and Find in Files
599 dialogs (closes #2877988).
602 2009-12-26 Frank Lanitz <frank@frank.uvena.de>
605 Fix a minor typo inside plugin API reference.
608 2009-12-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
610 * src/dialog.c, src/dialogs.h, src/document.c, src/prefs.c:
611 Make dialogs_show_prompt() more flexible to take up to three
612 button/response code pairs to be shown.
613 Add a close button to the dialog when asking to Re-Save a
615 (closes #2916954, based on a patch by Dominik Stadler, thanks).
617 Fix LaTeX environment auto completion with CR/LF line endings.
618 Add some sanity checks.
620 When closing a document after it was deleted from the filesystem,
621 don't ask whether it should be saved first.
622 Mark the document only as changed if it is not closed afterwards.
623 Prevent possible segfaults if the document was closed when it is
624 missing from the filesystem.
625 * src/keybindings.c, src/keyfile.c, src/main.c, src/msgwindow.c,
626 src/msgwindow.h, src/prefs.c:
627 Add MessageWindow::scribble and use it instead of searching the
628 widget pointer everytime.
629 * src/keyfile.c, src/msgwindow.c, src/msgwindow.h, src/ui_utils.h:
630 Add preferences for hiding single tabs from the messages window
631 (no GUI preferences yet, still to be implemented).
632 * src/callbacks.c, src/prefs.c, src/toolbar.c, src/toolbar.h:
633 Set the correct parent window for the toolbar editor
634 dialog (closes #2913334).
635 * src/win32.c, src/win32.h, src/ui_utils.c:
636 Rename win32_show_project_folder_dialog() to
637 win32_show_folder_dialog() as it is not related and not used by any
638 project management related code.
639 * src/ui_utils.c, src/win32.c, src/win32.h, src/dialogs.c:
640 Rename win32_show_file_dialog() to win32_show_document_open_dialog()
641 as it is specialised for opening documents.
642 Implement win32_show_file_dialog() as a generic file open dialog and
643 use it with ui_path_box_new().
646 2009-12-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
649 Extend auto_latex() function to check whether an environment has been
650 closed within the next lines to avoid auto adding double \end{}.
652 Remove LaTeX tags from SVN. Can be found at
653 http://download.geany.org/contrib/tags/ if needed.
656 2009-12-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
658 * src/callbacks.c, src/dialogs.c, src/document.c, src/document.h:
659 Add document_need_save_as().
660 Show the Save As also for documents created from filetype templates
661 instead of saving them directly with the untitled filename.
664 2009-12-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
666 * geany.glade, src/interface.c:
667 Move 'Send Selection to Terminal' menu item from Format to Commands
670 When going to a build error, try the current document's path if
671 the parsed filename doesn't exist. (This can happen when we receive
672 build messages in the wrong order - after the 'Leaving directory'
675 Refactor msgwin_goto_compiler_file_line().
676 * src/interface.c, src/keybindings.c, geany.glade:
677 Capitalize, add mnemonics, sync with kb.c the Edit->Commands menu item
680 Refactor/reformat on_replace_dialog_response().
683 2009-12-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
686 Improve geany.spec (split the package into a binary and devel
687 package, update BuildRequires and other minor improvements).
688 Patch by Dominic Hopf, thanks.
691 2009-12-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
693 * src/filetypes.c, src/filetypes.h:
694 Make group for custom filetypes.
695 * data/filetypes.Genie.conf, data/filetype_extensions.conf:
696 Add custom filetype Genie.
699 2009-12-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
701 * src/highlighting.c:
702 Highlight D & Java types from a global tags file.
703 * src/highlighting.c, doc/geany.txt, doc/geany.html:
704 Add debug message warning if recursive lexer_filetype is set.
705 * src/highlighting.c, src/sciwrappers.c, src/sciwrappers.h:
706 Remove duplicate sci_set_keywords(), make argument const.
707 * src/highlighting.c:
708 Only show debug message once if recursive lexer_filetype is set.
709 Tidy highlighting_init_styles code for filetype None handling.
710 * scintilla/makefile.win32, scintilla/KeyWords.cxx,
711 scintilla/LexVerilog.cxx, scintilla/Makefile.am, src/highlighting.c,
712 src/filetypes.c, src/filetypes.h, src/symbols.c, THANKS,
713 tagmanager/parsers.h, tagmanager/makefile.win32,
714 tagmanager/verilog.c, tagmanager/Makefile.am,
715 data/filetypes.verilog, data/filetype_extensions.conf, wscript:
716 Apply patch from Kelvin Gardiner to add Verilog filetype (thanks).
717 * src/highlighting.c:
718 Fix segfault on startup (oops).
719 * data/filetypes.verilog:
720 Fix using common style colours for Verilog.
723 2009-12-03 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
725 * src/highlighting.c, data/filetypes.cpp, data/filetypes.vala,
726 data/filetypes.glsl, data/filetypes.cs, data/filetypes.c:
727 Move C-like filetype properties into configuration files.
728 * src/highlighting.c, data/filetypes.cpp, data/filetypes.cs,
730 Remove now unnecessary "styling_within_preprocessor" C style key.
731 * src/highlighting.c, data/filetypes.cpp, data/filetypes.vala,
732 data/filetypes.glsl, data/filetypes.cs:
733 Use lexer_filetype=C configuration file key instead of duplicate
734 styleset functions for C++, C#, GLSL, Vala.
737 2009-12-02 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
739 * doc/geany.txt, doc/geany.html:
740 Warn about not using BOM for configuration files (confuses GKeyFile
741 parser, at least on my system).
743 Add/improve debug messages for custom filetypes.
746 2009-11-30 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
749 Add a couple of further latex-beamer commands to list of LaTeX tags.
752 2009-11-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
754 * plugins/filebrowser.c:
755 Add an in-entry clear icon to the filebrowser plugin's filter
756 entry (patch by Dominic Hopf, thanks).
757 * src/prefs.c, src/ui_utils.c:
758 Fix two compiler warnings about possibly uninitialised variables.
761 2009-11-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
763 * src/main.c, src/main.h, src/plugins.c, src/plugindata.h,
764 plugins/geanyfunctions.h:
765 Add main_is_realized() to the plugin API.
766 * tagmanager/include/tm_tagmanager.h:
767 Update partly outdated and wrong doc comment.
768 * src/main.c, src/main.h, src/socket.c:
769 Allow opening Geany projects remotely.
770 * doc/geany.txt, doc/geany.html, src/vte.c, src/vte.h, src/keyfile.c:
771 Add a hidden pref to allow executing text which was sent to the
772 terminal directly, i.e. do not strip trailing newline characters.
773 Also fix the stripping of trailing newline characters if there was
777 2009-11-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
779 * src/about.c, THANKS:
780 Add Peter Scholtens and Ayke van Laethem to list of translators. Move
781 Kurt de Bree into section of previous translators.
784 2009-11-26 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
786 * src/about.c, src/symbols.c, THANKS, tagmanager/vhdl.c:
787 Fix VHDL symbol list to display all tags (patch from Kelvin Gardiner,
791 2009-11-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
793 * src/highlighting.c:
794 Make stylesets take a ft_id argument so they can be reused fully with
795 custom filetypes, so custom styles and keywords can be set.
796 * src/highlighting.c:
797 Fix setting filetype properties when both the system and the user file
799 * src/symbols.c, tagmanager/vhdl.c:
801 * src/highlighting.c:
802 Fix lexer settings for custom filetypes.
805 2009-11-23 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
808 Remove duplicate regular expression for parsing classes.
809 Fix and improve parsing of constants (patch by Harold Aling, thanks).
810 * doc/geany.1.in, doc/geany.html, doc/geany.txt, src/main.c,
811 src/main.h, THANKS, src/about.c:
812 Add new command line option "--socket-file" to be able to specify
813 separate socket filenames for instances
814 (closes #2896027, patch by Jörn Reder, thanks).
815 * src/keybindings.c, src/keybindings.h:
816 Add keybindings_check_event() to manually check GdkKeyEvents against
818 * src/callbacks.c, src/utils.c, src/utils.h:
819 Add and use utils_get_help_url().
820 * geany.glade, src/interface.c, src/prefs.c:
821 Add a Help button to the preferences dialog.
822 Handle Help keybinding events for the preferences dialog especially
823 and open the manual with the corresponding anchor link to the current
824 preferences page (same goes for the new Help button).
827 2009-11-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
829 * src/toolbar.c, src/geanymenubuttonaction.c,
830 src/geanymenubuttonaction.h:
831 Use separate tooltips for toolbar menu buttons and their attached
833 * tagmanager/latex.c:
834 Improve parsing of sections and chapters by ignoring shortnames
835 like \section[shortname]{label} (closes #2890477).
838 2009-11-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
840 * src/geanymenubuttonaction.c:
841 Try to fix Gtk warning when using Tools->Reload Configuration.
844 2009-11-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
846 * src/highlighting.c, doc/geany.txt, doc/geany.html,
847 data/filetypes.nsis, data/filetypes.php, data/filetypes.perl,
848 data/filetypes.pascal, data/filetypes.docbook,
849 data/filetypes.python, data/filetypes.conf:
850 Use filetypes.foo [lexer_properties] group instead of hardcoding
851 lexer properties (more flexible e.g. for custom filetypes).
852 * src/highlighting.c, data/filetypes.xml, data/filetypes.html:
853 Replace filetypes.xml html_asp_default_language key with
854 filetypes.html asp.default.language property in [lexer_properties]
858 2009-11-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
860 * doc/geany.txt, doc/geany.html:
861 Fix slightly wrong description of how to insert Unicode characters.
863 Implement GTK_FILE_CHOOSER_ACTION_OPEN mode in
864 ui_setup_open_button_callback().
865 * src/prefs.c, src/prefs.c, src/vte.c:
866 Refactor color and font button callback functions in the
867 preferences dialog. Move the VTE related callback functions
869 Make use of ui_setup_open_button_callback().
871 Improve printing status texts (patch by Dominic Hopf, thanks).
872 * src/prefs.c, src/vte.c:
873 Use the default dialog title set by ui_setup_open_button_callback()
874 to be more consistent and to save one string.
877 2009-11-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
880 Separate DKinds from CKinds.
881 Don't generate macro tags for D, Java.
884 2009-11-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
886 * tagmanager/ctags.c, tagmanager/general.h:
887 Make TagManager Assert statements cause g_warning on failure.
889 Fix reflow paragraph command when cursor < anchor using
893 2009-11-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
896 Fix Geany segfault with constant tags (#2895168).
898 Fix invalid tree iter access when using tv_iters.tag_other but not
899 using tv_iters.tag_variable.
900 * HACKING, tagmanager/perl.c:
901 Fix parsing Perl format statements ("other" type doesn't seem to work).
902 * tagmanager/tm_tag.c, tagmanager/perl.c, HACKING:
903 Fix using "other" tag type.
906 2009-11-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
909 Remove useless comment about applying settings only when libvte.so
910 could be loaded which is only displayed *if* libvte.so is loaded.
912 Allow autocompletion for HTML entities even within a word.
913 * src/geanymenubuttonaction.c:
914 Only set the menu of the button if a non-empty GtkMenu is passed to
915 geany_menu_button_action_set_menu() so the menu arrow keeps
919 2009-11-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
922 Fix parsing some Java code (e.g. filetypes.java) after r4407.
925 2009-11-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
928 Parse D functions with contracts (fixes #1885480).
929 Parse D alias statement like typedef.
930 (Ignore some more D keywords).
932 Fix creating D interface tags properly.
934 Parse contents of D extern{} and version{} blocks.
937 2009-11-05 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
943 2009-11-05 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
945 * src/plugindata.h, HACKING:
946 Deprecate PLUGIN_KEY_GROUP() macro - use plugin_set_key_group()
949 Show number of files saved on status bar when using Save All.
950 * src/highlighting.c:
951 Use default color scheme if pref color scheme file doesn't exist.
953 Fix moving correct lines after selecting whole line(s).
956 2009-11-04 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
958 * tagmanager/makefile.win32:
959 Fix broken build on Windows because of a typo
960 (patch by Timothy Boronczyk, thanks).
963 2009-11-04 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
965 * src/highlighting.c, src/highlighting.h, src/keyfile.c, src/main.c,
967 Add 'View->Editor->Color Schemes' menu, for now only shown if color
968 scheme files exist in a colorschemes config directory. Color scheme
969 files must end in ".conf" and currently only the [named_styles]
971 * src/templates.c, src/utils.c, src/highlighting.c, src/utils.h:
972 Add utils_get_config_files().
973 * src/highlighting.c:
974 Fix issue with default color not being reset if overridden with a
975 system default color.
976 * src/highlighting.c:
977 Only reload filetype files when changing color scheme, not all
979 * src/filetypes.c, src/document.c, src/document.h, doc/Doxyfile.in:
980 Deprecate documents_foreach() as it looks more like a function; use
981 foreach_document() instead.
982 Generate dox even for GEANY_DISABLE_DEPRECATED declarations.
985 2009-10-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
987 * src/stash.c, src/stash.h:
988 Use typedef instead of pointer for widget_id function arguments.
991 2009-10-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
994 Don't expand Plugin Preferences page spacing vertically to fill the
995 height of the dialog.
996 * src/interface.c, src/keybindings.c, src/keybindings.h, src/prefs.c,
997 geany.glade, plugins/splitwindow.c:
998 Allow GeanyKeyBinding label field to contain underscores, which won't
999 be displayed by Geany. This saves adding near-duplicate translation
1001 Add mnemonics for 3 Edit->Format menu items.
1002 Add keybindings_get_label().
1003 * src/interface.c, geany.glade:
1004 Use GtkVBoxes for Encoding prefs combo boxes to reduce width of prefs
1008 2009-10-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1011 Desensitize Edit->Commands menu item when no docs are open.
1012 * src/interface.c, src/keybindings.c, src/callbacks.c,
1013 src/callbacks.h, geany.glade:
1014 Add 'Reflow, Transpose, Smart line indent' Edit->Format menu items.
1015 * src/sciwrappers.c, src/sciwrappers.h, src/editor.c:
1016 Add general function sci_get_string() that works with any string
1017 buffer messages that follow the Windows message convention.
1018 * src/pluginprivate.h, src/interface.c, src/keybindings.c,
1019 src/keybindings.h, src/callbacks.c, src/callbacks.h,
1020 src/pluginutils.c, src/pluginutils.h, geany.glade:
1021 Add 'Edit->Plugin Preferences' menu item and keybinding.
1022 Don't include plugindata.h in pluginutils.h because it redefines the
1023 GEANY() macro for plugin use.
1024 * doc/geany.txt, doc/geany.html:
1025 Update for Plugin Preferences keybinding.
1028 2009-10-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1031 Sort document word completion list.
1032 * src/interface.c, src/keybindings.c, src/callbacks.c,
1033 src/callbacks.h, geany.glade:
1034 Add some useful commands to editor popup menu under "Commands"
1035 submenu (thanks to Lex).
1036 Move 'Duplicate line or selection' from Format -> Commands submenu.
1037 * src/prefs.c, src/ui_utils.c, doc/geany.txt, doc/geany.html:
1038 Enable switching the sidebar to the right on Windows again, as it
1039 apparently works after all.
1041 Fix using tab to autocomplete in some other situations that word part
1042 completion doesn't apply in.
1043 * src/templates.c, src/interface.c, src/ui_utils.c, geany.glade:
1044 Add Edit->Commands submenu which is shared with the editor popup menu.
1045 * src/interface.c, src/keybindings.c, src/ui_utils.c, geany.glade:
1046 Change editor popup Commands submenu to start as child of menubar Edit
1047 menu, as this is more usual e.g. for keybindings initialization.
1048 * src/interface.c, src/keybindings.c, src/tools.c, src/ui_utils.c,
1050 Share a single Format submenu for menubar Edit and popup menu.
1053 2009-10-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1056 Fix a compiler warning about an uninitialised variable.
1058 Don't install unnecessary headers: dialogs.h, main.h, plugins.h,
1059 sciwrappers.h, build.h (for the Waf build system,
1060 accordingly to r4366).
1063 2009-10-26 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1065 * src/prefs.h, src/search.h, src/support.h, src/templates.h,
1066 src/toolbar.c, src/toolbar.h:
1067 Add missing dox for types/files in the API.
1068 * src/filetypes.h, src/Makefile.am, plugins/geanyplugin.h:
1069 Don't install unnecessary headers: dialogs.h, main.h, plugins.h,
1070 sciwrappers.h, build.h. (This helps to get compiler warnings for uses
1071 of functions not in the API).
1072 Warning: any plugins that include these headers should remove them.
1073 * src/build.c, src/build.h:
1074 Move function doc-comments to build.c so they stay in sync. Note:
1075 these functions are still not in the API.
1077 Add 'Doc-comments' plugin API subsection.
1078 * plugins/filebrowser.c:
1079 Fix packing configure widgets equally.
1080 Use spacing multiples of 6 as recommended by Gnome HIG.
1081 * src/prefs.c, src/ui_utils.c, doc/geany.txt, doc/geany.html:
1082 Disable switching the sidebar to the right on Windows as it will
1083 probably fail like the Split Window plugin.
1085 Improve 'Detect from file' indentation pref by ignoring lines with
1086 indentation wider than 24 characters as this is more likely to be
1087 alignment than indentation.
1090 2009-10-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1092 * plugins/saveactions.c:
1093 Fix adding the filetype's default extension when using the
1094 Instant Save plugin (closes #2885142).
1096 Before looking for line and column numbers specified as part
1097 of a filename, ensure the file doesn't exist on disk. This allows
1098 opening of files like "test:0".
1100 Rename "select" variables into "selection" to avoid shadowed names.
1101 * plugins/geanyfunctions.h, src/plugins.c, src/plugindata.h:
1102 Add ui_widget_modify_font_from_string() and sci_goto_line()
1104 * plugins/filebrowser.c:
1105 Rename "select" variables into "selection" to avoid shadowed names.
1106 Make use of ui_widget_modify_font_from_string().
1109 2009-10-23 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1111 * src/interface.c, src/ui_utils.h, src/prefs.c, src/keyfile.c,
1112 src/main.c, src/ui_utils.c, doc/geany.txt, doc/geany.html,
1114 Add sidebar position interface pref.
1117 2009-10-23 Lex Trotman <elextr.at.gmail.dot.com>
1119 * doc/geany.txt, doc/geany.html:
1120 Add missing underscores to links.
1123 2009-10-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1125 * src/keybindings.c, src/keybindings.h, doc/geany.txt, doc/geany.html:
1126 Add 'Move line(s) up/down' keybindings.
1129 2009-10-22 Lex Trotman <elextr.at.gmail.dot.com>
1131 * src/build.c, src/build.h, src/filetypes.h:
1132 Include code for project filetype execute commands and fix bug in
1133 saving project filetypes list.
1134 * src/project.c, src/build.c, doc/geany.txt:
1135 Make non-project execute configuration save to filetypes not geany.conf.
1136 Fix closing of project failing to remove build commands dialog entry.
1139 2009-10-21 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1141 * src/project.c, src/ui_utils.c:
1142 Set border width for project properties build table.
1143 * geany.glade, src/interface.c:
1144 Don't expand hard tab width alignment.
1147 2009-10-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1149 * src/highlighting.c, src/filetypes.c, src/document.c, src/symbols.c,
1150 doc/geany.txt, doc/geany.html:
1151 Support loading global tags files for custom filetypes.
1152 * src/keybindings.c, src/keybindings.h, src/editor.c, src/editor.h,
1153 doc/geany.txt, doc/geany.html:
1154 Add 'Word part completion' keybinding so keys other than Tab can be
1155 used, or to clear/change the combination so Tab does full completion
1157 * src/keybindings.c, src/keybindings.h, doc/geany.txt, doc/geany.html:
1158 Add 'Select to previous/next word part' keybindings.
1159 * src/keybindings.c, src/keybindings.h, doc/geany.txt, doc/geany.html:
1160 Add 'Switch to Messages' focus keybinding.
1163 2009-10-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1165 * doc/geany.txt, doc/geany.html:
1166 Add 'Custom filetypes' section.
1167 * src/filetypes.c, src/filetypes.h, src/document.c,
1168 doc/geany.txt, doc/geany.html, tagmanager/tm_source_file.c,
1169 tagmanager/include/tm_source_file.h:
1170 Add filetype "tag_parser" key so custom filetypes can use an existing
1172 Add tm_source_file_get_named_lang().
1173 * src/highlighting.c, src/filetypes.c, src/filetypes.h, doc/geany.txt,
1175 Add filetype "lexer_filetype" key so custom filetypes can use an
1179 2009-10-19 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
1181 * THANKS, src/about.c:
1182 Add Xhacker Liu for his work at zh_CN translation to long list of
1186 2009-10-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1188 * src/sciwrappers.c:
1189 Remove unnecessary line number margin padding.
1190 * scintilla/include/Scintilla.h, scintilla/include/Scintilla.iface,
1191 scintilla/ScintillaBase.h, scintilla/ScintillaBase.cxx,
1193 Improve word part autocompletion so AC list is not cancelled and
1194 reshown (this also stops the selection changing).
1195 Add SCI_AUTOCGETCURRENTTEXT message (will be sent upstream).
1197 Improve CamelCase word part autocompletion for runs of capital letters.
1199 Don't complete snippets if there's a selection.
1202 2009-10-16 Lex Trotman <elextr(at)gmail(dot)com>
1205 Fix crash opening project when Geany started with no geany.conf.
1208 2009-10-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1210 * scintilla/ScintillaBase.h, scintilla/ScintillaBase.cxx, src/utils.c,
1211 src/utils.h, src/sciwrappers.c, src/editor.c, doc/geany.txt,
1213 Add word part autocompletion for the current selected item when
1214 pressing Tab - Enter still completes normally.
1215 Add foreach_str() API macro.
1216 Temporarily modify scintilla to say if tab was used for
1218 * src/templates.c, src/build.c, src/utils.c, src/utils.h,
1219 src/project.c, src/search.c, src/editor.c, src/ui_utils.c,
1220 plugins/classbuilder.c:
1221 Revert r4301 - utils_free_pointers() taking 4 arguments.
1222 * src/highlighting.c, src/highlighting.h, src/plugindata.h,
1223 src/document.c, src/plugins.c, plugins/geanyfunctions.h,
1224 plugins/splitwindow.c:
1225 Add highlighting_set_styles() to API, use for Split Window plugin so
1226 filetypes.common settings get set too.
1227 Make highlighting_set_styles() take GeanyFiletype pointer instead of
1229 * src/document.c, src/editor.c, plugins/splitwindow.c:
1230 Call editor_apply_update_prefs() from editor_create_widget() so
1231 correct tab width and other settings are applied for Split Window
1235 2009-10-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1237 * src/keybindings.c:
1238 Don't include trailing newlines when using reflow command.
1240 Add stock close buttons to notebook tab popup menu.
1241 * src/plugindata.h, src/document.c, src/plugins.c, src/ui_utils.c,
1242 plugins/geanyfunctions.h:
1243 Add document_get_notebook_page() to API.
1245 * data/templates/files/file.html, data/templates/files/file.php:
1246 Fix wrong escaping (patch by dmaphy, thanks - closes #2878138).
1247 * src/interface.c, src/ui_utils.c, geany.glade:
1248 Move Tools configuration items to top of menu.
1249 * src/keybindings.c, src/search.c:
1250 Fix warning when using Find in Files with no documents open; make
1251 keybinding work in this case.
1254 2009-10-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1256 * src/notebook.c, src/plugindata.h, src/plugins.c, src/ui_utils.c,
1257 src/ui_utils.h, plugins/geanyfunctions.h, plugins/splitwindow.c:
1258 Make Split Window 'Show current document' button have a drop-down menu
1259 to select the other documents.
1260 Add new API function ui_menu_add_document_items().
1263 2009-10-13 Lex Trotman <elextr(at)gmail(dot)com>
1266 Fix sensitivity settings for compile and build toolbar items.
1269 2009-10-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1272 Don't use filetype submenus for templates (slower to navigate, often
1273 only 1 per-filetype anyway).
1275 Put old filetype template menu items in 'Old' submenu as they should
1276 be removed after the 0.19 release.
1277 * src/keybindings.c, src/keybindings.h, src/pluginutils.c:
1278 Add GeanyKeyGroup callback support, which allow keybinding callbacks
1279 to be ignored if inappropriate so a later keybinding with the same
1280 key combination can intercept it. (Also group callbacks are usually
1281 tidier than separate callbacks).
1282 Remove special handling for GEANY_KEYS_EDIT_COMPLETESNIPPET.
1283 * src/templates.c, src/build.c, src/utils.c, src/utils.h,
1284 src/project.c, src/search.c, src/editor.c, src/ui_utils.c,
1285 plugins/classbuilder.c:
1286 Make utils_free_pointers() take 4 arguments, add to API.
1287 * src/templates.c, src/tools.c, src/ui_utils.c:
1288 Fix memory leaks with gtk_container_get_children().
1291 2009-10-12 Lex Trotman <elextr(at)gmail(dot)com>
1294 Ensure that old style build config is not loaded if it does not exist.
1297 2009-10-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
1299 * THANKS, src/about.c, po/LINGUAS, po/gl.po:
1300 Added Galician translation. Thanks to José Manuel Castroagudín Silva.
1303 2009-10-11 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1305 * geany.glade, THANKS, src/about.c, src/document.c, src/encodings.c,
1307 Apply set default encoding for existing files only if the files are
1308 non-Unicode (patch by Alexey Antipov, thanks).
1311 2009-10-04 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1313 * src/highlighting.c:
1314 Move new_styleset() and preprocessor setup code into styleset_c_like().
1315 * src/highlighting.c:
1316 Call apply_filetype_properties() from styleset_c_like().
1319 2009-10-03 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1321 * doc/geany.txt, doc/geany.html:
1322 Improve information about predefined keybindings which are
1323 commonly used across applications (patch by Lex Trotman, thanks).
1325 Enable embedded page setup properties in the (Unix) Print dialog
1326 on newer GTK versions (closes #2870596).
1327 * src/highlighting.c:
1328 Map global types (read from tags files) to keyword style for
1332 2009-10-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1335 Fix wrong creation of filetype template menu items for custom
1337 * src/highlighting.c:
1338 Use jscript_keyword for SCE_HB[A]_WORD markup styles.
1340 Group 'New with template' items by filetype submenu (currently only for
1342 Show custom file template items before filetype template items.
1343 * src/templates.c, src/interface.c, src/geanymenubuttonaction.c,
1345 Only use one 'New with template' submenu - reparent as needed.
1347 Don't create templates/filetype.none either.
1349 Warn if custom template file no longer exists.
1352 2009-09-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1355 Add missing icon for Java packages in the Symbol List.
1358 2009-09-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1360 * src/highlighting.c, data/filetypes.vala:
1361 Add Vala keywords to conf file.
1362 * src/templates.c, doc/geany.txt, doc/geany.html:
1363 Read custom file templates from $prefix/share/geany/templates/files as
1365 * src/templates.c, data/templates, data/templates/files,
1366 data/templates/files/file.rb, data/templates/files/file.html,
1367 data/templates/files/main.java, data/templates/files/main.c,
1368 data/templates/files/main.cxx, data/templates/files/file.php,
1369 data/templates/files/main.d, data/templates/files/program.pas,
1370 data/templates/files/main.py, data/templates/files/file.tex,
1371 wscript, Makefile.am:
1372 Move filetype template defaults into custom file template files.
1375 2009-09-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1377 * src/symbols.c, tagmanager/perl.c:
1378 Change Perl tag parser to ctags SVN r601. This removes support for
1379 buggy local/my/our but it parses constant/format/labels and should
1380 be less buggy overall (closes #2861232).
1381 * src/templates.c, src/utils.c, src/utils.h, src/symbols.c:
1382 Add utils_get_file_list_full() which can optionally sort or include
1383 a full path for each list item.
1384 * src/utils.c, src/plugindata.h, src/plugins.c:
1385 Add utils_get_file_list_full() to API.
1388 2009-09-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1390 * src/keybindings.c, src/sidebar.c, src/sidebar.h,
1391 src/makefile.win32, src/project.c, src/prefs.c, src/treeviews.c,
1392 src/callbacks.c, src/notebook.c, src/treeviews.h, src/document.c,
1393 src/main.c, src/symbols.c, src/Makefile.am, src/ui_utils.c,
1394 po/POTFILES.in, wscript:
1395 Rename treeviews.[hc] -> sidebar.[hc].
1396 * data/filetypes.common:
1397 Remove unused [styling] arguments.
1398 * src/highlighting.c, data/filetypes.markdown,
1399 data/filetypes.restructuredtext:
1400 Remove style defaults from the code - just read them from
1401 configuration files.
1402 * src/highlighting.c, HACKING:
1403 Add apply_style_entries() to simplify implementing styleset_foo().
1404 * src/highlighting.c:
1405 Remove filetype keyword defaults from the code - just read them from
1406 configuration files.
1407 * src/highlighting.c:
1408 Add sci_set_keywords() wrapper.
1411 2009-09-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1413 * scripts/create_py_tags.py:
1414 Make the code a bit more pythonic.
1415 * doc/images/build_menu_commands_dialog.png,
1416 doc/images/main_window.png:
1417 Add new images referenced in the documentation.
1418 * doc/geany.html, doc/geany.txt:
1419 Several documentation improvements (patch by Lex Trotman, thanks).
1420 * src/pluginutils.c:
1421 Fix setting the appropriate page of the combined plugins
1425 2009-09-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1427 * src/keybindings.c:
1428 Only focus toolbar goto line entry when pressing keybinding if it's
1429 visible (patch by Eugene Arshinov, thanks).
1431 Focus editor after entering a number in the goto line toolbar entry.
1433 Use AC_PATH_PROG instead of which for portability (patch by Erik
1434 Southworth, thanks).
1436 Show plugins that only implement plugin_configure_single() in the
1437 multiple-configure dialog as a page with a configure button on it.
1438 Add padding for multiple-configure dialog.
1439 Make the multiple-configure dialog notebook tabs scrollable.
1440 * src/pluginutils.c, src/pluginutils.h:
1441 Don't build pluginutils.o if HAVE_PLUGINS is not defined.
1442 * src/pluginprivate.h, src/plugindata.h, src/pluginutils.c,
1443 src/plugins.c, src/pluginutils.h, src/plugins.h, po/POTFILES.in,
1444 plugins/geanyfunctions.h, plugins/filebrowser.c:
1445 Add plugin_show_configure() API utility function.
1446 Add File Browser popup menu 'Preferences' item.
1447 * src/highlighting.c:
1448 Add get_keyfile_ints() instead of using tmp_style hack.
1449 * src/highlighting.c, data/filetypes.xml:
1450 Change new html_asp_default_language markup pref to use integer,
1451 not hex in config file.
1452 Fix minor issue with changing pref back to 0.
1453 * src/highlighting.c:
1454 Fix possible segfault in get_keyfile_int() if key value is malformed.
1457 2009-09-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1459 * THANKS, src/about.c, src/highlighting.c, data/filetypes.xml:
1460 Add "html_asp_default_language" pseudo style to filetypes.xml
1461 to allow setting the used language in embedded ASP code
1462 (patch by Ross McKay, thanks).
1463 * src/filetypes.xml:
1464 Update VBScript keywords (patch by Ross McKay, thanks).
1467 2009-09-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1469 * src/keybindings.c, THANKS:
1470 Apply patch from Lex Trotman to make 'Reflow block/lines(s)'
1471 keybinding use line breaking column when enabled.
1473 Fix showing the document before reload dialog when opening an
1475 * src/pluginprivate.h, src/plugins.c, doc/pluginsymbols.c:
1476 Add plugin_configure_single() plugin symbol which is easier to
1477 implement than plugin_configure() but won't support a
1478 multiple-plugin configure dialog.
1480 Show multiple plugins in the 'Configure Plugins' dialog.
1483 2009-09-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1485 * doc/geany.txt, doc/geany.html:
1486 Change 'Foo tab in preferences dialog' titles to 'Foo preferences'.
1488 * doc/geany.txt, doc/geany.html:
1489 Add 'Toolbar entries' section.
1490 * doc/geany.txt, doc/geany.html:
1491 Update 'Go to line' keybinding description.
1492 * doc/geany.txt, doc/geany.html:
1493 Split keybinding table into group tables; update KB links.
1496 2009-09-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1499 Fix compiler warnings about uninitialised variables.
1500 * src/callbacks.c, src/document.c:
1501 When reloading files, use the previously set encoding instead of
1502 detecting it again (closes #2862041).
1504 Turn on automake silent rules if supported.
1507 2009-09-21 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1510 Speed up sorting in utils_get_file_list(). This reduces the file
1511 browser delay on displaying a big directory, e.g. /usr/bin.
1513 Expand command entry width when expanding Build Commands dialog.
1515 Split Build Commands dialog notes label and edit text.
1517 Add padding for Build Commands dialog separators.
1518 Add colons for regex field labels; fix 1 capitalisation.
1520 Fix none filetype Build Commands dialog label.
1521 Make group labels bold.
1522 * src/build.c, src/ui_utils.h, src/dialogs.c, src/notebook.c,
1524 Add & use ui_label_set_markup(), ui_label_new_bold().
1525 * src/ui_utils.h, src/printing.c, src/tools.c, src/project.c,
1526 src/prefs.c, src/dialogs.c, src/geanyentryaction.c,
1527 src/plugindata.h, src/vte.c, src/search.c, src/ui_utils.c:
1528 Make ui_entry_add_clear_icon() take a GtkEntry, not GtkWidget.
1529 * src/keybindings.c:
1530 Make 'Go to Line' keybinding focus the toolbar entry if visible.
1533 2009-09-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1535 * src/filetypes.c, src/filetypes.h, src/symbols.c,
1536 tagmanager/parsers.h, tagmanager/makefile.win32,
1537 tagmanager/abc.c, tagmanager/Makefile.am, data/filetypes.abc,
1538 data/filetype_extensions.conf, wscript:
1539 Add new filetype: Abc (patch by Eric Forgeot, thanks).
1541 Merge recent changes from the CTags project to further improve
1545 2009-09-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1548 Fix wrong alignment of printed pages when page headers are
1549 disabled (closes #2856822).
1550 Plug a small memory leak and improve function signature of
1553 Save an if expression.
1555 After clearing a text field using the embedded clear icon, put the
1556 input focus into this text field.
1559 2009-09-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1561 * plugins/filebrowser.c:
1562 Free file list memory whilst iterating the list.
1563 Minor formatting fixes.
1564 * src/utils.c, src/utils.h:
1565 Add foreach_dir() API macro.
1566 Update API docs for utils_get_file_list().
1567 * wscript, src/queue.c, src/editor.c, src/Makefile.am, src/queue.h,
1569 Remove queue.[hc] - use GQueue instead of GeanyQueue.
1570 Beep if there are no more snippet positions.
1571 Limit length of snippet positions queue to 20.
1574 2009-09-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1576 * src/keybindings.c, src/callbacks.c, src/search.c:
1577 Make Goto Tag commands use the current selection if present (useful
1578 for selecting part of a tag or for ReST section names with spaces
1581 Don't move the cursor when reloading.
1582 * src/plugindata.h, src/editor.c, src/editor.h:
1583 Make editor_prefs.snippets hash table private (not a pref).
1586 2009-09-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
1589 Remove deprecated --debug flag. Please use --verbose/-v instead.
1592 2009-09-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1595 Show Find in Files stderr output in messages window instead of
1596 debug window so that invalid regex messages can be seen easily.
1597 Combine FIF stdout and stderr callback code.
1600 2009-09-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1603 Fix opening filenames beginning with two dots (closes #2858487).
1604 * src/interface.c, src/highlighting.c, src/prefs.c, src/filetypes.c,
1605 src/filetypes.h, src/main.c, doc/geany.txt, doc/geany.html,
1606 data/filetypes.common, geany.glade:
1607 Update syntax highlighting after changing the 'Invert syntax
1608 highlighting colors' pref, instead of requiring a restart.
1609 Remove filetypes.common invert_all option - use 'Invert syntax
1610 highlighting colors' pref instead (closes #2854525).
1611 * src/prefs.c, src/dialogs.c, src/dialogs.h:
1612 Add 'Allow' button when showing the conflicting keybinding dialog.
1613 Make dialogs_show_question_full() use GTK dialog on Windows if
1614 button text is not the stock yes/no items.
1615 Add dialogs_show_prompt() which also has an 'Apply' button.
1616 * src/queue.c, src/queue.h:
1617 Add warning that GeanyQueue may be removed.
1618 * src/keybindings.c, src/editor.c, src/editor.h:
1619 Change snippet_goto_next_cursor() to
1620 editor_goto_next_snippet_cursor() as it's in editor.h.
1621 Avoid using GPOINTER_TO_INT macro.
1624 2009-09-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1626 * src/keybindings.c:
1627 Fix 'Reflow block' command when at the last paragraph and there's
1628 no last newline (patch by Eugene Arshinov, thanks).
1630 Add 'Compiler options & warnings' section.
1631 Update Style section to be clearer about code alignment and show
1636 2009-09-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1638 * src/keybindings.c, src/sciwrappers.c, src/sciwrappers.h,
1639 src/plugindata.h, src/plugins.c, src/editor.c,
1640 plugins/geanyfunctions.h:
1641 Add sci_set_marker_at_line(), sci_delete_marker_at_line(),
1642 sci_is_marker_set_at_line() to the plugin API (thanks to Yura
1644 Add sci_toggle_marker_at_line().
1645 Fix SciFuncs alignment.
1648 2009-09-11 Lex Trotman <elextr(at)gmail(dot)com>
1651 Fix erroneous free of returned string in prepare_run_script.
1654 2009-09-10 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
1656 * data/filetypes.latex:
1657 Changing default value for showing pdf and dvi to ensure to take
1658 *.pdf and *.dvi file.
1661 2009-09-07 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
1663 * src/about.c, THANKS:
1664 Change language string for Slovenian translation.
1667 2009-09-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1669 * tagmanager/txt2tags.c:
1670 Fix multi-byte character constant comparison.
1672 Fix Gtk warning when trying to update documents popup menu item
1673 sensitivity before they exist.
1676 2009-09-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1679 Improve the opening string in the plugin manager dialog.
1681 Use "max-width" to set the document width of the generated
1682 HTML documentation to let the text be auto-wrapped.
1683 * src/prefs.c, src/tagmanager/include/guregex.h,
1684 src/tagmanager/include/tm_tagmanager.h:
1685 Remove trailing spaces (patch by André Hentschel, thanks).
1687 Fix a compiler warning.
1689 Fix crash when opening documents.
1690 * src/build.c, src/build.h, src/project.c:
1691 Adjust coding style (no code changes).
1692 * src/build.c, src/project.c:
1693 Use NZV() macro instead of strlen() to check for empty strings.
1694 Remove the FOREACH_GEANYBUILDCMD_ENTRY() macro.
1695 * doc/plugins.dox, plugins/geanyfunctions.h, src/document.c,
1696 src/geanyobject.c, src/geanyobject.h, src/plugindata.h,
1697 src/plugins.c, THANKS:
1698 Add new plugin signal: "document-before-save".
1699 Add get_line_end_position(), set_target_start(), set_target_end(),
1700 replace_target() to the plugin API
1701 (patch by Eugene Arshinov, thanks).
1702 Add new plugin signal: "document-filetype-set" (closes #2852286).
1703 * data/filetype_extensions.conf, data/filetypes.txt2tags, src/about.c,
1704 src/filetypes.c, src/filetypes.h, src/plugindata.h, src/symbols.c,
1705 tagmanager/Makefile.am, tagmanager/makefile.win32,
1706 tagmanager/parsers.h, tagmanager/txt2tags.c, tagmanager/txt2tags.c,
1708 Add new filetype: Txt2Tags (patch by Eric Forgeot, thanks).
1711 2009-09-04 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1713 * src/treeviews.c, src/document.c:
1714 Apply patch from Thomas Martitz to improve sidebar type-ahead code:
1715 Use gtk_notebook_set_current_page() instead of
1716 document_open_file_full() when choosing an item from the documents
1718 Avoid using goto in document_open_file_full().
1721 2009-09-03 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1723 * src/treeviews.c, src/document.c, src/document.h, THANKS:
1724 Enable type-ahead find for sidebar symbols and documents tabs
1725 (patch by Thomas Martitz, thanks).
1727 Fix 2 free's of possibly uninitialized pointers.
1730 2009-09-03 Lex Trotman <elextr(at)gmail(dot)com>
1732 * src/build.c, src/filetypes.h, src/filetypes.c
1733 Only write filetype config files when build command or regex is
1734 actually changed. Removed commented code in src/filetypes.c.
1736 Ensure uses of filename are protected against nulls when running
1737 a build command and give status message if not.
1740 2009-09-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1743 Remove plugin from plugin manager dialog on unloading if it no
1744 longer exists or is incompatible.
1747 2009-08-31 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1750 Add warning if only one of the plugin_key_group[_info] symbols is
1751 defined for a plugin.
1752 * src/templates.c, src/highlighting.c, src/dialogs.c, src/filetypes.c,
1753 src/filetypes.h, src/document.c, src/main.c, src/symbols.c,
1755 Merge custom-filetypes branch:
1756 Support adding custom filetype files e.g. filetypes.Foo.conf.
1758 Allow GeanyFiletype::extension to be NULL.
1759 Add note about using GeanyFiletype pointer instead of filetype_id
1760 for filetypes.c function arguments.
1761 Replace styleset_none() with styleset_default().
1764 2009-08-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1767 Show the sidebar if either the documents or the symbols list are
1768 enabled (related to #1876107).
1771 2009-08-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1773 * src/build.c, src/filetypes.c:
1774 Fix compiler warnings.
1776 Fix removing leading double slashes in filenames which are used for
1777 network resources on Windows (closes #2844085).
1780 2009-08-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1782 * src/keybindings.c:
1783 Fix Make keybindings (patch by Lex Trotman, thanks).
1785 Define G_GNUC_WARN_UNUSED_RESULT if GLib < 2.10.
1787 Mention Files link at top for header files; demoplugin.c.
1788 Minor edits; remove 'far from being complete'.
1789 * src/keyfile.c, src/keyfile.h, src/main.c,
1790 data/filetype_extensions.conf, HACKING:
1791 Remove --generate-data-files argument & code - just edit
1792 filetype_extensions.conf by hand (filetype order was broken
1794 Add *.H extension for C++ (useful for non-Windows systems).
1797 2009-08-27 Lex Trotman <elextr(at)gmail(dot)com>
1800 Fix implementation of loading old project files with base
1801 directories. Use project_make_base_path instead of re-
1802 implementing. Now depends on project.c reading base dir
1803 prior to calling load_build_menu.
1805 Change usage of project base directory to conform with
1806 previous documented behavior when loading old project files.
1808 Change make custom and make object to ignore make in base path
1809 when reading old project file settings. Changed some indent
1810 spaces to tabs. Fix missing compile menu accelerator.
1813 2009-08-26 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1816 Add warning about not using undocumented features.
1817 Add reference to HACKING for plugin API development.
1819 Add section 'Plugin API/ABI design'.
1820 * src/keybindings.h, src/makefile.win32, src/project.h,
1821 src/filetypes.h, src/Makefile.am, wscript:
1822 Use GEANY_PRIVATE to hide some fields from plugins.
1824 Fix invalid memory read (#2844632, patch by Lex Trotman, thanks).
1825 * src/build.c, src/build.h, src/project.c:
1826 Use build_ prefix for 3 functions in build.h; add a static modifier.
1829 2009-08-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
1832 Improve parsing of PHP functions by requiring a valid modifier or
1833 whitespace before the 'function' keyword to ignore some false
1834 positives like function tags inside comments
1835 (patch by Harold Aling, thanks).
1836 * tagmanager/python.c:
1837 Don't parse comments after import statements and other tags
1838 (closes #2838938, patch by Huandari Lopez, thanks).
1841 2009-08-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1843 * data/filetypes.markdown:
1844 Add filetypes.markdown for configuration (thanks to Jon Strait).
1845 * src/build.c, src/keybindings.c, src/keybindings.h, src/plugindata.h,
1846 src/pluginutils.c, src/plugins.c, src/pluginutils.h,
1847 plugins/geanyfunctions.h:
1848 Remove GeanyKeyGroup struct from the API - plugins should not set
1850 Make keybindings_set_item() duplicate the name and label fields
1851 (needed by GeanyLua) and return a keybinding pointer.
1852 Add keybindings_get_item() to the API (in case it's useful).
1853 Move some keybinding code out of plugin source files.
1856 2009-08-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1858 * src/build.h, src/project.h, src/plugindata.h, src/filetypes.h:
1859 Don't generate build.h API docs until everything is approved and
1860 functions are actually in geany_functions.
1861 Move new GeanyFiletype and GeanyProject field(s) to end of struct
1862 as they may be changed or made private later.
1863 Break ABI for fields removed.
1866 2009-07-30 Lex Trotman <elextr(at)gmail(dot)com>
1868 * src/build.h, src/build.c, src/keybindings.c, src/filetypes.c
1869 src/keyfile.c, src/project.c
1870 Changed names of symbols visible in build API to GEANY_xxx.
1873 2009-07-29 Lex Trotman <elextr(at)gmail(dot)com>
1875 * src/project.h, src/project.c, src/build.c
1876 Remove make_in_base_dir and run_cmd fields from project structure.
1877 Replaced by build functionality. Remove incorrect use in src/build.c
1878 build_run_cmd function.
1881 2009-07-28 Lex Trotman <elextr(at)gmail(dot)com>
1883 * src/project.h, src/project.c
1884 Removed unused project_get_make_dir function, this is now per
1888 2009-07-28 Lex Trotman <elextr(at)gmail(dot)com>
1890 * src/build.c, src/build.h, src/project.c, src/keyfile.c, src/filetypes.c
1891 Fix some more warnings.
1892 Fix commented out execute/stop toolbar code in build.c.
1893 Add extra plugins documentation for GBO_TO_CMD and GBO_TO_GBG macros.
1894 Changed build.h api so all functions prefixed with build_.
1897 2009-07-27 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
1899 * src/build.c, src/build.h, src/project.c:
1900 Fix some gcc warnings with '-Wall -W -ansi' enabled.
1903 2009-07-25 Lex Trotman <elextr(at)gmail(dot)com>
1906 Fixed leaks and crashes due to inconsistent use of static vs dynamic strings
1907 when reading old format configuration & project files.
1908 * src/build.c, src/project.c
1909 Fixed GLib array assertion warnings when no project filetypes are
1910 available to be saved.
1912 2009-07-24 Lex Trotman <elextr(at)gmail(dot)com>
1918 2009-07-22 Lex Trotman <elextr(at)gmail(dot)com>
1920 * src/build.h, src/build.c, src/project.c
1921 Created and documented plugins interface to build menu.
1922 Factored out new get_cmd_group function.
1923 Changed name of remove_command function to be consistent with the rest
1924 of the interface & changed calls in project.c.
1925 * src/Makefile.am, wscript
1926 Added build.h to installed files lists.
1928 2009-07-20 Lex Trotman <elextr(at)gmail(dot)com>
1931 Updated manual to match build-menu capability.
1934 2009-07-19 Lex Trotman <elextr(at)gmail(dot)com>
1936 * src/build.c, src/build.h
1937 Added set_build_non_ft_wd_to_proj() for use by project dialog.
1938 Improved interpretation of run_in_base_dir from old [build-settings]
1939 Added spacing to build commands dialog
1941 Removed run in base path option from project dialog and added button to
1942 set working directories to d the same.
1945 2009-07-18 Lex Trotman <elextr(at)gmail(dot)com>
1948 Re-incorporated toolbar changes in trunk accidently excluded in merge
1950 2009-07-17 Lex Trotman <elextr(at)gmail(dot)com>
1953 Fixed substitute %f etc in commands
1954 Fixed potential leak in build_replace_placeholder
1955 Fixed leak in prepare_run_script (Thanks for patch Thomas)
1956 Fixed build_replace_placeholder to not require document.
1958 2009-07-17 Lex Trotman <elextr(at)gmail(dot)com>
1960 * src/build.c, src/build.h, src/filetypes.h, src/filetypes.c
1961 Fixed crash and lots of warnings, deleted some commented out code.
1962 * geany.glade, src/keyfile.c, src/prefs.c, src/prefs.h, src/project.c
1963 Removed make command from preferences and associated code
1965 2009-07-16 Lex Trotman <elextr(at)gmail(dot)com>
1967 * src/build.c, src/build.h
1968 Incorporated patch for working directory field (thanks Thomas)
1969 Removed run_in_base_dir option and associated code that it replaces
1970 Improved handling of old config files and mapping to new ones.
1972 2009-07-15 Lex Trotman <elextr(at)gmail(dot)com>
1974 * src/build.h, src/build.c
1975 Changed to itterate over entries in build commands dialog to allow
1976 additional fields to be added
1977 Implement support for multiple run commands
1978 * data/filetypes.latex
1979 Implement configured commands and labels for latex.
1982 2009-07-14 Lex Trotman <elextr(at)gmail(dot)com>
1984 * src/build.h, src/build.c
1985 added dialog support for error regular expressions from multiple sources
1986 and storing and loading them
1987 fixed some typos and memory leaks
1988 * src/filetypes.c, src/filetypes.h, project.c
1989 added support for using error regexes from multiple sources
1992 2009-07-11 Lex Trotman <elextr(at)gmail(dot)com>
1994 * src/filetypes.h, src/filetypes.c, src/build.c, src/build.h,
1996 Removal of build menu item source made redundant by the following fix
1998 Corrected priority oreder and loading of filetype dependent build
1999 menu items saved in the project file. Added print routine for
2000 debugging command sources and priorities set compile symbol
2001 PRINTBUILDCMDS true to enable
2003 2009-07-10 Lex Trotman <elextr(at)gmail(dot)com>
2006 fixed problem loading old format filetype files, some formatting fixes
2007 fixed saving new format files
2008 added operation for clear button on build commands dialog
2010 fixed loading and saving filetype files
2013 2009-07-09 Lex Trotman <elextr(at)gmail(dot)com>
2015 Configurable Build Menu Changes
2017 * doc/geany.html, doc/geany.txt:
2018 Updated build menu section to new functionality
2019 * src/build.h, src/build.c:
2020 Largly re-written, configurability added, Latex code removed
2021 * src/filetypes.h, src/filetypes.c:
2022 Filetype structure updated to add new command pointers, configuration
2023 load and store changed
2024 * src/keybindings.h, src/keybindings.c:
2025 Changed to address new command storage structure.
2027 Changed to load/store new configuration.
2029 Minor change to initialisation order.
2031 Changed to address new menu item storage structure.
2032 * src/project.h, src/project.c:
2033 Changed to load/store the new configuration info.
2035 2009-08-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2037 * src/keybindings.c, src/keybindings.h, src/plugindata.h,
2038 src/pluginutils.c, src/plugins.c, src/pluginutils.h,
2039 doc/pluginsymbols.c, plugins/geanyfunctions.h,
2040 plugins/splitwindow.c:
2041 Update PLUGIN_KEY_GROUP() macro so it doesn't allocate any
2042 GeanyKeyBinding or GeanyKeyGroup structs, so we don't need to break
2043 the ABI when adding fields to them.
2044 Add plugin_set_key_group() for plugins to dynamically set a
2045 keybinding group (e.g. for the Lua script plugin). Used in Split
2046 Window plugin as an example.
2047 Improve keybinding docs a little.
2050 2009-08-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2052 * doc/Doxyfile.in, plugins/geanyfunctions.h, plugins/genapi.py:
2053 Add geanyfunctions.h to API docs.
2054 * plugins/splitwindow.c:
2055 Set the cursor color for the split window.
2058 2009-08-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2061 Fix 'Open Selected File' for unsaved new documents.
2062 * src/keybindings.c, src/keybindings.h, src/prefs.c:
2063 Fix updating main menu accelerators after changing keybindings
2064 (thanks to Lex Trotman).
2066 Fix using 'Insert date' keybinding when a custom date string has
2068 * src/pluginprivate.h, src/pluginutils.c, src/plugins.c:
2069 Merge Plugin and GeanyPluginPrivate structs.
2072 2009-08-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2074 * src/keybindings.c:
2075 Fix non-working Home and End keys on numpads.
2078 2009-08-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2080 * doc/geany.txt, doc/geany.html, NEWS:
2081 Add 'Scope autocompletion' section.
2082 Add 'Tools menu items' section to explain configuration files
2083 submenu, reload configuration item.
2084 Minor updates/fixes.
2087 2009-08-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2090 Add a translation hint to an ambiguous format string.
2092 Add missing include path to fix 'make distcheck'.
2094 Fix opening of local files in the browser on Windows.
2095 * New release: Geany 0.18 "Kaine".
2096 * configure.in, geany.nsi, geany_private.rc, win32-config.h, wscript,
2097 src/geany.h, doc/geany.html, doc/geany.txt:
2098 Post-release version bump.
2101 2009-08-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2104 Temporarily disable reshowing calltips when the autocompletion
2105 list was closed implicitly by not choosing an item to fix
2106 problems with wrongly displayed calltips.
2108 Add missing 'coding' cookie to the Python filetype template.
2109 * doc/images/pref_dialog_edit_completions.png,
2110 doc/images/pref_dialog_toolbar.png:
2111 Update images for Geany 0.18.
2114 2009-08-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2117 Add command '--hackingdoc' to create the HTML form of the
2121 2009-08-12 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
2123 * po/pt_PT.po, po/LINGUAS:
2124 Added a first Portugese (Portugal) translation based on work done at
2125 launchpad by e.g. André Glória and Alexandre Jesus.
2126 * src/main.c: Fix a minor typo on --help call.
2129 2009-08-11 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2131 * src/highlighting.c:
2132 Call get_keyfile_wordchars() in highlighting_init_styles().
2135 2009-08-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2137 * data/filetypes.ada:
2139 * src/keybindings.c:
2140 Switching notebook tabs now works for the currently used notebook
2141 widget instead of always using the documents notebook.
2142 * src/document.c, src/document.h, src/documentprivate.h,
2144 Small corrections to some API docs.
2147 2009-08-02 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2149 * src/build.c, src/win32.h, src/win32.c:
2150 Expand system environment variables (%variableName%) on Windows when
2151 running Build commands.
2154 2009-07-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2156 * src/keybindings.c:
2157 Rename 'Reflow lines/paragraph' to 'Reflow lines/block' because in
2158 future using an indent block is more useful e.g. for ChangeLog
2160 * scintilla/LexMarkdown.cxx, scintilla/makefile.win32,
2161 scintilla/include/SciLexer.h, scintilla/include/Scintilla.iface,
2162 scintilla/KeyWords.cxx, scintilla/Makefile.am, src/highlighting.c,
2163 src/about.c, src/filetypes.c, src/filetypes.h, THANKS,
2164 tagmanager/parsers.h, tagmanager/makefile.win32,
2165 tagmanager/markdown.c, tagmanager/Makefile.am, wscript:
2166 Add Markdown filetype (patch by Jon Strait, thanks).
2167 * src/pluginprivate.h, src/pluginutils.c, src/plugins.c:
2168 Fix disconnecting plugin signal id when not using geany_object.
2170 Add filetype_make_title() instead of using:
2171 ft->title = g_strdup_printf(_("%s source file"), ft->name);
2172 It also supports "%s file" strings.
2175 2009-07-29 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2177 * src/pluginprivate.h, src/utils.h, src/plugindata.h,
2178 src/stash.c, src/pluginutils.c, src/plugins.c, src/pluginutils.h,
2179 doc/pluginsymbols.c, doc/plugins.dox, plugins/geanyfunctions.h,
2180 plugins/filebrowser.c:
2181 Add plugin_signal_connect() for connecting plugin signals at
2182 runtime and also for connecting to any GObject signal.
2183 Add 'Plugin Utility Functions' on main page.
2184 Add foreach_array() macro.
2185 * src/keybindings.c, src/sciwrappers.c, src/sciwrappers.h,
2186 src/document.c, src/editor.c:
2187 Rename 3 sci functions to sci_set_target_start(),
2188 sci_set_target_end(), sci_replace_target() to match the SCI_
2192 2009-07-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
2194 * wscript: Fix compiling error with waf.
2197 2009-07-28 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2199 * src/pluginprivate.h, src/makefile.win32, src/plugindata.h,
2200 src/pluginutils.c, src/plugins.c, src/pluginutils.h,
2201 src/Makefile.am, wscript:
2202 Move plugin_* utility functions to pluginutils.c.
2203 Add pluginprivate.h.
2205 Fix reshowing calltip in the wrong document.
2208 2009-07-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2210 * doc/geany.txt, doc/geany.html:
2211 Add some general information about auto-completion capabilities
2212 (patch by Lex Trotman, thanks).
2215 2009-07-25 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
2217 * po/LINGUAS, po/sl_SI.po, THANKS, src/about.c:
2218 Added a first Slovenian translation. Thanks to Joze Klepec.
2221 2009-07-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2223 * src/highlighting.c:
2224 Use full styleset_foo[_init] function name as argument to
2225 init_styleset_case() and styleset_case() macros so it's easier to
2226 understand the code.
2227 * src/keybindings.c, src/keybindings.h, src/sciwrappers.c,
2228 src/sciwrappers.h, src/editor.c, src/editor.h, THANKS,
2229 doc/geany.txt, doc/geany.html:
2230 Add 'Reflow lines/paragraph' keybinding, defaults to Ctrl-J.
2231 Heavily based on a patch by Eugene Arshinov (thanks).
2232 Add sci_lines_split(), sci_lines_join(), sci_text_width(),
2233 editor_strip_line_trailing_spaces().
2236 2009-07-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2239 Attempt to fix reshowing calltips after the autocompletion list
2241 Reshow calltips also when the autocompletion list was closed
2242 implicitly by not choosing an item.
2244 2009-07-23 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2246 * src/utils.c, src/utils.h, src/toolbar.c, src/plugindata.h,
2247 plugins/splitwindow.c:
2248 Change utils_str_remove_chars() to work in place; fix allocating on
2249 the stack (the string length could exhaust the stack size).
2250 * src/templates.c, src/build.c, src/utils.c, src/utils.h,
2251 src/printing.c, src/callbacks.c:
2252 Rename utils_str_replace() utils_str_replace_all(), setting a
2253 'gchar **haystack' argument instead of returning a new string.
2255 For the Tabs indent type, remove spaces when unindenting (only) if
2256 there are no tabs on the line.
2257 Group undo actions for (un)indenting of multiple lines.
2258 * src/document.c, src/editor.c:
2259 Fix scrolling horizontally after finding a search match with the
2260 search bar or Find Next/Previous which is off-screen.
2261 * src/keybindings.c:
2262 Fix GLib warning when pressing a key with no documents open.
2265 2009-07-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2268 Start unifying usage of @a and @c markup elements in API docs,
2270 * src/main.c, src/prefs.c, src/toolbar.c, src/toolbar.h:
2271 Show/hide the toolbar without a restart when the setting in the
2272 preferences dialog is changed (closes #2824785).
2273 * src/dialogs.c, src/document.c, src/editor.c, src/encodings.c,
2274 src/filetypes.c, src/keybindings.h, src/main.c, src/msgwindow.c,
2275 src/navqueue.c, src/plugindata.h, src/prefs.c, src/toolbar.c,
2277 Continue unifying usage of @a and @c markup elements in API docs.
2280 2009-07-21 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2283 Remove relative/untidy path elements when creating new documents
2284 with a filename (e.g. from the command-line) (#2823998).
2287 2009-07-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2290 Disable 'Recent Projects' menu item if the list of recent projects
2293 Fix some harmless compiler warnings.
2294 * plugins/geanyfunctions.h, plugins/splitwindow.c, src/plugindata.h,
2295 src/plugins.c, src/utils.c, src/utils.h:
2296 Move utils_str_remove_chars() from the plugins/splitwindow.c to
2297 src/utils.c and add it to the plugin API.
2298 Make utils_str_remove_chars() work on a new copy of the input string
2299 instead of modifying it in place.
2301 Remove underscores from the toolbar items labels.
2304 * plugins/splitwindow.c:
2305 Fix broken 'Show the current document' tool button icon.
2308 2009-07-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2310 * src/treeviews.c, src/callbacks.c, src/stash.c, src/stash.h,
2312 Add stash_group_add_widget_property() so we can save any widget's
2313 read/write properties.
2314 Use Stash for ui_prefs.sidebar_page setting.
2315 * src/utils.h, src/prefs.c, src/keyfile.c, src/symbols.c:
2316 Make foreach_ptr_array() use an integer argument for its
2317 implementation, as this is more useful potentially than a gpointer*
2318 argument, and more straightforward.
2319 Add foreach_c_array(), foreach_ptr_array() to API.
2320 * src/utils.c, src/utils.h, src/document.c:
2321 Remove relative/untidy path elements when opening documents (closes
2324 Fix showing project name for documents list files with no
2325 subdirectory (oops).
2327 Fix checking whether to overwrite when using the Rename button in
2328 the 'Save As' dialog.
2331 2009-07-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2334 Don't use the main window as parent for dialog boxes if it is not
2336 Set titles for message dialogs.
2339 2009-07-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2342 Display item labels instead of raw names in the toolbar editor.
2343 Apply changes in the toolbar editor instantly.
2344 Show icons in the toolbar editor.
2345 Speed up toolbar editor dialog creation.
2347 Improve inserting of comment templates like File header or licence
2348 notices. The comment information are now read from the filetype
2349 configuration files.
2351 2009-07-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2354 Enable file monitoring for files which are written to disk by Geany
2357 Fix broken special case handling when detecting filetypes from a
2358 shebang or other special file headers.
2361 2009-07-16 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2364 Make Mark All keybinding clear search highlighting when there's no
2367 Fix wrong match length when using Mark with regex.
2368 * src/geanyobject.c, src/geanyobject.h, src/treeviews.c,
2369 src/keyfile.c, src/main.c:
2370 Add 'Show Paths' documents list popup item.
2371 Add "load_settings" core-only signal emitted just after loading
2372 main keyfile settings; useful to delay building UI elements until
2373 settings have been read.
2375 Fix GTK warning when right-clicking on default tag tree.
2376 * src/treeviews.c, src/treeviews.h, src/keyfile.c, src/main.c:
2377 Add treeviews_finalize().
2378 Remove tv.popup_openfiles field.
2381 2009-07-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2383 * src/highlighting.c:
2384 Fix building on GTK 2.8 (patch by Eugene Arshinov, thanks).
2387 2009-07-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2390 Quote the uri before passing it to the browser when opening a
2391 website (closes #2818635).
2393 Fix broken 'builtin' Run command for HTML files on Windows.
2396 2009-07-14 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2399 Properly fix wrong brace highlighting of non-brace character.
2401 Allow autocompletion in Perl double-quoted strings.
2402 Don't autocomplete in Perl single-quoted strings (closes #2821061).
2403 Don't autocomplete in Perl q() strings.
2404 * data/filetypes.common:
2405 Make Mark highlighting brighter.
2406 * src/interface.c, doc/geany.txt, doc/geany.html, geany.glade:
2407 Use hyphen for auto-feature terms.
2408 * src/plugindata.h, src/geany.h, src/filetypes.c, src/filetypes.h,
2409 src/document.h, src/main.c:
2410 Add documents_foreach() API macro that skips invalid docs.
2411 Make filetypes[], documents[] part of the API again.
2412 Add GEANY() macro for sharing geany symbols between API and core.
2413 * src/plugindata.h, src/plugins.c, doc/plugins.dox,
2414 plugins/saveactions.c, plugins/export.c, plugins/geanyfunctions.h,
2415 plugins/demoplugin.c, plugins/filebrowser.c, plugins/splitwindow.c,
2416 plugins/htmlchars.c, plugins/geanyplugin.h, plugins/Makefile.am,
2417 plugins/classbuilder.c, wscript:
2418 Add geanyplugin.h single include for plugin API; update all core
2420 Add sci_set_font() to API.
2421 Update plugin howto.
2422 * src/filetypes.c, src/filetypes.h:
2423 Remove filetypes_foreach_named().
2426 2009-07-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2428 * src/highlighting.c, src/about.c, src/filetypes.c, src/document.c,
2429 src/document.h, src/main.c, THANKS:
2430 Apply patch from Eugene Arshinov to reload color schemes via menu
2433 Reload filetypes.common after saving it.
2435 Improve wrong brace highlighting of non-brace character.
2438 2009-07-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2441 Delay highlighting matching braces by 100ms, which speeds up
2442 scrolling with the arrow keys.
2443 * src/keybindings.c, src/keybindings.h, src/search.c, src/search.h:
2444 Add 'Mark All' keybinding.
2445 * tagmanager/diff.c:
2446 Show relative paths in diff filename tags.
2449 2009-07-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2451 * src/highlighting.c:
2452 Fix setting keyword list 'classes' for Haxe
2453 (pointed out by Andreas Mokros, thanks).
2456 2009-07-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2458 * src/interface.c, src/keyfile.c, src/editor.c, src/editor.h,
2459 doc/geany.txt, doc/geany.html, geany.glade:
2460 Add 'Drop rest of word on completion' pref.
2461 * src/editor.c, doc/geany.txt, doc/geany.html:
2462 If autocompletion is already visible when forcing completion, show
2463 document word completion instead of tag completion.
2464 Docs: Minor edits of related prefs items.
2465 * src/printing.c, src/dialogs.c, src/dialogs.h, src/plugindata.h:
2466 Add warning when printing and editor font is not monospaced.
2467 Fix using GtkMessageType instead of gint param for
2468 dialogs_show_msgbox*().
2469 Add missing G_GNUC_PRINTF macro check to API dialog funcs.
2471 Support 'tab indents, space aligns' style for auto-indentation
2475 2009-07-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2477 * src/document.c, src/documentprivate.h:
2478 Rework the GIO based file monitoring code. Now it is used only
2479 to indicate a possible change of the file, the real check if the
2480 file has been changed is performed by stat().
2481 * data/filetypes.common, doc/geany.txt, src/highlighting.c:
2482 Add style 'line_height' to increase the line height.
2483 Add style 'marker_mark' and change style 'marker_search' to
2484 define the style used for marked search results.
2485 * doc/geany.txt, doc/geany.html:
2486 Add the new 'Autocomplete all words in document' pref to the docs.
2489 2009-07-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2491 * src/interface.c, src/keyfile.c, src/editor.c, src/editor.h,
2492 doc/geany.txt, doc/geany.html, geany.glade, TODO:
2493 Add 'Autocomplete all words in document' pref.
2494 Use 'autocompletion' in dialog and docs, not 'auto completion'.
2496 Fix limiting number of word completion entries too much.
2497 * src/editor.c, TODO, icons/16x16/classviewer-var.xpm,
2498 icons/16x16/classviewer-method.xpm, icons/16x16/Makefile.am:
2499 Show autocompletion icons for tag symbols - for now only tags with
2500 an arglist have the 'function/method' icon, all others have the
2502 Note: XPMs were created from the PNGs with the ImageMagick 'convert'
2504 * src/highlighting.c:
2505 Highlight D WYSIWYG backtick `strings` and r"strings" (closes
2509 2009-07-06 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2511 * src/highlighting.c, src/utils.h, plugins/splitwindow.c:
2512 Fix removing underscores in translated string using no_underscore()
2514 Set a tooltip for the Split Window plugin's Show Current tool button.
2515 Add utils_strdupa() macro.
2516 * src/interface.c, geany.glade:
2517 Use stock Select All icon now we have >= GTK 2.8.
2519 Fix using project name for document items that start with the
2520 project base path but don't match it e.g. ".../geany-plugins"
2521 instead of ".../geany" when project name is 'geany'.
2524 2009-07-04 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2527 Fix warnings when the toolbar does not contain the Run button.
2529 Fix wrong parsing of complex expressions in the Lua parser.
2530 * src/editor.c, src/geany.h, src/keybindings.c, src/plugindata.h,
2532 Remove unnecessary enums.
2533 * scintilla/*, scintilla/include/*, src/plugindata.h:
2534 Update Scintilla to version 1.79.
2535 * src/document.c, src/editor.c, src/sciwrappers.c, src/sciwrappers.h,
2537 Use the new Scintilla struct names prefixed with 'Sci_'.
2538 * TODO, data/filetypes.common, doc/geany.html, doc/geany.txt,
2540 Add second argument to the 'line_wrap_indent' styling setting to
2541 control the new Scintilla indentation mode for wrapped lines.
2543 Properly close the toolbar editor on delete-events.
2544 Fix warnings and possible crashes in the toolbar editor when the list
2545 of displayed toolbar items is empty.
2546 * data/filetypes.tcl:
2547 Update Tcl keywords for Tcl 8.6 (patch by Witek Mozga, thanks).
2549 Make the plugin manager dialog a bit bigger.
2552 2009-06-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2554 * doc/geany.html, doc/geany.txt:
2555 Fix wrong default values for the 'Show Calltip' keybinding.
2558 2009-06-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2560 * data/filetypes.tcl, src/symbols.c:
2561 Fix duplicate "context_action_cmd" key.
2562 Use different icons for "Methods" and "Procedures" in the symbol
2565 Fix a small memory leak.
2566 * doc/geany.html, doc/geany.txt, src/editor.c, src/keybindings.c,
2567 src/keybindings.h, src/plugindata.h:
2568 Make the Scintilla keybindings 'Delete to end of line' and
2569 'Go to end of display line' configurable.
2571 Fix a typo (closes #2813624).
2574 2009-06-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2576 * tagmanager/tcl.c, src/symbol.c:
2577 Improve parsing of Tcl files (parsing new Tcl8.6 style classes,
2578 methods and namespaces).
2579 Patch by Witek Mozga, thanks.
2582 2009-06-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2584 * data/ui_toolbar.xml, doc/geany.txt, doc/geany.html, src/ui_utils.c,
2585 src/toolbar.c, src/toolbar.h:
2586 Remove ui_toolbar.xml Configuration Files menu item.
2587 Add a real toolbar editor dialog.
2588 * geany.glade, src/callbacks.c, src/callbacks.h, src/interface.c,
2590 Add a button in the preferences dialog and an item for the toolbar
2591 popup menu to run the toolbar editor dialog.
2594 2009-06-25 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2597 Fix Gtk NULL warning with gtk_file_chooser_set_current_folder().
2598 Fix using locale encoding for default Save As dialog path.
2600 Beep when trying to activate the '...' autocompletion item.
2601 Limit (forced) document word completion to
2602 autocompletion_max_entries.
2603 Beep if no completions are shown when forcing autocompletion.
2606 2009-06-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2608 * data/ui_toolbar.xml, src/toolbar.c:
2609 Add 'Build' toolbar button to the default layout.
2612 2009-06-24 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2615 If forcing autocompletion and there's nothing else to show, complete
2616 from words in the current document (using code from Enrico's
2617 'AutoComplete Test' plugin).
2620 2009-06-23 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2623 Add debug message if plugin has not set a name for its keybinding
2625 * data/filetype_extensions.conf:
2626 Add *.m4 for shell scripts.
2629 2009-06-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2631 * src/highlighting.c, doc/geany.txt, doc/geany.html,
2632 data/filetypes.common, TODO:
2633 Make filetypes.common named styles use the "default" named style for
2634 all missing style fields.
2635 Set named styles to usually leave the background style empty. This
2636 currently allows C-like filetypes to have a common default
2638 Allow hard-coded colors to use -1 for the default color.
2639 Add some highlighting style examples to the manual.
2642 2009-06-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2645 Create initial template files with proper platform-specific line
2649 2009-06-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2651 * data/ui_toolbar.xml, doc/geany.txt, src/build.c,
2652 src/geanymenubuttonaction.c, src/geanymenubuttonaction.h, src/main.c,
2653 src/plugins.c, src/templates.c, src/toolbar.c, src/toolbar.h,
2654 src/ui_utils.c, src/ui_utils.h:
2655 Instantly reload (i.e. rebuild) the toolbar when ui_toolbar.xml is
2657 Refactor some related code.
2658 * tagmanager/conf.c:
2659 Strip trailing spaces from "Key" tags.
2661 Quote the full filename to the Geany executable when creating the
2662 "Open with Geany" context menu item.
2663 * plugins/splitwindow.c:
2664 Avoid using deprecated GTK API.
2665 * src/log.c, src/main.c:
2666 Properly clean up the logging mechanism.
2668 Fix LaTeX view commands on Windows (part of #2807688).
2670 Add a popup menu for the keybinding list in the preferences dialog
2671 to easily expand and collapse all groups.
2672 Refactor the keybindings code for the preferences dialog, prefix all
2674 * src/main.c, src/ui_utils.c, src/ui_utils.h:
2675 Init stock items before creating the toolbar (closes #2809324).
2677 Generate the geany.pc file also on Windows.
2679 Invert the logic to determine which Save All we want to use:
2680 Use the Tango like icon only for the Tango theme and the Gnome / GTK
2681 like icon for any other themes.
2684 2009-06-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2686 * src/highlighting.c, README.Packagers, HACKING:
2687 Remove gsd_* default styles, use named styles instead.
2688 Note: this relies on filetypes.common being installed.
2689 Add load_style_entries(), which makes style initialization
2690 simpler, used in styleset_c_like_init().
2693 2009-06-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2696 Prevent possible crash on Windows when not setting an initial
2697 directory for native File Open/Save dialogs.
2698 * data/filetypes.xml, src/highlighting.c:
2699 Add style 'jscript_regex' for filetype HTML
2700 (patch by Chris Macksey, thanks).
2703 2009-06-17 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2705 * src/filetypes.h, src/document.c, src/document.h, src/ui_utils.c:
2706 Make GeanyDocument::file_type always be non-NULL, even for a new
2707 document with no filetype set.
2709 Only autocomplete scope for scopes matching the current filetype's
2711 * data/filetypes.java, data/filetypes.cpp, data/filetypes.vala,
2712 data/filetypes.haxe, data/filetypes.common, data/filetypes.glsl,
2713 data/filetypes.actionscript, data/filetypes.cs,
2714 data/filetypes.ferite, data/filetypes.c, data/filetypes.d,
2715 data/filetypes.javascript, HACKING:
2716 Make C++, D lexer filetypes use named styles (apart from uuid,
2717 verbatim, regex styles).
2720 2009-06-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2723 Don't explicitly change the current directory of the Save As dialog
2724 so that it uses the last used directory.
2727 2009-06-14 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2729 * src/encodings.c, src/encodings.h, src/plugindata.h:
2730 Add Japanese encoding "CP932" (patch by Ryūsei Yamaguchi, thanks).
2733 When completing from the macro list, put the cursor after
2737 2009-06-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2739 * tagmanager/pascal.c:
2740 Fix type definitions being parsed as functions.
2742 Don't autocomplete in unterminated strings as well.
2743 * src/templates.c, src/utils.h, src/dialogs.c, src/plugindata.h,
2744 src/filetypes.c, src/ui_utils.c, plugins/saveactions.c:
2745 Remove data_ptr argument to foreach_[s]list() macros, as using
2746 node->data is enough sometimes; this makes the macro a bit more
2748 Add foreach_[s]list() macros to the plugin API docs.
2751 2009-06-11 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2753 * scintilla/LexPascal.cxx:
2754 Backport fix from Scintilla CVS:
2755 Pascal lexer hanging on file that starts with 'interface' after
2759 2009-06-11 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2762 Update Waf to 1.5.7.
2764 Overwrite installation prefix on Windows only if it wasn't
2765 specified explicitly.
2768 2009-06-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2771 Display calltips for Pascal symbols in the Pascal way (#2803945).
2772 * tagmanager/pascal.c:
2773 Fix wrongly set return values for procedures (closes #2803945).
2774 * doc/Doxyfile.in, tagmanager/include/tm_work_object.h,
2775 tagmanager/include/tm_source_file.h,
2776 tagmanager/include/tm_workspace.h:
2777 Fix doxygen warnings.
2780 2009-06-10 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2782 * src/editor.c, tagmanager/include/tm_workspace.h,
2783 tagmanager/tm_workspace.c, TODO:
2784 Autocomplete scoped fields like struct members when typing '.' (and
2785 also '->' or '::' in C/C++).
2786 Save all tag types for C/C++ when generating a global tags file, so
2787 we can use autocompletion for structs also.
2788 Merge tm_workspace_find_scope_members(),
2789 tm_workspace_find_namespace_members() (currently not built) from
2790 Anjuta 2.24.1 tagmanager.
2793 2009-06-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2795 * tagmanager/pascal.c:
2796 Parse Pascal calltips (closes #2802640).
2799 2009-06-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2801 * src/filetypes.c, src/ui_utils.c:
2802 Add filetypes.common Configuration Files menu item.
2805 2009-06-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2808 Add backslash to the wordchars on Windows when using
2809 'Open Selected File'.
2811 Add support (configure, build and install) for building on Windows
2812 and cross-compiling for Windows using the Waf build system.
2815 2009-06-05 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2818 Set status bar text instead of showing a dialog when saving
2819 ui_toolbar.xml because the user might save several times.
2821 Fix redrawing due to colourising just after the document is first
2822 drawn. Now colourising should happen before the first draw.
2823 * src/utils.c, src/highlighting.c, data/filetypes.common:
2824 Fix segfault on parsing a filetypes.* style definition that has < 4
2826 Allow style definitions to have missing fields to use the default
2830 2009-06-05 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2832 * src/images.c, src/about.c, src/ui_utils.c, THANKS:
2833 Add a more Tango like icon for 'Save All' (by Jesse Mayes, thanks).
2834 * plugins/classbuilder.c:
2835 Fix wrongly created header guards when the class filenames contains
2836 dashes (patch by PCMan, thanks).
2837 * data/filetypes.matlab:
2838 Add build_settings section to allow executing Matlab scripts.
2840 When closing a document, mark it as invalid before removing it from
2841 the documents notebook (this fixes wrong Save All button state when
2842 closing an unsaved document because the "switch-page" signal handler
2843 was using old data).
2846 2009-06-03 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2848 * src/highlighting.c, doc/geany.txt, doc/geany.html:
2849 Support toggling bold/italic when using a named style, e.g.:
2850 commentdockeyword=commentdoc,bold,italic
2851 Improve named style docs.
2854 2009-06-01 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2856 * src/build.c, src/editor.c:
2857 Fix crashes when parsing the output of a compiler which reports
2861 2009-06-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2863 * src/highlighting.c:
2864 Support named styles also for filetypes.common [styling] entries.
2865 * doc/geany.txt, doc/geany.html, HACKING:
2866 Update docs for named styles in filetypes.* files.
2868 Fix grouping symbol list children when parent name has "." character
2869 in for reStructuredText and Conf filetypes.
2870 * tagmanager/python.c:
2871 Fix grouping functions/classes under a nested function.
2874 2009-05-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2877 Adjust icon paths (patch by Dominic Hopf, thanks).
2878 * doc/geany.txt, doc/geany.html, src/toolbar.c:
2879 Add 'Replace' toolbar button (closes #2798225).
2882 2009-05-30 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2884 * src/utils.c, src/highlighting.c, TODO:
2885 Implement named styles support for filetypes.* using a
2886 filetypes.common [named_styles] section e.g.:
2887 foo=0xc00000;0xffffff;false;true
2889 These can be used in e.g. filetypes.c as:
2893 2009-05-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2896 Fix wrong sensitiveness of the Redo buttons (closes #2797862).
2899 2009-05-28 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
2901 * THANKS, src/about.c, po/lb.po, po/LINGUAS:
2902 Added Luxembourgian translation. Huge thanks to Laurent Hoeltgen.
2905 2009-05-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2908 Remove quote_executable() as it is not used anymore.
2909 When creating the geany_run_script.bat use the "%0" variable
2910 expansion and quote it for the "del" command (closes #2797172).
2912 On Windows, fallback to the literal build command line if searching
2913 for the command in the system path failed (related to #2795923).
2914 Properly terminate the resulting strings when reading the stdout
2915 and stderr of any spawned commands on Windows.
2918 2009-05-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2921 Use the wide character versions of native Windows File dialogs.
2923 Fix wrong initialisation of the default project path button callback
2924 in the preferences dialog.
2925 * Makefile.am, configure.in, geany.nsi, geany.spec.in, wscript,
2926 geany_private.rc, icons/16x16/Makefile.am, icons/16x16/geany.png,
2927 icons/48x48, icons/48x48/Makefile.am, icons/48x48/geany.png,
2928 icons/Makefile.am, icons/geany.ico, icons/scalable,
2929 icons/scalable/Makefile.am, icons/scalable/geany.svg,
2931 Move the icons geany.png and geany.ico into the icons directory.
2932 Add a 16x16 pixel Geany icon and the scalable SVG icon.
2933 Drop the pixmaps directory.
2936 2009-05-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2938 * src/keybindings.c:
2939 Improve MRU document switching so there are no duplicates in the
2940 list and documents switched to whilst the dialog is open are
2941 ignored. Also beep when cycling through to the first document in the
2945 2009-05-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2948 Fix broken 'Cancel' button in the Save As dialog.
2951 2009-05-20 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2954 Fix multiline indent when selection covers text on the last line.
2956 Show current document in bold in tab popup menu.
2957 * src/editor.c, tagmanager/python.c, TODO:
2958 Parse Python calltips.
2961 2009-05-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2963 * src/symbols.c, tagmanager/python.c:
2964 Parse Python import statements to get symbol completion for the
2965 imported module names.
2966 * src/editor.c, src/editor.h:
2967 Make some only locally used functions static.
2968 Fix wrong sanity check.
2970 Fix quoting the build command string on Windows (closes #2791769).
2971 This broke when we made build commands run synchronously on Windows,
2972 now we don't need to special quote the commands anymore.
2975 2009-05-19 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2978 Drop rest of word to the right of cursor when autocompleting (do we
2979 need a pref for this?).
2982 2009-05-18 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
2984 * src/sciwrappers.c, src/sciwrappers.h, src/editor.c:
2985 Add sci_set_selection().
2986 * doc/geany.txt, doc/geany.html:
2987 Update manual for MRU switching.
2988 * src/callbacks.c, src/editor.c, src/editor.h:
2989 Make indenting with the Tabs indent type preserve spaces on the line,
2990 so it works for the 'tab indents, space aligns' formatting style.
2993 2009-05-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
2995 * tagmanager/python.c:
2996 Fix missing symbols for variables when an equal sign is used
2997 in a comment on the same line as the variable declaration.
2998 Backport change from CTags SVN to keep the parser more in sync:
2999 Add support for Cython constructs to the Python parser.
3001 Remember the additional Find in Files search flags at startup.
3003 Don't close the Save As dialog when saving the file didn't succeed.
3006 2009-05-13 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3009 Remember scribble cursor position.
3010 * src/keybindings.c, TODO:
3011 Implement Most-Recently-Used document switching when pressing
3012 Ctrl-Tab keybinding. (It's probably not perfect, but works OK).
3015 2009-05-13 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3017 * data/latex.tags: Added some more commands from unit.sty and
3021 2009-05-12 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3023 * src/symbols.c, doc/geany.txt, doc/geany.html,
3024 tagmanager/makefile.win32, tagmanager/nestlevel.c,
3025 tagmanager/nestlevel.h, tagmanager/python.c, tagmanager/rest.c,
3026 tagmanager/Makefile.am, wscript:
3027 Merge unstable branch:
3028 Add reStructuredText scope information for tags (for symbol list
3030 Read custom system global tags files from $prefix/share/geany/tags;
3032 Show the number of tags in a user global tags file (instead of the
3033 running total) in the debug message.
3034 Also print debug messages when loading a tag file manually or for
3035 default global tags files e.g. python.tags.
3037 Move NestingLevel tags code into a separate file, add functions.
3039 Add 'Installation prefix' section instead of quoting '/usr/local'
3041 Update for custom system global tags files.
3044 2009-05-11 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3046 * src/highlighting.c:
3047 Unset maybe previously keywords when setting up Scintilla for
3048 XML files. This fixed wrong highlighting after switching back to
3049 filetype XML from another one.
3051 Use plain old fwrite() in utils_write_file(). g_file_set_contents()
3052 is only used when explicitly requested.
3054 Remove unnecessary call to g_intern_string() to fix build with
3055 GLib 2.8 (closes #2790051).
3058 2009-05-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3061 Make the clear icon of entry fields act on the release event, not
3062 on the press event like for other buttons.
3064 Refactor some multiple used code into get_multiline_comment_style().
3066 Create parent directories if necessary when checking for the
3067 configuration directory on startup (closes #2784577).
3070 2009-05-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3072 * plugins/filebrowser.c:
3073 When a filter is set, apply it only to files, not directories and
3074 apply the filter to the UTF-8 name of the file as the filter string
3075 itself is also UTF-8.
3076 * src/utils.c, src/utils.h, src/highlighting.c, src/printing.c:
3077 Add utils_color_invert() and use it in highlighting.c and printing.c.
3078 * scintilla/include/Scintilla.h, scintilla/scintilla_changes.patch:
3079 Backport change from Scintilla CVS:
3080 Change capitalisation of header file to suit cross-compilation on
3084 2009-05-03 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3086 * wscript, scintilla/*, scintilla/include/*, src/plugindata.h:
3087 Update Scintilla to version 1.78.
3088 * src/editor.c, src/highlighting.c:
3089 Update Pascal styles as they changed in Scintilla.
3092 2009-05-02 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3095 Ignore the invert syntax highlighting colours setting when printing
3096 to not print characters on a dark background (closes #2785244).
3097 * New release: Geany 0.17 "Wessex".
3098 * configure.in, geany.nsi, geany_private.rc, win32-config.h, wscript,
3099 src/geany.h, doc/geany.html, doc/geany.txt:
3100 Post-release version bump.
3103 2009-04-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3105 * src/callbacks.c, src/callbacks.h, src/main.c:
3106 Update the View->Fullscreen menu item when fullscreen state is
3107 changed externally (e.g. by the window manager).
3109 Fix passing wrong pointer to the File Open dialog for the Run
3110 command in the Project Properties dialog.
3113 2009-04-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3115 * src/callbacks.c, src/keyfile.c, src/main.c, src/ui_utils.c,
3117 Remember the active sidebar page between sessions.
3119 Add a recent project item after creating a new project.
3120 * tagmanager/ruby.c:
3121 Fix wrong parsing of string literals (closes #2781264).
3123 Fix setting focus to the editor widget after changing the selection
3127 2009-04-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3130 Prevent crashes when two or more top level items in the symbol
3131 list have the same name (closes #2778246).
3134 2009-04-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3136 * src/keybindings.c:
3137 Manually show the main notebook tab bar menu when Shift-F10 is
3138 pressed. This broke when we disabled the default GTK tab bar menu.
3140 Fix a crash when USE_GIO_FILEMON is enabled at closing a document
3141 which was reloaded shortly before.
3143 When the editor menu is opened by the Menu key, use the text cursor
3144 position for retrieving the current word. This fixes disabled
3145 Go to Tag items in the menu (#2780044).
3147 Set the "ellipsize" property of GtkCellRendererText to automatically
3148 shorten the path and file names in the Documents list.
3149 * doc/geany.html, doc/geany.txt, src/build.h:
3150 Increase the amount of highlighted build error messages to 100.
3151 At least for LaTeX we need higher values as there is a lot of
3152 informative output before any errors are reported.
3153 * src/filebrowser.c:
3154 Use the startup path as the initial directory for the filebrowser
3155 plugin when no project and no files are opened
3156 (patch by Matias Gea, thanks; closes #2780521).
3159 2009-04-21 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3161 * src/dialogs.c, src/document.c, src/document.h, src/treeviews.c,
3162 src/utils.c, src/utils.h:
3163 Ellipsize tab labels and some status messages for very long
3164 filenames (closes #2777348).
3165 * src/plugins.c, src/plugindata.h, plugins/geanyfunctions.h:
3166 Add utils_str_middle_truncate() and
3167 document_get_basename_for_display() to the plugin API.
3168 * doc/geany.html, doc/geany.txt, src/toolbar.c:
3169 Add new toolbar element: Print (patch by Roland Baudin, thanks).
3170 * doc/geany.html, doc/geany.txt, src/document.c, src/document.h,
3172 Add a hidden preference 'use_safe_file_saving' to save files to disk
3173 by creating a temporary file first. This has serious side effects,
3174 please read the documentation before enabling this.
3176 Make build commands on Windows run synchronously to avoid problems
3177 with reading build commands' output.
3178 * doc/geany.html, doc/geany.txt, src/build.c, src/build.h:
3179 Limit the amount of highlighted build error messages in the
3180 Compiler window to 50 for performance reasons.
3183 2009-04-20 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3185 * src/callbacks.c, src/editor.c, src/keybindings.c, src/keybindings.h,
3187 Replace our own GEANY_KEYS_MODIFIER_MASK by
3188 gtk_accelerator_get_default_mod_mask() which gives the same result.
3189 * src/filetypes.c, src/symbols.c, tagmanager/Makefile.am,
3190 tagmanager/makefile.win32, tagmanager/parsers.h, wscript:
3191 Add a trivial symbol parser for NSIS files.
3194 2009-04-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3197 Hide the extra file open dialog options in an expander to make the
3198 dialog more compact by default and to provide more space for the
3200 Remove the filename field as it is also provided by GTK itself with
3201 more features like auto-completion.
3202 Watch the 'show-hidden' property of the file chooser widget using
3203 GObject's "notify" signal which gives accurate results and remove
3204 the hack using the "selection-changed" signal.
3207 2009-04-17 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3209 * src/callbacks.c, src/callbacks.h, src/encodings.c, src/filetypes.c:
3210 Prevent double execution of radio menu item "activate" or "toggled"
3212 Move 'Set Encoding' callback function into encodings.c.
3215 2009-04-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3218 Add some missing 'void's in function definitions.
3219 If the project base path is './', just use the path of the project
3220 config file instead of appending './'.
3221 * src/treeviews.c, src/project.c:
3222 When a project is loaded, replace the project base path with the
3223 project name in the Documents sidebar for parent items
3227 2009-04-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3229 * src/keyfile.c, src/keyfile.h, src/project.c:
3230 Fix duplicating the recent files and projects lists when closing
3232 * src/build.c, src/callbacks.c, src/dialogs.c, src/document.c,
3233 src/editor.c, src/encodings.c, src/filetypes.c,
3234 src/geanymenubuttonaction.c, src/geanyobject.c, src/geanywraplabel.c,
3235 src/highlighting.c, src/keybindings.c, src/keyfile.c, src/main.c,
3236 src/msgwindow.c, src/navqueue.c, src/notebook.c, src/plugins.c,
3237 src/prefs.c, src/queue.c, src/sciwrappers.c, src/socket.c,
3238 src/symbols.c, src/templates.c, src/toolbar.c, src/tools.c,
3239 src/treeviews.c, src/ui_utils.c, src/utils.c, src/vte.c:
3240 Remove all G_LIKELY macros inside g_return_if_fail() statements as
3242 Remove many other G_LIKELY/G_UNLIKELY macros which doesn't make much
3243 sense to keep the code more readable.
3246 2009-04-09 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3249 When updating global type definitions for opened documents, take
3250 also C++ namespace symbols into account and don't ignore symbols
3251 which are defined inside a scope.
3254 2009-04-09 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3257 Don't show 'plugin is not binary compatible' messages on the status
3258 bar, only the status window.
3261 2009-04-08 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3264 When opening files from a remote instance on X11, set the window
3265 server time to encourage window managers to pop up the main window
3266 (related to #2735467 and #2276179).
3268 When finished sending filenames to a remote instance, notify the
3269 environment that we finished starting up.
3272 2009-04-08 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3274 * src/ui_utils.h, src/utils.h, src/ui_utils.c:
3275 Sort Configuration Files menu.
3276 Add ui_menu_sort_by_label().
3277 Add foreach_list() macro.
3282 2009-04-07 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3285 Fix setting a wrong default window size when starting without an
3286 existing configuration.
3287 * src/editor.c, src/sciwrappers.c, src/sciwrapper.h:
3288 Make editor_highlight_braces() static.
3289 Remove unused wrapper functions.
3290 * src/editor.c, src/symbols.c, src/symbols.h:
3291 Prevent showing an empty macro list.
3292 Show only macros of the same filetype instead of all macros of all
3295 Don't add opened project files to the GtkRecentManager.
3298 2009-04-07 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3301 Add Configuration Files item for snippets.conf.
3302 * src/highlighting.c, src/symbols.c:
3303 Fix 2 old uses of filetype IDs.
3306 2009-04-06 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3308 * src/interface.c, src/printing.c, geany.glade:
3309 Minor string improvements (spotted by Jean-Philippe Moal, thanks).
3312 2009-04-05 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3315 Add sanity checks in ui_lookup_widget() just to be safe.
3316 * THANKS, TODO, geany.glade, src/about.c, src/interface.c,
3317 src/keyfile.c, src/main.c, src/plugindata.h, src/project.c,
3318 src/project.h, src/ui_utils.c, src/ui_utils.h:
3319 Add "Recent Projects" menu to the Project menu
3320 (#2728630, patch by Elias Pschernig, thanks).
3321 * doc/geany.txt, doc/geany.html:
3322 Describe how to build Geany using the Waf build system.
3323 * src/build.c, src/callbacks.c, src/dialogs.c, src/document.c,
3324 src/document.h, src/editor.c, src/encodings.c, src/filetypes.c,
3325 src/geanymenubuttonaction.c, src/geanyobject.c, src/geanywraplabel.c,
3326 src/highlighting.c, src/keybindings.c, src/keyfile.c, src/log.c,
3327 src/main.c, src/msgwindow.c, src/navqueue.c, src/notebook.c,
3328 src/plugins.c, src/prefs.c, src/queue.c, src/sciwrappers.c,
3329 src/socket.c, src/symbols.c, src/templates.c, src/toolbar.c,
3330 src/tools.c, src/tools.h, src/treeviews.c, src/ui_utils.c,
3331 src/utils.c, src/utils.h, src/vte.c:
3332 Start using G_LIKELY/G_UNLIKELY macros to gain a little more
3333 performance when building the code with gcc.
3334 * src/highlighting.c:
3335 Fix typo in the G_LIKELY checks, introduced in last commit.
3336 Fix the size of the styles array.
3338 Show a message dialog when renaming a file fails.
3341 2009-04-03 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3344 Remove checks for the .pdf or .dvi files when viewing a LaTeX file
3345 (as we did for all other files in SVN r3382).
3348 2009-04-03 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3350 * src/filetypes.c, doc/geany.txt:
3351 Move ActionScript to the Script group.
3353 * src/templates.c, src/utils.h, src/highlighting.c, src/dialogs.c,
3354 src/plugindata.h, src/filetypes.c, src/filetypes.h, src/plugins.c,
3355 src/symbols.c, src/ui_utils.c, plugins/saveactions.c,
3356 plugins/htmlchars.c:
3357 Merge reorder-filetypes branch:
3358 Make GEANY_FILETYPES_NONE = 0, sort filetype IDs randomly (so we can
3359 append randomly without breaking the ABI).
3360 Make None filetype name = title = _("None").
3361 Add foreach_slist() macro.
3362 Add filetypes_by_title list to GeanyData for plugin API access
3363 - a list of filetype pointers, which includes the None filetype
3364 first. This list stays constant by the time plugins are initialized,
3365 so you can use e.g. g_slist_nth_data(filetypes_by_title, n) to
3366 index the sorted list.
3369 2009-03-31 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3371 * doc/geany.txt, doc/geany.html, src/main.c:
3372 Add widget names for the menubar and toolbar.
3374 When hiding the messages window, set the input focus back to the
3375 editor widget (part of #1910393).
3378 2009-03-30 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3380 * scintilla/LexOthers.cxx, src/highlighting.c, tagmanager/conf.c:
3381 Backport recent changes from Scintilla CVS to add partial support
3382 for RFC2822 styled text using the Properties lexer.
3383 Ignore leading whitespace for config files and RFC2822 text.
3384 * data/filetypes.actionscript:
3385 Update/fix ActionScript keywords (patch by Chris Macksey, thanks).
3386 * THANKS, src/treeviews.c:
3387 Display file/directory icons in the Documents sidebar
3388 (patch by Simon Treny, thanks).
3391 2009-03-29 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3393 * doc/geany.html, doc/geany.txt, geany.glade, src/callbacks.c,
3394 src/callbacks.h, src/interface.c, src/keyfile.c, src/main.c,
3395 src/plugindata.h, src/prefs.c, src/toolbar.c, src/toolbar.h:
3396 Add an option to allow appending the toolbar to the main menu bar
3397 to save some vertical space.
3398 Allow setting toolbar icon size to very small (menu icon size).
3401 2009-03-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3403 * src/keyfile.c, src/utils.c, src/utils.h:
3404 Add utils_path_skip_root(), a relative path safe variant of
3405 g_path_skip_root (forgotten patch by Colomban Wendling, #2518658).
3406 * src/keyfile.c, src/main.c:
3407 Allow negative window coordinates when saving and restoring the
3408 position of the main window.
3409 Restore the main window position and size *after* the window has
3410 been realised to get it positioned accordingly
3411 (this affects at least Windows).
3414 2009-03-26 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3416 * src/main.c, src/plugins.c, src/win32.c, src/win32.h:
3417 Use g_win32_get_package_installation_directory_of_module() on Windows
3418 with newer GLib versions instead of deprecated API.
3419 * src/keybindings.c:
3420 Don't manage the last used documents list when quitting to prevent
3421 errors by accessing invalid memory (may close #2533990).
3424 2009-03-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3427 Delete the geany_run_script.sh immediately after execution
3428 to prevent leaking old copies when the script was quit unexpectedly
3429 (closes #2710482, patch by Martin Olsson, thanks).
3431 Check whether skipping the root element of a document's filename
3432 succeeded and use the filename itself if not (e.g. on relative
3433 filenames, #2702844).
3434 Use the locale encoded filename when saving session files.
3436 Re-set the quitting status after all documents have been closed on
3440 2009-03-24 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3442 * plugins/htmlchars.c:
3443 Remove usage of deprecated sci_get_selected_text() from plugin.
3446 2009-03-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3449 Delay disk file checks when switching between documents a little
3450 bit to avoid fast, unintentional page switching in some cases.
3451 * plugins/geanyfunctions.h, src/plugindata.h, src/plugins.c,
3452 src/sciwrappers.c, src/sciwrappers.h:
3453 Deprecate sci_get_text(), sci_get_selected_text() and
3454 sci_get_text_range().
3455 Add sci_get_contents(), sci_get_contents_range() and
3456 sci_get_selection_contents() as replacement functions to provide
3457 an easier and cleaner API (initial patch by Frank).
3460 2009-03-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3463 Fix wrong parsing of CSS tags when the definition block starts on
3464 a new line (reported by Dominic Hopf, thanks).
3467 2009-03-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3469 * plugins/htmlchars.c:
3470 Extend plugin by feature to bulk replace and replace on input for
3471 special characters to their HTML entities.
3474 2009-03-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3477 Update build menu items after changing anything in the
3478 'Set Includes and Arguments' dialog.
3479 Disable Compile/Run buttons/menu items when Compile/Run commands are
3481 Reset current build directory to the base directory after reading a
3482 "Leaving directory" message when parsing Make output
3483 (closes #2694479, patch by Andrea Mazzoleni, thanks).
3485 Fix wrong display of the filename in the tab bar menu for new files.
3487 Set the initial directory for the Save As dialog only once on
3489 Add a shortcut of the project's base directory to the
3490 File Open/Save As dialogs when a project is open for faster access.
3491 * src/splitwindow.c:
3492 Add keybindings for the split actions.
3495 2009-03-16 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3498 When using Find All in the Find dialog (in Session and Document),
3499 display the right amount of matches.
3500 Fix the display of the matches once per line (I broke the original
3503 Fix wrong directory selection behaviour in all Open Folder dialogs
3504 (closes #2688020, patch by Marcel Stimberg, thanks).
3506 Don't present the main window of a running instance when starting
3507 a second instance separately.
3510 2009-03-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3513 Reduce default file permissions on the Unix Domain socket file
3514 (reported by Jörg Sommer, thanks).
3517 2009-03-13 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3519 * doc/geany.txt, doc/geany.html, geany.glade, src/interface.c,
3520 src/main.c, src/plugindata.h, src/plugins.c, src/prefs.c,
3522 Add an option to set an additional plugin lookup path.
3524 When using Find All in the Find dialog, display matches only once
3525 per line in the messages window (patch by Bert Vermeulen, thanks).
3528 2009-03-10 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3530 * data/filetype_extensions.conf, data/filetypes.actionscript,
3531 src/about.c, src/document.c, src/filetypes.c, src/filetypes.h,
3532 src/highlighting.c, src/plugindata.h, src/symbols.c,
3533 tagmanager/Makefile.am, tagmanager/actionscript.c,
3534 tagmanager/makefile.win32, tagmanager/parsers.h, THANKS, wscript:
3535 Add filetype ActionScript (patch by Chris Macksey, thanks).
3536 Update type keywords only for real C-like languages.
3537 Fix wrong sorting of Assembler and Ada filetypes.
3538 * plugins/classbuilder.c:
3539 Use G_DEFINE_TYPE in the GTK+ class template instead of manual code.
3540 Other minor cleanups.
3543 2009-03-05 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3546 Don't use menu item images for the tab bar menu to save some
3548 * data/filetypes.fortran, tagmanager/fortran.c:
3549 Add keyword 'extends' and fix Fortran parser to support the
3550 'extends' keyword (closes #2654492).
3551 * geany.glade, plugins/export.c, src/interface.c, src/printing.c,
3552 src/search.c, src/toolbar.c:
3556 2009-03-03 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3558 * src/about.c, THANKS:
3559 Added Jari Rahkonen to list of Finnish translators.
3562 2009-03-02 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3565 Adjust minimum required GTK version.
3566 * src/Makefile.am, wscript:
3567 Add main.h to the list of installed header files.
3568 * geany.glade, src/document.c, src/documentprivate.h, src/interface.c,
3569 src/notebook.c, src/ui_utils.c:
3570 Remove GeanyDocumentPrivate::tabmenu_label.
3571 Disable the default tab bar menu for the main notebook widget and
3572 use a custom menu instead which lists all open files as usual plus
3573 'Close Other Documents' and 'Close All' menu items.
3576 2009-02-27 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3578 * src/callbacks.c, src/search.c, src/ui_utils.c, src/ui_utils.c:
3579 Move ui_set_search_entry_background() into ui_utils.c.
3580 Change the background colour of the search entries in the Find
3581 and Replace dialogs according to the search results like in the
3582 toolbar search field.
3583 Add images to the 'Replace' and 'Replace and Find' buttons in the
3585 Minor cleanups in search.c.
3586 * tagmanager/tm_source_file.c:
3587 Update source files upon creation.
3589 Update C tags for glibc 2.9.
3590 * src/callbacks.c, src/toolbar.c:
3591 Fix broken non-incremental search with the toolbar search entry when
3592 pressing Enter (closes #2638180).
3593 * plugins/splitwindow.c:
3594 Fix possible crash on non-32-bit systems (patch by
3595 Wolfgang Ocker, thanks).
3597 Update the Packager tag due to Dominic's various contributions.
3598 Update description and feature list.
3599 Change Source tag to the gzip'ed tarball to be in sync with the
3600 Makefile target (thanks to Wolfgang Ocker for reporting).
3603 2009-02-26 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3605 * plugins/vcdiff.c, plugins/Makefile.am, po/POTFILES.in:
3606 Removed deprecated plugin VC Diff
3609 2009-02-25 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3612 Fix wrong Fortran 90 comment characters when inserting templates.
3613 * doc/geany.html, doc/geany.txt, geany.glade, src/callbacks.c,
3614 src/callbacks.h, src/editor.c, src/interface.c, src/keybindings.c,
3615 src/keybindings.h, src/main.c, src/plugindata.h, src/vte.c,
3617 Add 'Send Selection to Terminal' command to the Edit->Format menu
3618 (initial patch by David Gleich, thanks).
3619 * geany.glade, src/interface.c:
3620 Fix mnemonic for the Edit->Preferences menu item.
3623 2009-02-24 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3625 * configure.in, plugins/Makefile.am:
3626 Enable socket support when cross-compiling.
3627 Enable plugin compilation when cross-compiling.
3629 Fix missing NULL checks when reading the colour value of compiler
3631 * src/main.c, src/win32.c, src/win32.h:
3632 On Windows, change the working directory to the Geany installation
3633 path at startup to avoid unwanted directory locking(closes #2626124).
3635 Fix broken selection of "Document->Set Encoding" menu items.
3636 * src/document.c, tagmanager/include/tm_source_file.h,
3637 tagmanager/include/tm_work_object.h, tagmanager/tm_project.c,
3638 tagmanager/tm_source_file.c, tagmanager/tm_tag.c,
3639 tagmanager/tm_work_object.c, tagmanager/tm_workspace.c:
3640 Don't let the tagmanager automatically reparse files if they
3641 seem to be changed on disk (affects all files in the current session,
3642 not the current one). This should speed up file saving a little bit,
3643 especially with remote files.
3644 Remove now unnecessary calls to tm_workspace_update().
3646 Allow an empty value for the date format in the print settings to
3647 omit the date/time string in the print header.
3650 2009-02-20 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
3652 * src/editor.c: Set cursor for LaTeX at auto closing of environment
3656 2009-02-19 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3659 Add missing header include (closes #2615808).
3662 2009-02-18 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3665 Fix a possible crash when comparing symbol names
3666 (could be related to Ubuntu bug #147151).
3667 Fix broken symbol list tooltips when tag names contain ampersands.
3670 2009-02-15 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
3672 * plugins/makefile.win32:
3673 Don't build Split Window plugin on Windows (doesn't work).
3676 2009-02-15 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
3678 * ChangeLog, Makefile.am: Rotate ChangeLog.
3679 * configure.in, geany.nsi, geany_private.rc, win32-config.h,
3680 wscript, doc/geany.txt, doc/geany.html, src/geany.h:
3681 Post-release version bump.
3684 *** See ChangeLog.pre-0-17 for earlier changes ***