- 30 Jan, 2013 1 commit
-
-
Carl-Anton Ingmarsson authored
So that the minimum width of the search files dialog is a bit smaller.
-
- 11 Nov, 2012 1 commit
-
-
- 26 Jul, 2012 2 commits
-
-
Johannes Schmid authored
-
Johannes Schmid authored
-
- 13 Feb, 2012 1 commit
-
-
Johannes Schmid authored
Also align the buttons correctly and rename "Replace" to "Replace All"
-
- 12 Feb, 2012 3 commits
-
-
Johannes Schmid authored
-
Johannes Schmid authored
* Double click on result opens in editor * SearchBox in editor will highlight all matches with the same settings as "Find in files" * Basic replace implementation
-
Johannes Schmid authored
-
- 11 Nov, 2011 1 commit
-
-
Sebastien Granjoux authored
This break backward compatibility. Preferences widgets using GtkComboBox must have an id column filled with the values put in the widget name DEFAULT field. OBJECTTYPE and DATATYPE fields are infered from widget class. FLAGS field was not implemented, it is discarded. PROPERTYKEY field is still used to know the associated gsettings key.
-
- 17 Jul, 2011 1 commit
-
-
Johannes Schmid authored
document-manager: Fix bgo#654560 - Contents of Preferences tabs seem to be packed to fill all vertical space, with ugly consequences
-
- 07 Oct, 2010 1 commit
-
-
Johannes Schmid authored
-
- 22 Sep, 2009 1 commit
-
-
Gabor Kelemen authored
-
- 03 May, 2009 1 commit
-
-
Maxim Ermilov authored
Removes glade usage in all plugins except git and cvs.
-
- 01 Feb, 2009 1 commit
-
-
Johannes Schmid authored
2009-02-01 Johannes Schmid <jhs@Obelix> * plugins/document-manager/action-callbacks.c: * plugins/document-manager/anjuta-document-manager.ui: #563499 – Goto Matching Brace and other commands missing in GtkSourceView editor * plugins/document-manager/plugin.c (update_document_ui_interface_items), (create_highlight_submenu): #564272 – Highlight Mode menu should indicate current mode svn path=/trunk/; revision=4668
-
- 04 Jan, 2009 1 commit
-
-
Johannes Schmid authored
2009-01-04 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/action-callbacks.c (on_bookmark_add_activate), (on_bookmark_next_activate), (on_bookmark_prev_activate), (on_bookmarks_clear_activate): * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-bookmarks.c (line_compare), (get_bookmarks_for_editor), (anjuta_bookmarks_next), (anjuta_bookmarks_prev), (anjuta_bookmarks_clear): * plugins/document-manager/anjuta-bookmarks.h: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c (register_stock_icons): Added menuitems for add/next/prev/clear bookmark. Bookmark interface is now complete again svn path=/trunk/; revision=4529
-
- 28 Dec, 2008 1 commit
-
-
Adam Dingle authored
2008-12-28 Adam Dingle <adam@medovina.org> * plugins/document-manager/anjuta-document-manager.ui: * plugins/search/Makefile.am: * plugins/search/anjuta-search.ui: * plugins/search/plugin.c (activate_plugin): Fixed #565278 – remove Next Occurrence and Previous Occurrence commands svn path=/trunk/; revision=4497
-
- 25 Dec, 2008 1 commit
-
-
Johannes authored
2008-12-25 Johannes <jhs@gnome.org> * plugins/build-basic-autotools/anjuta-build-basic-autotools-plugin .ui: * plugins/debug-manager/anjuta-debug-manager.ui: * plugins/devhelp/anjuta-devhelp.ui: * plugins/document-manager/anjuta-document-manager.ui: * plugins/run-program/anjuta-run-program.ui: * src/action-callbacks.c (on_toolbar_view_toggled): * src/action-callbacks.h: * src/anjuta-actions.h: * src/anjuta-app.c (on_toolbar_style_changed), (on_session_save), (anjuta_app_dispose), (anjuta_app_instance_init), (on_widget_remove): * src/anjuta-app.h: * src/anjuta.ui: Removed the use of bonobo for the toolbar, removed some elements and migrate everything to a simple GtkToolbar with seperators. This fits even von 1024 screens without problems. * plugins/message-view/anjuta-message-manager.ui: Removed the next/prev message toolbar items as they are not used enough to be in the toolbar. * plugins/debug-manager/plugin.c: Use "Play" instead of "Execute" stock icons so we don't have the same stock icon for "execute" and "run in debugger" svn path=/trunk/; revision=4482
-
- 21 Dec, 2008 1 commit
-
-
Adam Dingle authored
2008-12-18 Adam Dingle <adam@medovina.org> Reviewed by: Johannes Schmid <jhs@gnome.org> * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c: Fixed #564987 – Save All, Close All should appear in Documents menu. Added an icon to the Save All menu item. * plugins/document-manager/plugin.c: Fixed #565002 – Redo shortcut should be Ctrl+Shift+Z * plugins/document-manager/plugin.c: Fixed #565016 – Previous History and Next History should have shortcuts * plugins/search/search-replace_backend.c (file_buffer_line_from_pos), (file_match_line_from_pos), (extra_match), (get_next_regex_match), (match_info), (get_next_ascii_match), (normalize), (normal_advance), (get_next_utf8_match), (str_is_ascii), (get_next_match): * plugins/search/search-replace_backend.h: Rewrote the UTF-8 search implementation to be faster and more robust. When a search string is ASCII (which is virtually always the case), we now bypass UTF-8 search altogether; this speeds up searching enormously. Fixed bugs that sometimes caused incorrect lines to appear in the find output. This fixes #563585 (Find in Files is extremely slow). svn path=/trunk/; revision=4476
-
- 19 Dec, 2008 1 commit
-
-
Johannes Schmid authored
2008-12-19 Johannes Schmid <jhs@gnome.org> * libanjuta/interfaces/libanjuta.idl: * plugins/document-manager/Makefile.am: * plugins/document-manager/action-callbacks.c: * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-bookmarks.c (on_document_changed), (on_add_clicked), (on_remove_clicked), (on_row_activate), (on_document_added), (on_selection_changed), (anjuta_bookmarks_init), (anjuta_bookmarks_finalize), (anjuta_bookmarks_class_init), (anjuta_bookmarks_new), (anjuta_bookmarks_add), (anjuta_bookmarks_remove), (anjuta_bookmarks_session_save), (anjuta_bookmarks_session_load): * plugins/document-manager/anjuta-bookmarks.h: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c (register_stock_icons), (activate_plugin), (deactivate_plugin): * plugins/document-manager/plugin.h: * plugins/editor/aneditor.cxx: * plugins/editor/text_editor.c: * plugins/search/search-replace.c (search_and_replace): * plugins/sourceview/sourceview-io.c (on_save_finished): * plugins/sourceview/sourceview.c: New bookmark system. Will be extended to remember bookmarks across sessions and with some other things soon. * plugins/file-manager/file-view.c (file_view_row_activated), (file_view_do_popup_menu), (file_view_button_press_event), (file_view_popup_menu), (file_view_class_init): Fixed mouse actions and popup-menu handling to use the correct gtk+ stuff. svn path=/trunk/; revision=4454
-
- 10 Dec, 2008 1 commit
-
-
http://gould.cx/ted/blog/Saving_the_world_one__w_at_a_timeJohannes Schmid authored
2008-12-11 Johannes Schmid <jhs@gnome.org> * libanjuta/anjuta-status.c (anjuta_status): * plugins/document-manager/plugin.c (on_gconf_notify_timer): * plugins/editor/text_editor.c (on_text_editor_uri_changed): * plugins/symbol-db/plugin.c (on_editor_buffer_symbol_update_scan_end), (on_editor_buffer_symbols_update_timeout), (value_added_current_editor), (on_prefs_buffer_update_toggled): Save some uW (http://gould.cx/ted/blog/Saving_the_world_one__w_at_a_time) by using g_timeout_add_seconds instead of g_timeout_add where possible. * plugins/symbol-db/symbol-db-engine.c (gtree_compare_func), (sdb_engine_get_dyn_query_node_by_id), (sdb_engine_insert_dyn_query_node_by_id), (sdb_engine_ctags_output_thread), (sdb_engine_timeout_trigger_signals), (sdb_engine_get_unique_scan_id), (sdb_engine_add_new_symbol), (sdb_engine_detects_removed_ids), (symbol_db_engine_update_buffer_symbols): * plugins/symbol-db/symbol-db-view-locals.c (gtree_compare_func), (traverse_on_scan_end), (consume_symbols_inserted_queue_idle): * plugins/symbol-db/symbol-db-view.c (gtree_compare_func), (symbol_db_view_row_collapsed): Fix lots of 64-bit problems by using GPOINTER_TO_INT and GINT_TO_POINTER instead of direct (unsave) casts. * plugins/document-manager/anjuta-document-manager.ui: Remove "Print" and "Reload" from toolbar as they are not common enough. svn path=/trunk/; revision=4437
-
- 03 Jul, 2008 1 commit
-
-
Johannes Schmid authored
2008-07-03 Johannes Schmid <jhs@gnome.org> * plugins/debug-manager/plugin.c (dma_plugin_location_changed): Removed useless DEBUG_PRINTs * plugins/document-manager/action-callbacks.c: * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-docman.c (anjuta_docman_goto_file_line_mark): * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c (update_document_ui_interface_items), (register_stock_icons): * plugins/language-support-cpp-java/anjuta-language-support-cpp-jav a.ui: * plugins/language-support-cpp-java/plugin.c (on_swap_activate), (register_stock_icons): Moved \"Swap .c/.h\" from document-manager to language-support where it belongs and reimplemented it without gnome-vfs svn path=/trunk/; revision=4045
-
- 28 Jun, 2008 1 commit
-
-
Johannes Schmid authored
2008-06-28 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/anjuta-docman.c (anjuta_docman_update_documents_menu_status): Fixed a Gtk-Critical * plugins/document-manager/anjuta-document-manager.ui: * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui: Show actions in correct Goto menu svn path=/trunk/; revision=4034
-
- 30 Apr, 2008 2 commits
-
-
Johannes Schmid authored
2008-04-30 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/anjuta-document-manager.ui: * plugins/message-view/anjuta-message-manager.ui: Put the menu items of the message-manager in the correct Goto menu svn path=/trunk/; revision=3903
-
Johannes Schmid authored
2008-04-30 Johannes Schmid <jhs@gnome.org> * plugins/devhelp/anjuta-devhelp.ui: * plugins/search/anjuta-search.ui: * plugins/document-manager/anjuta-document-manager.ui: * src/anjuta.ui: Moved Goto menu into View to avoid cluttering the menubar and created new Documents menu * plugins/document-manager/action-callbacks.c (on_next_document), (on_previous_document): * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-docman.c (on_document_toggled), (anjuta_docman_update_documents_menu_status), (anjuta_docman_update_documents_menu), (on_notebook_page_reordered), (anjuta_docman_page_init), (anjuta_docman_new), (on_notebook_switch_page), (anjuta_docman_add_document), (anjuta_docman_remove_document): * plugins/document-manager/plugin.c: Show open documents in the \"Documents\" menu and add actions for next/prev document like in gedit. Don\'t center menu items of notebook popup menu. (Fixes bugs #453702 and #529528) svn path=/trunk/; revision=3900
-
- 04 Apr, 2008 1 commit
-
-
Johannes Schmid authored
2008-04-04 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/action-callbacks.c: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c (ui_give_shorter_names), (update_document_ui_disable_all): * plugins/file-loader/anjuta-loader-plugin.ui: * plugins/file-loader/plugin.c (on_new_activate), (activate_plugin): Moved \"New\" action from document-manager to file-loader using IAnjutaDocumentManager interface. Reenabled pop-down menu for \"New\"-ToolItem. svn path=/trunk/; revision=3815
-
- 10 Jan, 2008 1 commit
-
-
Johannes Schmid authored
2008-01-10 Johannes Schmid <jhs@gnome.org> Patch from Tom <tpgww@onepost.net>: * libanjuta/anjuta-utils.c: (anjuta_util_get_real_path), (anjuta_util_glist_path_dedup): * libanjuta/anjuta-utils.h: Give the method a proper prefixed name * plugins/document-manager/action-callbacks.c: (get_current_popup_active), (on_editor_command_select_all_activate), (on_editor_command_cut_activate), (on_editor_command_paste_activate), (on_editor_command_copy_activate), (on_editor_command_clear_activate), (on_show_search), (on_repeat_quicksearch): * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-docman.c: (anjuta_docman_add_editor), (anjuta_docman_get_current_popup), (anjuta_docman_goto_file_line_mark), (anjuta_docman_get_full_filename): * plugins/document-manager/anjuta-docman.h: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c: (update_document_ui_interface_items): Better way to fix the popup-menu items (Cut/Copy/Paste) and various clean-ups. * plugins/document-manager/search-box.c: (on_document_changed), (search_box_fill_search_focus): * plugins/document-manager/search-box.h: * plugins/search/plugin.c: Add a menu item to repeat the quick search svn path=/trunk/; revision=3445
-
- 09 Oct, 2007 1 commit
-
-
Johannes Schmid authored
2007-10-09 Johannes Schmid <jhs@gnome.org> * plugins/debug-manager/breakpoints.c: (breakpoints_dbase_new): * plugins/valgrind/vgmemcheckprefs.c: (option_menu_new): Some things I missed in the patch for #484419 * plugins/document-manager/action-callbacks.c: (on_new_file_activate): * plugins/document-manager/action-callbacks.h: * plugins/document-manager/plugin.c: (ui_give_shorter_names), (on_window_key_press_event), (on_gconf_notify_timer): 484645 – patch to deal with docman FIXME etc * plugins/editor/text_editor.c: (text_editor_set_indicator): * plugins/search/search-replace.c: (search_and_replace), (write_message_pane), (search_replace_populate), (translate_dialog_strings), (create_dialog), (anjuta_search_replace_activate): * plugins/search/search-replace_backend.c: (file_buffer_new_from_path), (get_next_match), (create_search_entries), (regex_backref), (clear_search_replace_instance): * plugins/search/search-replace_backend.h: #484573 – patch to correct various search-related issues Thanks for the above patches to <tpgww@onepost.net> * plugins/sourceview/sourceview.c: (sourceview_create_highligth_indic): Use the same marker for important as gedit (yellow background) * plugins/document-manager/anjuta-document-manager.ui: * plugins/file-loader/anjuta-file-loader.ui: * plugins/file-loader/plugin.c: Moved FileNew action to document-manager svn path=/trunk/; revision=3200
-
- 06 Oct, 2007 1 commit
-
-
Johannes Schmid authored
2007-10-06 Johannes Schmid <jhs@gnome.org> * libanjuta/interfaces/anjuta-idl-compiler.pl: Fixed to properly support pointer-to-pointer (**) types * libanjuta/interfaces/libanjuta.idl: * plugins/sourceview/sourceview-cell.c: (sourceview_cell_get_iter): * plugins/sourceview/sourceview-cell.h: * plugins/sourceview/sourceview.c: (ieditor_get_position_iter), (ieditor_iface_init), (iselect_set_iter), (iselect_get_start_iter), (iselect_get_end_iter), (iselect_iface_init), (isearch_forward), (isearch_backward), (isearch_iface_init): * plugins/editor/text_editor.c: (itext_editor_get_position_iter), (itext_editor_iface_init), (iselection_set_iter), (iselection_get_start_iter), (iselection_get_end_iter), (iselection_iface_init), (isearch_forward), (isearch_backward), (isearch_iface_init): Added IAnjutaEditorSearch interface and some utility methods to migrate from positions to iterators for the editor interface. * plugins/document-manager/Makefile.am: * plugins/document-manager/action-callbacks.c: (on_goto_line_no1_activate), (on_show_search): * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-docman.c: (anjuta_docman_add_document), (anjuta_docman_show_editor), (anjuta_docman_grab_text_focus): * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/goto_line.c: (removed) * plugins/document-manager/goto_line.h: (removed) * plugins/document-manager/search-box.c: * plugins/document-manager/search-box.h: * plugins/document-manager/plugin.c: (ui_give_shorter_names), (update_editor_ui_enable_all), (update_editor_ui_disable_all), (update_editor_ui_interface_items), (on_editor_added), (activate_plugin), (deactivate_plugin): * plugins/document-manager/plugin.h: Created new incremental \"Quick Search\" bar in the document manager to replace the crappy EggToolbar entries. Uses the new search interface and it thus much faster and more reliable. Fixes: Bug 357544 – incremental search should work consistently (or not at all) when main toolbar is hidden Bug 440637 – Search, don\'t work very well (partly for incremental search) * plugins/search/anjuta-search.ui: * plugins/search/plugin.c: (activate_plugin): Removed incremental search stuff * plugins/build-basic-autotools/build-basic-autotools.c: (on_session_save), (on_session_load): * plugins/build-basic-autotools/executer.c: (get_program_parameters): Scroll to selected executable and remember it across sessions (followup of #477976) * plugins/debug-manager/plugin.c: (value_added_current_editor): Check if it is an editor and cast afterwards, avoids a Gtk-Critical * plugins/devhelp/anjuta-devhelp.ui: Rearraged toolbar items a bit svn path=/trunk/; revision=3196
-
- 28 Sep, 2007 1 commit
-
-
Johannes Schmid authored
2007-09-28 Johannes Schmid <jhs@gnome.org> * libanjuta/anjuta-launcher.c: (anjuta_launcher_send_stdin_eof): * libanjuta/anjuta-launcher.h: Add a method to send EOF to some process. Needed for the indent plugin and should be useful in general. It does not actually send EOF as this is not possible with utf-8, but closes the stream instead. * plugins/devhelp/plugin.c: (value_added_current_editor): Fixed a Gtk-Critical due to the IAnjutaEditor - IAnjutaDocument switch. * configure.in: * plugins/Makefile.am: * plugins/document-manager/Makefile.am: * plugins/document-manager/action-callbacks.c: * plugins/document-manager/anjuta-document-manager.glade: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/images/Makefile.am: * plugins/document-manager/images/indent_auto.xpm: * plugins/document-manager/images/indent_set.xpm: * plugins/document-manager/indent-dialog.c: * plugins/document-manager/indent-dialog.h: * plugins/document-manager/indent-util.c: * plugins/document-manager/indent-util.h: * plugins/document-manager/indent_test.c: * plugins/document-manager/plugin.c: (register_stock_icons), (docman_plugin_instance_init), (ipreferences_merge): * plugins/document-manager/plugin.h: Removed indent code from document manager * plugins/indent/Makefile.am: * plugins/indent/indent-dialog.c: * plugins/indent/indent-util.c: (indent_init_indent_style): * plugins/indent/indent.glade: * plugins/indent/indent.plugin.in: * plugins/indent/plugin.c: (on_indent_finished), (on_indent_output), (on_indent_action_activate), (on_edit_editor_indent), (on_style_combo_changed), (value_added_current_editor), (value_removed_current_editor), (indent_plugin_activate_plugin), (indent_plugin_deactivate_plugin), (indent_plugin_finalize), (indent_plugin_dispose), (anjuta_indent_plugin_instance_init), (anjuta_indent_plugin_class_init), (ipreferences_merge), (ipreferences_unmerge), (ipreferences_iface_init): * plugins/indent/plugin.h: Moved indent code to it\'s own plugin. Also reimplemented indent invocation using anjuta_launcher and streams. This is not yet completely working, maybe I got something wrong with the launcher. Also fixed #478987 – Unusable \'Indent setting window\' on preferences svn path=/trunk/; revision=3183
-
- 20 Sep, 2007 1 commit
-
-
Naba Kumar authored
* libanjuta/interfaces/libanjuta.idl: * plugins/document-manager/action-callbacks.c: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/plugin.c: (register_stock_icons): * plugins/editor/text_editor.c: * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui: * plugins/language-support-cpp-java/cpp-java-assist.c: (cpp_java_assist_get_calltip_context): * plugins/language-support-cpp-java/plugin.c: (on_auto_complete), (register_stock_icons), (cpp_java_plugin_activate_plugin): Moved autocomplete menu action from document-manager to assist plugin and got rid of deprecated autocomplete interface. svn path=/trunk/; revision=3138
-
- 03 Jul, 2007 1 commit
-
-
Naba Kumar authored
* plugins/document-manager/anjuta-document-manager.ui: * plugins/language-support-cpp-java/anjuta-language-support-cpp-java.ui: * src/action-callbacks.c: * src/action-callbacks.h: * src/anjuta-actions.h: * src/anjuta-app.c: (anjuta_app_instance_init), (anjuta_app_install_preferences): * src/anjuta.glade: * src/anjuta.ui: Moved plugins and shortcuts settings inside General preferences page. Move preferences menu from Settings to Edit submenu. And got rid of Settings submenu. svn path=/trunk/; revision=3037
-
- 04 Mar, 2007 1 commit
-
-
Johannes Schmid authored
2007-03-04 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/anjuta-document-manager.ui: Move \"Swap .c/.h from Main to Browser toolbar Modified Patch from Yang Hong <yanghong@ccoss.com.cn>: * plugins/file-manager/an_file_view.c: (fv_prefs_new), (fv_prefs_free), (fv_add_tree_entry): * plugins/file-manager/anjuta-file-manager-plugin.glade: * plugins/file-manager/plugin.c: (prefs_init): Bug 387208 – [Patch] Add custom file-manager ignore pattern support svn path=/trunk/; revision=2843
-
- 02 Mar, 2007 1 commit
-
-
Johannes Schmid authored
2007-03-02 Johannes Schmid <jhs@gnome.org> * plugins/document-manager/anjuta-document-manager.ui: * plugins/search/anjuta-search.ui: * plugins/symbol-browser/anjuta-symbol-browser-plugin.ui: Break toolbars into smaller peaces: ToolbarBookmark, ToolbarSymbols, ToolbarFind * src/anjuta-app.c: (on_toolbar_view_toggled), (on_add_merge_widget), (on_session_save), (on_widget_remove): Save toolbar positions, don\'t use fixed toolbar style All in all this will allow more complex toolbar configurations and might gain some space on smaller displays because the user can disable toolbar parts he does not use. Also allows to use any toolbar style without looking too ugly. svn path=/trunk/; revision=2837
-
- 15 Feb, 2007 1 commit
-
-
Naba Kumar authored
* (removed) plugins/document-manager/bookmark-prev-16.png, plugins/document-manager/bookmark-last.png, (removed)plugins/document-manager/bookmark-first-16.png, plugins/document-manager/bookmark-prev.png, (added) plugins/document-manager/bookmark-toggle.png, (removed)plugins/document-manager/bookmark_toggle.xpm, (removed)plugins/document-manager/bookmark-last-16.png, plugins/document-manager/plugin.c, plugins/document-manager/anjuta-document-manager.ui, (removed)plugins/document-manager/bookmark-next-16.png, plugins/document-manager/bookmark-next.png, plugins/document-manager/Makefile.am, (added) plugins/document-manager/bookmark-clear.png, plugins/document-manager/bookmark-first.png: Upgraded bookmark icons (stolen from monodevelop). Added clear bookmarks toolbar button. svn path=/trunk/; revision=2818
-
- 11 Apr, 2006 1 commit
-
-
Johannes Schmid authored
2006-04-11 Johannes Schmid <jhs@cvs.gnome.org> * configure.in: * plugins/editor/Makefile.am: * scintilla/Makefile.am Build sourceview on 2.14, scintilla on 2.12 and make it user configurable at build time * global-tags/Makefile.am: * global-tags/create_global_tags.sh: * plugins/symbol-browser/an_symbol_prefs.c: * plugins/symbol-browser/anjuta-symbol-browser-plugin.glade: * plugins/symbol-browser/plugin.h: * tagmanager/include/tm_workspace.h: * tagmanager/tm_workspace.c: Fixed symbol-browser prefs and move global tags generation from installtion to preferences to make the life easier for distributers and to allow updates after installtion * plugins/document-manager/action-callbacks.c: * plugins/document-manager/action-callbacks.h: * plugins/document-manager/anjuta-document-manager.ui: * plugins/document-manager/indent-util.c: * plugins/document-manager/plugin.c: * plugins/editor/text_editor.c: Moved indent stuff to document-manager * plugins/sourceview/anjuta-view.c: * plugins/sourceview/sourceview-args.c: * plugins/sourceview/sourceview-scope.c: * plugins/sourceview/sourceview-tags.c: * plugins/sourceview/sourceview.c: Fixed several bugs * plugins/sourceview/sourceview.plugin (removed): * plugins/sourceview/sourceview.plugin.in: Editor is not user-activatible * plugins/sourceview/sourceview.png: Updated icon
-
- 04 Mar, 2006 1 commit
-
-
Naba Kumar authored
* plugins/document-manager/*, plugins/print/*, plugins/search/*: Restored cvs-moved revision files. They were originally marked deleted at their older locations. Now they are restored at their new locations. The changeset is one that was committed as part of document-manager, editor, search and print plugins separation from editor plugin.
-
- 11 Dec, 2005 1 commit
-
-
Johannes Schmid authored
-
- 18 Mar, 2005 1 commit
-
-
Naba Kumar authored
* plugins/editor/action-callbacks.c, plugins/editor/aneditor-calltip.cxx, plugins/editor/aneditor-priv.h, plugins/editor/aneditor.cxx, plugins/editor/aneditor.h, plugins/editor/anjuta-document-manager.ui: Added calltip activation from menu.
-
- 13 Mar, 2005 1 commit
-
-
Naba Kumar authored
* plugins/editor/action-callbacks.c, plugins/editor/action-callbacks.h, plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c: Cleaned up editor UI and get rid of 'Format' submenu. Moved menuitems from Format to View->Editor. * src/action-callbacks.c, src/action-callbacks.h, src/anjuta-actions.h, src/anjuta-app.c, src/anjuta.ui: Created Reset layout and lock layout menus in View submenu. Get rid of Settings->Layout Manager menu. * plugins/project-import/anjuta-project-import.plugin.in: Fixed icon name
-
- 31 Jan, 2005 1 commit
-
-
Naba Kumar authored
* libanjuta/interfaces/libanjuta.idl, plugins/cvs-plugin/cvs-execute.c, plugins/macro/macro-actions.c: Implemented append() method for IAnjutaEditor interface and fixed various bugs with text insertions (cvs diff and macro insertions). * plugins/editor/aneditor.cxx: Implemented mulilevel calltips, fixed automatic indentation. * plugins/editor/action-callbacks.c, plugins/editor/action-callbacks.h, plugins/editor/anjuta-docman.c, plugins/editor/anjuta-document-manager.ui, plugins/editor/plugin.c, plugins/editor/text_editor.c, plugins/editor/text_editor.h, plugins/editor/text_editor_prefs.c: Create highlight menu dynamically. Fixed highlight issues. * plugins/macro/plugin.c: Added keyboard shortcuts for insert and add macro. * plugins/symbol-browser/an_symbol_view.c: Force update project.
-