1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 01:06:01 +02:00
Commit graph

1225 commits

Author SHA1 Message Date
Bogdan Gheorghe
c3ff06502c Update search results as they come in 2004-05-17 05:14:31 +00:00
Bogdan Gheorghe
14804f770c Fix for bug 61332 - make sure that the timer is ready to go before starting a new index 2004-05-17 03:57:55 +00:00
John Camelon
5706a3abe2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62384 2004-05-15 17:31:25 +00:00
John Camelon
c2b76e8109 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62378 2004-05-15 17:11:34 +00:00
John Camelon
06d6b593af Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62339 2004-05-15 15:13:10 +00:00
Bogdan Gheorghe
649504b424 Fix for bug 60491
Added working copy filtering to search engine
	From now on only relevent working copies are considered for search
	If no index paths are found then search will return no results regardless of any working copies passed in
2004-05-14 23:27:47 +00:00
Alain Magloire
0f10e95c21 Get rid of warnings. 2004-05-14 23:09:16 +00:00
Alain Magloire
08ca38925b Allow the setting/getting of IPathEntryStore on a Project 2004-05-14 21:01:08 +00:00
John Camelon
1ce41b077c Partial fix for bug 62359 2004-05-14 20:33:17 +00:00
Andrew Niefer
e22d8fbc58 show name of current index job in the progress view 2004-05-14 20:26:40 +00:00
John Camelon
bab1a0f7cf Enhanced the performance & footprint of the parser by reducing number of lists created and getting rid of extraneous cross-reference construction in ParserMode's that do not warrant it. 2004-05-14 19:26:59 +00:00
Andrew Niefer
35b475be54 bug 56411 - a request to index a project will restart a paused index 2004-05-14 19:15:51 +00:00
Andrew Niefer
21c8756a37 bug 56411 2004-05-14 18:29:54 +00:00
Alain Magloire
365457ec26 Make more entry static, there is not need to do
CoreModel.getDefaul() for many of the methods here.
2004-05-14 02:36:31 +00:00
Alain Magloire
db503355f9 Refresh the non-resources when ISourceRoot is deleted. 2004-05-14 02:32:47 +00:00
John Camelon
b1157be81c Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61968 2004-05-13 19:40:39 +00:00
John Camelon
87821eb4fc Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62042 2004-05-13 18:52:13 +00:00
John Camelon
b1b1ec1458 Add javadoc to ParserFactory. 2004-05-13 18:15:28 +00:00
David Inglis
1d01ed2ee5 fixed up IPathEntryStore and DefaultPathEntryStore
since its extends ICExtension we don't need to pass a project and the Defaultstore can now filter the descriptor
change events properly.
2004-05-13 17:45:33 +00:00
David Inglis
875523b31e fixed concurrent mod of listener list when fireing events 2004-05-13 14:59:18 +00:00
John Camelon
5ba83e3c91 Patch for David Daoust. <BR>
Refactored the scanner to make Scanner Contexts more specific for macro expansions and inclusions, yielding performance and memory improvements.
2004-05-13 13:15:40 +00:00
David Inglis
878d7fb0dd fixed method name.... 2004-05-12 20:28:05 +00:00
Alain Magloire
c1b98bfe79 Remove the workspace runnable when doing
setPathEntryCotainer() it was causing deadlock
when an autobuild was trigger.
2004-05-12 20:20:30 +00:00
David Inglis
64e41fec18 compare curent with new before saving paths 2004-05-12 20:17:53 +00:00
David Inglis
4b552f7499 fixed typo 2004-05-12 18:26:13 +00:00
David Inglis
e8c2e45481 added method to initializer to allow some forms for editing the entries in a container ie source attribute of lib 2004-05-12 18:25:57 +00:00
John Camelon
e856459e93 Fixed NumberFormatException in TokenFactory for large int's.
Fixed numerous SelectionParse problems found through my own experimentation.
2004-05-12 18:00:58 +00:00
Alain Magloire
62819ec5c5 throw an exception if the project is not accessible 2004-05-12 03:53:40 +00:00
Bogdan Gheorghe
79365779b6 Fix for intermittent search test failures 2004-05-12 03:48:17 +00:00
John Camelon
b988081c1f Another partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 19:43:05 +00:00
Alain Magloire
b700118b1f fix some race conditions on the CModelManager.
Not need to synch, the list itself is synchronized.
2004-05-11 17:31:03 +00:00
John Camelon
6043c77b35 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=60298 2004-05-11 15:53:26 +00:00
John Camelon
a92b1a4015 Made as many built-in Scanner-internal macros constants as possible. 2004-05-11 14:51:59 +00:00
Alain Magloire
e187f68cbc 2004-05-11 Alain Magloire
Preliminary work to get Parser IProblem in the CEditor.
2004-05-11 05:52:51 +00:00
John Camelon
1ff19a66bd Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=60038 2004-05-11 02:47:15 +00:00
John Camelon
5bbba8f2a5 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61613 2004-05-11 00:44:54 +00:00
John Camelon
5b6bd37541 Scalability/Memory enhancements upon the Parser framework. 2004-05-10 21:25:39 +00:00
Andrew Niefer
185c25cd0e fix bug 57513 2004-05-10 19:34:32 +00:00
Alain Magloire
2ef688cd80 Rely on the store to fire the delta 2004-05-07 20:46:11 +00:00
Andrew Niefer
5d46138a5d fixing bugs 50807 and 50808, content assist in functions: foo( [] 2004-05-07 19:46:45 +00:00
David Inglis
caa5d189ab set default scanner provider 2004-05-07 19:15:34 +00:00
Alain Magloire
003e8f5546 Bug in the PathEntyrManager, the container
entries where not resolved.
2004-05-07 18:24:06 +00:00
Bogdan Gheorghe
2f19221ac0 Modified indexer friend encoding to encode IASTElaboratedTypeSpecifier 2004-05-07 16:37:35 +00:00
Bogdan Gheorghe
02876832bb Fix for Bug 61332 2004-05-06 23:21:22 +00:00
Alain Magloire
8ca7329e88 Use Path.EMPTY for empty paths 2004-05-06 20:23:14 +00:00
Alain Magloire
37c1ca7b3a 2004-05-06 Chris Wiebe
Creating a new Job to handle the changes, instead
	of reusing the same job.
2004-05-06 18:37:54 +00:00
Bogdan Gheorghe
c29caac4d0 Refactored search engine to take an IMatchLocator; added friends to the index: removed derived from search page 2004-05-06 18:33:01 +00:00
Alain Magloire
dd52df1494 More support for Libaryentry 2004-05-06 04:19:19 +00:00
John Camelon
2c9b2f90fa Cleaned up EXPRESSION_PARSE style expressions in the AST to be more space efficient. 2004-05-05 20:10:46 +00:00
Andrew Niefer
e86d9d4a94 bug 60298 - fix prefix lookup of constructors 2004-05-05 19:06:01 +00:00