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

4331 commits

Author SHA1 Message Date
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
Andrew Niefer
53f99e1262 bug 61233 2004-05-14 18:27:20 +00:00
Bogdan Gheorghe
fc76ab65c7 Fix for 56833 2004-05-14 16:42: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
Mikhail Khodjaiants
483bcb5df2 Changed the format of the disassembly error messages. 2004-05-13 21:09:38 +00:00
Mikhail Khodjaiants
8d4cf7f7d9 Removed old disassembly implementation. 2004-05-13 19:56:32 +00:00
John Camelon
b1157be81c Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=61968 2004-05-13 19:40:39 +00:00
Sean Evoy
c70cea46dc Fix for bug 44082 - Managed Make: browse to include path "C:\like\this" 2004-05-13 19:38:45 +00:00
Mikhail Khodjaiants
4debf40704 Added the "Instruction Stepping Mode" action. 2004-05-13 18:56:46 +00:00
Mikhail Khodjaiants
64e6bbf48d Support for the instruction stepping mode. 2004-05-13 18:55:09 +00:00
Sean Evoy
437c6840b1 Fix for bug 61505 - closing and opening a project causes "null" to appear in the makefile 2004-05-13 18:52:25 +00:00
John Camelon
87821eb4fc Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=62042 2004-05-13 18:52:13 +00:00
Alain Magloire
1549ba8899 Fix for PR 62064 2004-05-13 18:50:33 +00:00
John Camelon
b1b1ec1458 Add javadoc to ParserFactory. 2004-05-13 18:15:28 +00:00
Sean Evoy
dc30014f0a Fix for bug 62141 - Option categories displayed out of sequence in UI 2004-05-13 18:05: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
David Inglis
bb13674e2f cleanup path display 2004-05-13 14:38:42 +00:00
David Inglis
e789040647 small ui fix fo button enablement, show of export label and export handling 2004-05-13 14:22:21 +00:00
Sean Evoy
00c80d0e7e Marked several strings as untranslatable and added the target build goal name to the converted project 2004-05-13 14:12:29 +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
Sean Evoy
3e7939462a Remove the possibility of an NPE in the client of the contribution by returning an empty map instead of null 2004-05-12 21:11:16 +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
Bogdan Gheorghe
fa1f547d4b Changed searchResultViewPages extension point to work with both old M8 and recent integration builds 2004-05-12 19:11:12 +00:00
Sean Evoy
1f6a68d596 Commit for Dave Daoust removing a problem with the BootLoader call to figure out the OS. 2004-05-12 18:41: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
David Inglis
236df31adf remove apply as its not needed 2004-05-12 18:24:45 +00:00
David Inglis
a47cb5f21b only show index page on c projects 2004-05-12 18:24:02 +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
Bogdan Gheorghe
66ef2bac23 Removed FileSearchAction, FileSearchActionInWorkingSet + related properties 2004-05-12 18:00:23 +00:00
David Inglis
13677b0555 disable source attachment for now 2004-05-12 16:51:28 +00:00
Mikhail Khodjaiants
63dc1031e9 The input member of 'DisassemblyAnnotationModel' can be null. 2004-05-12 16:13:07 +00:00
Mikhail Khodjaiants
0a710a5566 Do not log CoreException thrown from the 'decrementInstallCount' method. 2004-05-12 16:10:54 +00:00
Mikhail Khodjaiants
d02be766a4 Implemented the color highlighting of the source lines in the Disassembly view. 2004-05-12 15:41:32 +00:00
Sean Evoy
7ba7c61143 Final work for PR 61596 - changing the storage of a enumerated option choice from its value to its ID 2004-05-12 14:33:12 +00:00
David Inglis
9de996037c extern string 2004-05-12 13:38:22 +00:00
David Inglis
3a2ac35857 enable project path property page 2004-05-12 13:37:20 +00:00
David Inglis
cecd1d8a97 update project path pages (added export option to libs/containers) 2004-05-12 13:30:59 +00:00
Alain Magloire
59e9b2a504 remove of this file no longer use, the AnnotaionModel
is now located in the CDocumentProvider.
2004-05-12 03:54:21 +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
Mikhail Khodjaiants
78d0dff593 Added category id in disassembly font definition.
Added descriptions for diassembly font and source line color.
2004-05-11 21:49:45 +00:00
Andrew Niefer
9446e713c1 - fix bug 60928 - content assist and member definitions
- also fix bug related to the display string for constructor content assist completions
2004-05-11 21:37:37 +00:00
Mikhail Khodjaiants
d4a7d540c2 Added theme category for CDT debugger.
Moved the disassembly font definition to the theme.
2004-05-11 20:32:10 +00:00
John Camelon
9af8c9f02e Added SelectionParse failed test. 2004-05-11 20:21:55 +00:00