Hoda Amer
7cfb47c220
Fix for bug#44507
2003-10-20 21:11:44 +00:00
Alain Magloire
de85b5fbaa
Thomasf patch to do showInContext()
2003-10-20 19:59:16 +00:00
Alain Magloire
e0e5d2c7bf
From Thomasf patch to do showIn, new method
...
showInContext()
2003-10-20 19:58:54 +00:00
Alain Magloire
e85f117e11
Implement Show() method, from ThomasF patch
...
to do ShowIn
2003-10-20 19:58:19 +00:00
David Inglis
5598a1537e
fixed unit test for testGetChildren in BinaryTest
2003-10-20 18:16:38 +00:00
David Inglis
7ed318908d
fixed junit test failure
2003-10-20 18:10:44 +00:00
Alain Magloire
f89eee8439
Remove the dispose and add the ImageBase in value of the symbols.
2003-10-19 05:29:55 +00:00
Alain Magloire
43dc0a5a21
print the Relocs
2003-10-19 05:29:08 +00:00
Alain Magloire
8517910db6
new constructor
2003-10-19 05:28:40 +00:00
Alain Magloire
08d608864c
pass the Elf object in the constructor.
2003-10-19 05:28:04 +00:00
Alain Magloire
e243c06ee9
pass the PE object in the constructor.
2003-10-19 05:27:37 +00:00
Alain Magloire
b1b47c294e
recreate the project after calling releaseCelement
2003-10-19 02:52:31 +00:00
Alain Magloire
f5b89e809f
advertise the Cygwin PE parser Page
2003-10-19 01:17:40 +00:00
Alain Magloire
d6572b1aa6
updated.
2003-10-19 01:17:22 +00:00
Alain Magloire
e47778c1ae
New Cygwin PE parser Page
2003-10-19 01:17:05 +00:00
Alain Magloire
c4fea46f5b
advertise the new Cygwin PE parser
2003-10-19 01:16:41 +00:00
Alain Magloire
8989c875b7
New Cygpath class for the ICygwinToolsProvider
...
IToolsProvider to find addr2line and c++filt
2003-10-19 01:16:07 +00:00
Alain Magloire
8c64ff43dd
cleanup and remove duplicate methods.
2003-10-19 01:15:19 +00:00
Alain Magloire
347db0a84e
Bug fix when accessing the String table
2003-10-19 01:14:53 +00:00
Alain Magloire
3736b2c199
New impelementation of PE parser.
2003-10-19 01:14:19 +00:00
Alain Magloire
d06d62c1c2
The real implementation of the parser been
...
move to utils/org/eclipse/cdt/utils/coff/parser
and utils/org/eclipse/cdt/utils/elf/parser
2003-10-19 01:13:53 +00:00
David Inglis
fa2d7106db
fixed Eclipse 3.0M4 build problems
2003-10-17 16:35:26 +00:00
Alain Magloire
51946e40ab
updated.
2003-10-17 14:13:38 +00:00
Alain Magloire
b4eff13327
Set the error message.
2003-10-17 14:13:25 +00:00
Alain Magloire
451fe038af
updated.
2003-10-16 19:10:04 +00:00
Alain Magloire
1349365cd7
Keep on trying to find a motif
2003-10-16 19:09:52 +00:00
Alain Magloire
6738deaf1a
updated.
2003-10-16 13:53:42 +00:00
Alain Magloire
66cd500c0c
Null out the page when not selected.
2003-10-16 13:53:30 +00:00
Alain Magloire
3fde5e06c5
updated.
2003-10-14 21:03:01 +00:00
Alain Magloire
19cd0ff470
Always fetch the paths in the .cdtproject.
2003-10-14 21:02:48 +00:00
Alain Magloire
e8b7586d25
updated.
2003-10-14 20:36:47 +00:00
Alain Magloire
71c5ec9d07
New method added in ICOptionPage
...
Preferences getPreferences()
2003-10-14 20:36:34 +00:00
Alain Magloire
66b1d31a66
updated.
2003-10-10 19:12:11 +00:00
Alain Magloire
5353c790ba
add new method.
2003-10-10 19:12:01 +00:00
Alain Magloire
2b2cf4e3c3
updated.
2003-10-08 20:10:35 +00:00
Alain Magloire
6a5352c615
Fallback to a search on the project.
2003-10-08 20:10:23 +00:00
Alain Magloire
a289e10de1
updated
2003-10-08 19:04:15 +00:00
Alain Magloire
c34904e169
Better use of selection for binary elements
2003-10-08 19:04:06 +00:00
Alain Magloire
df93222d51
updated.
2003-10-08 18:58:25 +00:00
Alain Magloire
4a143b03a8
More work done to clean the GNU Elf Binary Parser
2003-10-08 18:58:15 +00:00
Alain Magloire
994d18c7ab
Enable the GNU Elf Parser.
2003-10-06 20:16:38 +00:00
Doug Schaefer
cc6084024d
Patch for Sean Evoy:
...
Use natures to help select what tools are available.
2003-10-01 23:56:36 +00:00
John Camelon
bc158cc0fb
Patch for Bogdan Gheorghe
...
This patch:
- changes the indexer to use whatever source/header extensions are defined in CModelManager
- updated the search shortcut so that Ctrl + H will bring up the C/C++ search in a source/header extension file
- flushes the CDT log file after each index merge (ie. each time the indexer completes an index)
2003-10-01 22:15:38 +00:00
John Camelon
77fbc604e7
Patch for Andrew Niefer
...
core:
- fix bug 44026 by checking scope before reporting match in
MatchLocator.report
ui:
-bug44032 - deleting/moving files breaks search
* modified src/org/eclipse/cdt/ui/CSearchResultLabelProvider
getText to return empty string instead of null
-bug43130 - Selected resources is disabled but selected
* src/org/eclipse/cdt/internal/ui/search/CSearchPage
2003-10-01 21:33:23 +00:00
John Camelon
e63b06fc5f
Patch for Andrew Niefer
...
core:
PST changes:
- modify lookupConstructor to copy the constructor list before resolving
on it
- modify checkUserDefinedConversionSequence the same way
- modify isValidFunctionOverload to check for forward declarations
core.tests:
- added testBug43951 to CompleteParseASTTest
2003-10-01 21:15:45 +00:00
John Camelon
9b33f17d3f
CORE
...
Fixed Bug 43987 : Search results: Declaration of class not highlighted when selected
Fixed Bug 43997 : Search results: selection includes preceding whitespace
Fixed Bug 44034 : Scanner failure on #undef
2003-10-01 20:34:58 +00:00
Alain Magloire
c570364866
updated.
2003-10-01 20:27:22 +00:00
Alain Magloire
4c02dcaa92
Missing property
2003-10-01 20:27:12 +00:00
Doug Schaefer
fe07db2d72
Upversioning everything to 1.2.0.
2003-10-01 20:23:21 +00:00
John Camelon
93a1b87c76
Patch for Andrew Niefer
...
Search filtering was broken, it would have become more obvious when
searching larger projects with includes.
core:
-modify BasicSearchMatch.equals()
tests:
modified OtherPatternTests.testBug42911() and renamed it
testBug42911_43988
2003-10-01 19:55:04 +00:00