|
[anjuta/cxxparser] symbol-db: added IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC: msg#08230svn-commits-list
commit 5de3f74b68ab8dfcda05e1c403f494a043937f6c Author: Massimo Corà <mcora@xxxxxxxxxxxxx> Date: Fri Jul 31 17:41:57 2009 +0200 symbol-db: added IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC or PRIVATE change that follows the slight modify to ianjuta_symbol_manager_search (). plugins/glade/plugin.c | 4 ++-- .../language-support-cpp-java/cpp-java-assist.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) --- diff --git a/plugins/glade/plugin.c b/plugins/glade/plugin.c index 6a958cb..991dd7b 100644 --- a/plugins/glade/plugin.c +++ b/plugins/glade/plugin.c @@ -2155,7 +2155,7 @@ goto_symbol (const gchar *handler_name, GladePlugin* plugin, IANJUTA_SYMBOL_TYPE_FUNCTION, TRUE, do_goto ? IANJUTA_SYMBOL_FIELD_FILE_PATH : IANJUTA_SYMBOL_FIELD_SIMPLE, - handler_name, FALSE, FALSE, FALSE, + handler_name, FALSE, IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PRIVATE, FALSE, 1, -1, &error); if (error) { @@ -3430,7 +3430,7 @@ append_symbols_to_store (GtkListStore *store, GladePlugin *plugin) ianjuta_symbol_manager_search (symbol_manager, IANJUTA_SYMBOL_TYPE_FUNCTION, TRUE, IANJUTA_SYMBOL_FIELD_SIMPLE, - "", TRUE, FALSE, FALSE, + "", TRUE, IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PRIVATE, FALSE, MAX_COMPLETION_STORE_SYMBOLS, -1, &error); if (error) diff --git a/plugins/language-support-cpp-java/cpp-java-assist.c b/plugins/language-support-cpp-java/cpp-java-assist.c index cc9f22e..cae5bae 100644 --- a/plugins/language-support-cpp-java/cpp-java-assist.c +++ b/plugins/language-support-cpp-java/cpp-java-assist.c @@ -342,7 +342,7 @@ cpp_java_assist_create_scope_completion_cache (CppJavaAssist *assist, IANJUTA_SYMBOL_FIELD_SIMPLE, contexts[0], FALSE, - TRUE, + IANJUTA_SYMBOL_MANAGER_SEARCH_FS_PUBLIC, TRUE, 1, -1, _______________________________________________ SVN-commits-list mailing list (read only) http://mail.gnome.org/mailman/listinfo/svn-commits-list Want to limit the commits to a few modules? Go to above URL, log in to edit your options and select the modules ('topics') you want.
|
|
||||||||||||||||||||||||||
|
|
|
| News | Mail Home | sitemap | FAQ | advertise |