2010-11-02 |
Nick Treleaven | Add sci_get_lexer() to plugin API.
|
commit | commitdiff | tree |
2010-11-02 |
Nick Treleaven | Remove unnecessary includes.
|
commit | commitdiff | tree |
2010-11-01 |
Nick Treleaven | Respect 'Smart' home key for Shift+Home (fixes #3100290).
|
commit | commitdiff | tree |
2010-11-01 |
Nick Treleaven | Detect user and system filetype configuration files...
|
commit | commitdiff | tree |
2010-11-01 |
Nick Treleaven | Remove trailing directory separator for app->datadir and
|
commit | commitdiff | tree |
2010-10-29 |
Nick Treleaven | Add named style 'extra', use for C-like filetypes.
|
commit | commitdiff | tree |
2010-10-29 |
Nick Treleaven | Fix not autocompleting when breaking lines.
|
commit | commitdiff | tree |
2010-10-29 |
Nick Treleaven | Add install-data-only target to only install data/...
|
commit | commitdiff | tree |
2010-10-28 |
Nick Treleaven | Move plugin_set_info prototype and parenthesize arguments for
|
commit | commitdiff | tree |
2010-10-28 |
Nick Treleaven | Re-add data attribute (oops).
|
commit | commitdiff | tree |
2010-10-28 |
Nick Treleaven | Make Python use named styles for color scheme support...
|
commit | commitdiff | tree |
2010-10-28 |
Nick Treleaven | Match data-* and aria-* as HTML attributes.
|
commit | commitdiff | tree |
2010-10-28 |
Nick Treleaven | Fix using gint* for integer settings.
|
commit | commitdiff | tree |
2010-10-27 |
Nick Treleaven | Simplify line breaking using SCI_NEWLINE message.
|
commit | commitdiff | tree |
2010-10-27 |
Nick Treleaven | Restore check for malformed XML tag from last commit.
|
commit | commitdiff | tree |
2010-10-27 |
Nick Treleaven | Fix notebook tab menu icons using theme for "text/plain...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Avoid calling gtk_icon_size_lookup() twice unnecessarily.
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Leave text/plain mime_type fields as NULL (like custom...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Add notebook tab document icons (based on patch by...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Show mimetype icon in sidebar Documents list (patch...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Add filetype mimetype field (patch by Colomban Wendling...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Sort filetypes_by_title last instead of on insertion...
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Change default for 'Override Geany keybindings' to on.
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Add docs for 'Ensure consistent line endings' pref.
|
commit | commitdiff | tree |
2010-10-26 |
Nick Treleaven | Edit XML tag autocompletion pref and tooltip to include...
|
commit | commitdiff | tree |
2010-10-25 |
Nick Treleaven | Add HTML5 attributes (thanks to Ross McKay).
|
commit | commitdiff | tree |
2010-10-25 |
Nick Treleaven | Remove unnecessary uses of FILETYPE_ID() macro with
|
commit | commitdiff | tree |
2010-10-25 |
Nick Treleaven | Auto-indent after an HTML/XML line with a missing closing...
|
commit | commitdiff | tree |
2010-10-25 |
Nick Treleaven | Add 'Ensure consistent line endings' file saving pref...
|
commit | commitdiff | tree |
2010-10-25 |
Nick Treleaven | Move HTML automatic <table> tag completion into a ...
|
commit | commitdiff | tree |
2010-10-22 |
Nick Treleaven | Add HTML5 element names (thanks to Ross McKay).
|
commit | commitdiff | tree |
2010-10-22 |
Nick Treleaven | Rename wrong function argument name.
|
commit | commitdiff | tree |
2010-10-22 |
Nick Treleaven | Fix not changing edited keybindings when cancelling...
|
commit | commitdiff | tree |
2010-10-21 |
Nick Treleaven | Refactor shared code with kb_cell_edited_cb().
|
commit | commitdiff | tree |
2010-10-21 |
Nick Treleaven | Rename confusing callback name for prefs dialog response.
|
commit | commitdiff | tree |
2010-10-21 |
Nick Treleaven | Rename confusing Grab Key dialog callback functions.
|
commit | commitdiff | tree |
2010-10-21 |
Nick Treleaven | Allow 'Foo=' in filetype_extensions.conf to remove...
|
commit | commitdiff | tree |
2010-10-21 |
Nick Treleaven | Remove filetype default extensions from code.
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Don't write 'ft->lang = -2' for filetypes with no tag...
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Move filetype comment_{open,close} defaults into data...
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Move filetype 'extension' default into data files.
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Add Erlang filetype (patch by Taylor Venable, thanks).
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Add alternative color scheme based on Python colors.
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Add 3 bugs to watch out for.
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Use radio buttons for View->Editor->Color Schemes menu.
|
commit | commitdiff | tree |
2010-10-20 |
Nick Treleaven | Use editor_get_eol_char() instead of inline copy.
|
commit | commitdiff | tree |
2010-10-18 |
Nick Treleaven | Prevent debug message about a missing 'default' named...
|
commit | commitdiff | tree |
2010-10-18 |
Nick Treleaven | Fix saving project indent prefs straight after using...
|
commit | commitdiff | tree |
2010-10-18 |
Nick Treleaven | Parse Vala functions with contracts (#3080232).
|
commit | commitdiff | tree |
2010-10-18 |
Nick Treleaven | Add missing C99 keyword 'restrict' (#3046716).
|
commit | commitdiff | tree |
2010-10-15 |
Nick Treleaven | Use secondary text for 'file not found on disk' dialog.
|
commit | commitdiff | tree |
2010-10-15 |
Nick Treleaven | Add 'Insert New Line Before/After Current' keybindings...
|
commit | commitdiff | tree |
2010-10-15 |
Nick Treleaven | Ignore D unittest blocks.
|
commit | commitdiff | tree |
2010-10-15 |
Nick Treleaven | Ignore D /+ +/ comments.
|
commit | commitdiff | tree |
2010-10-08 |
Nick Treleaven | Fix build with GLib 2.8.
|
commit | commitdiff | tree |
2010-10-07 |
Nick Treleaven | Revert X11 workspace socket support as it needs more...
|
commit | commitdiff | tree |
2010-10-07 |
Nick Treleaven | Sort by filetype name.
|
commit | commitdiff | tree |
2010-10-07 |
Nick Treleaven | Set C++, C# title as *source* file.
|
commit | commitdiff | tree |
2010-10-06 |
Nick Treleaven | Add Lisp filetype (patch by Mário Silva, thanks).
|
commit | commitdiff | tree |
2010-10-06 |
Nick Treleaven | Don't list ChangeLog filename in ChangeLog.
|
commit | commitdiff | tree |
2010-10-06 |
Nick Treleaven | Group Open dialog encoding options by submenus (patch...
|
commit | commitdiff | tree |
2010-10-06 |
Nick Treleaven | Fix build with GLib 2.8.
|
commit | commitdiff | tree |
2010-10-05 |
Nick Treleaven | Parse property, constructor, destructor as functions...
|
commit | commitdiff | tree |
2010-10-05 |
Nick Treleaven | Don't cache overridden lexer properties.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Avoid global variable.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Read snippet keybindings from system keyfile also.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Move foreach_strv to utils.h.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Add snippet keybindings docs.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Add some subheadings for Snippets section.
|
commit | commitdiff | tree |
2010-10-04 |
Nick Treleaven | Rename snippets_init -> snippets_load.
|
commit | commitdiff | tree |
2010-10-01 |
Nick Treleaven | Add snippet keybinding support for keys in user snippets...
|
commit | commitdiff | tree |
2010-10-01 |
Nick Treleaven | Refactor editor_snippets_init().
|
commit | commitdiff | tree |
2010-10-01 |
Nick Treleaven | Ignore *.pot.
|
commit | commitdiff | tree |
2010-10-01 |
Nick Treleaven | Fix passing quoted arguments when using 'Send Selection...
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Remove unnecessary 'fix' from r5224 as it breaks configuring...
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Add Forth filetype (patch by Thomas Huth, thanks).
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Avoid delay and redrawing when automatically opening...
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Link with X11 if found to fix linking with a recent...
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Add filetypesprivate.h.
|
commit | commitdiff | tree |
2010-09-30 |
Nick Treleaven | Add symbol_list_sort_mode per-filetype setting, set...
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Add 'Bugs to watch out for' section.
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Add hidden pref new_document_after_close for whether...
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Move editor popup menu Insert Comments submenu to top...
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Move 'Edit->Commands->Insert Alternative White Space...
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Fix segfault on idle callback when quitting.
|
commit | commitdiff | tree |
2010-09-23 |
Nick Treleaven | Add hidden pref 'find_selection_type' with option to...
|
commit | commitdiff | tree |
2010-09-22 |
Nick Treleaven | Improve Stash GUI example.
|
commit | commitdiff | tree |
2010-09-22 |
Nick Treleaven | Explain owner parameter of ui_hookup_widget() better.
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Group editor popup Insert commands in a submenu, with...
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Unify Find Selection strings.
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Add docs for Find Selection keybindings.
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Make Find Selected commands repeat the last search...
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Move find_again() to search.c.
|
commit | commitdiff | tree |
2010-09-21 |
Nick Treleaven | Move Go to Marker menu items to Search menu.
|
commit | commitdiff | tree |
2010-09-20 |
Nick Treleaven | Open a new document automatically after closing all...
|
commit | commitdiff | tree |
2010-09-20 |
Nick Treleaven | Add Search submenu for Find Selected, Find Usage, Go...
|
commit | commitdiff | tree |
2010-09-20 |
Nick Treleaven | Use string for GeanySharedMenu::menu.
|
commit | commitdiff | tree |
2010-09-20 |
Nick Treleaven | Refactor shared submenu code with GeanySharedMenu array.
|
commit | commitdiff | tree |
2010-09-17 |
Nick Treleaven | Use C struct copying instead of memcpy.
|
commit | commitdiff | tree |
2010-09-16 |
Nick Treleaven | Add msgwin_set_messages_dir() to API (patch by Jiří...
|
commit | commitdiff | tree |