Leo Treggiari
|
fef92c58ea
|
Remove the .settings directory from the TestProjectConversion .zip file.
It seems to be what was causing a race condition with the PDOM trying to acess the .cdtbuild file before it was unzipped.
|
2006-05-10 19:30:59 +00:00 |
|
Doug Schaefer
|
be3041c07d
|
Added function style macros. Redid how macros are handled in the fast indexer. And a few minor bug fixes in the Actions.
|
2006-05-10 19:25:09 +00:00 |
|
Mikhail Sennikovsky
|
4a428df9d4
|
Do not cache settings sorred in project-scoped preferences. Work-around to bug#139911 to make the Internal Builder settings be properly restored on project import.
|
2006-05-10 15:48:12 +00:00 |
|
Leo Treggiari
|
14d55fd8fc
|
Update for MBS 3.1
|
2006-05-10 11:46:55 +00:00 |
|
Markus Schorn
|
7b0ae91357
|
Fixed endless loop, bug 100300.
|
2006-05-10 11:26:32 +00:00 |
|
Markus Schorn
|
a7bf4777d8
|
Patch from Dave Daoust, Discouraged access, bug 100186.
|
2006-05-10 11:06:58 +00:00 |
|
Ken Ryall
|
1db2529522
|
Mac OS support: work around for selecting executables inside packages. Add the mach-o binary parser by default, don't require a file extension for executables.
|
2006-05-09 22:42:49 +00:00 |
|
Ken Ryall
|
debff1a147
|
Add support for getting the list of source files from a mach-o binary. Also fix a problem where the section table was getting tossed.
|
2006-05-09 22:39:38 +00:00 |
|
Doug Schaefer
|
d0da5589a7
|
Added parameters types to allow for content assist to show something useful in the completion proposals. Also refactored around names so that not every node needs a name and node types so that things that aren't bindings can be resolved by the Linkages. All this to properly support ITypes which aren't necessarily bindings.
|
2006-05-09 20:37:21 +00:00 |
|
Markus Schorn
|
d2b0d64e51
|
Patch from Anton Leherbauer, NPE, bug 131267.
|
2006-05-09 16:08:18 +00:00 |
|
Markus Schorn
|
018ce2f78c
|
Patch from Anton Leherbauer, Background color of templates, bug 105614.
|
2006-05-09 16:07:38 +00:00 |
|
Markus Schorn
|
4f434d0f92
|
Patch from Anton Leherbauer, Formatter and preferences, bug 126617.
|
2006-05-09 16:07:11 +00:00 |
|
Markus Schorn
|
68c96e4c2b
|
Changed label 'Code Assist' to 'Content Assist', bug 85064
|
2006-05-09 15:08:50 +00:00 |
|
Doug Schaefer
|
e081e89bd0
|
Skip over parameters when adding names. Done to match the last update in PDOMCPPLinkage.
|
2006-05-09 01:58:34 +00:00 |
|
Doug Schaefer
|
811ff311aa
|
Handle namespaces when looking up parents when adapting bindings.
|
2006-05-09 01:44:17 +00:00 |
|
Doug Schaefer
|
2f7bbba436
|
Fixed NPE in DOM Viewer.
|
2006-05-08 20:10:42 +00:00 |
|
Doug Schaefer
|
4a257e3fea
|
Got rid of the caching of Chunks for now. The databases aren't too large yet and this makes Mozilla indexing 10% faster.
|
2006-05-05 17:44:37 +00:00 |
|
Mikhail Sennikovsky
|
918b130a5b
|
Fix for browsing workspace functionality in the FileListControl: more smart linked resource and non-default project location handling
|
2006-05-05 11:05:33 +00:00 |
|
Mikhail Sennikovsky
|
20a2976398
|
Fix for browsing workspace functionality in the FileListControl
|
2006-05-05 10:29:16 +00:00 |
|
Doug Schaefer
|
34a2d013f9
|
Cache PDOMFiles in the fast indexer and reuse them when creating PDOMNames. Shaves 20% from Mozilla times.
|
2006-05-05 01:52:54 +00:00 |
|
Chris Recoskie
|
ac1908c621
|
fix for 140211
|
2006-05-04 20:12:37 +00:00 |
|
Leo Treggiari
|
8810434b27
|
Apply patch for Bugzilla 139988 - fix resource tool id generation
|
2006-05-04 18:50:47 +00:00 |
|
Doug Schaefer
|
50b8292fb3
|
Fix for 138333. Missing break causing pragmas to be marked as errors.
|
2006-05-04 18:09:34 +00:00 |
|
Doug Schaefer
|
5cc8961aa0
|
Fix 139787 - Implement a simple isSameType for PDOMCStructure and an equals for PDOMNode.
|
2006-05-04 15:37:21 +00:00 |
|
Chris Recoskie
|
2f8833f31d
|
remove unneccessary imports and format code
|
2006-05-04 15:22:27 +00:00 |
|
Chris Recoskie
|
efdd319587
|
further fixes for 139797
|
2006-05-04 15:07:28 +00:00 |
|
Doug Schaefer
|
6d991143ef
|
Fix for 140118. Use the getLocation on the working copy's resource to the the correct filename. Also, make sure we return a null code reader when trying to include a file that's not there.
|
2006-05-04 14:38:02 +00:00 |
|
Ken Ryall
|
65b8437bda
|
Added support for extracting the list of source files from ELF-DWARF.
|
2006-05-03 22:32:12 +00:00 |
|
Chris Recoskie
|
f9320a494a
|
further fixes for 139797
|
2006-05-03 18:57:11 +00:00 |
|
Doug Schaefer
|
3f989cc33f
|
Fixed a couple of exceptions when fast indexing ACE&TAO.
|
2006-05-03 18:10:40 +00:00 |
|
Chris Recoskie
|
fc8276028d
|
fix for 139920
|
2006-05-03 13:38:29 +00:00 |
|
Chris Recoskie
|
033966ab4c
|
fixes for 139667 and 139797
|
2006-05-03 10:50:06 +00:00 |
|
Markus Schorn
|
f8bfa05b18
|
Makes this compilable with MVC++6.0, related to bug 139891
|
2006-05-03 10:40:34 +00:00 |
|
Mikhail Sennikovsky
|
4af8a6b35b
|
Updated starter.exe from Markus Schorn to fix the bug#139891
|
2006-05-03 10:27:53 +00:00 |
|
Markus Schorn
|
159945250e
|
Adds default preference pages for the C- and Makefile Editor; Toni's patch for bug 138212
|
2006-05-03 08:50:59 +00:00 |
|
Leo Treggiari
|
0b807e8a44
|
Fix bugzilla 139323 - Inheritance problem with optionCategory
|
2006-05-03 00:24:44 +00:00 |
|
Doug Schaefer
|
2ba5d92ebb
|
Removed killer.cpp.
|
2006-05-02 20:11:25 +00:00 |
|
Doug Schaefer
|
07fa3d405e
|
Bug 139583 - fixed not implemented error in PDOMCPPFunction.isSameType.
|
2006-05-01 19:42:50 +00:00 |
|
Doug Schaefer
|
7ed6f99b0b
|
Changed the update site location
|
2006-05-01 12:58:59 +00:00 |
|
Chris Recoskie
|
52356c5c2f
|
implemented build/clean selected files
TODO: fix progress reporting messages
|
2006-05-01 02:42:01 +00:00 |
|
Doug Schaefer
|
8dc786af3b
|
Fixed Open Declaration to look at PDOM Bindings.
|
2006-05-01 01:58:05 +00:00 |
|
Doug Schaefer
|
34ff5e15b0
|
Enough to get firefox indexed.
|
2006-05-01 01:19:07 +00:00 |
|
Doug Schaefer
|
8710a1aaa2
|
Fixes to get Firefox Fast indexed, at least the easy fixes :(.
|
2006-04-29 17:39:58 +00:00 |
|
Doug Schaefer
|
8bdc08f6f6
|
Added cancel to full indexer. Fixed macro collection where macros from skipped headers kept getting added back.
|
2006-04-29 14:17:13 +00:00 |
|
Doug Schaefer
|
fed6506282
|
Added cancel for Fast Reindexing jobs.
|
2006-04-28 22:09:53 +00:00 |
|
Doug Schaefer
|
1be823b03c
|
Changed the way Strings are stored in the PDOM to support strings larger than the Chunk size. Added support for Macros and the use of them when skipping over header files (i.e. don't skip the macros). Upversioned the PDOM to kick off reindexing.
|
2006-04-28 20:34:06 +00:00 |
|
Mikhail Sennikovsky
|
9d6cdda5a6
|
Libraries recompiled deu to native code changes made by Markus Schorn
|
2006-04-28 15:49:25 +00:00 |
|
Mikhail Sennikovsky
|
3efe67f76d
|
Libraries recompiled due to native code changes made by Markus Schorn
|
2006-04-28 15:47:35 +00:00 |
|
Ken Ryall
|
8bd344b11f
|
Initial commit of the Import Executable Wizard.
|
2006-04-28 15:16:43 +00:00 |
|
Leo Treggiari
|
8fb351caba
|
Test makefile benchmark changes to match changes in makefile generation for double quotes and Echo.
|
2006-04-28 13:30:12 +00:00 |
|