Daniel Grunwald
6c0d5d2561
Remove weird extension method that was only used in a single place.
12 years ago
Daniel Grunwald
2f67a53159
Extract IsPlatformTarget32BitOrAnyCPU into an extension method.
...
Closes #274
12 years ago
Siegfried Pammer
112eab9beb
add implementation of IAssembly.IsPartOfDotnetFramework extension for #318
12 years ago
Daniel Grunwald
eec385146f
Change LGPL headers to MIT header.
12 years ago
Daniel Grunwald
ee0e6b1d4d
Remove static class ProjectBindingService; the list of project bindings is now available from SD.ProjectService.
...
Also, fixes various references to the "VBNet" language string to use "VB" instead.
12 years ago
Daniel Grunwald
9796b702e6
Fix ITypeDefinition.GetModel() for types defined in referenced assemblies; and use it in BaseTypesTreeNode.
12 years ago
Siegfried Pammer
fa03bcdc10
fix bug in TagComment parsing logic: Mono's C# parser creates comment tokens with wrong line endings in the comment text
12 years ago
Siegfried Pammer
59a519d2c0
reimplemented automatic add reference
12 years ago
Siegfried Pammer
9e5416c8ad
clean up ClassBrowserWorkspace logic and implement assembly model for loaded assemblies;
13 years ago
Siegfried Pammer
035cbe30b7
add simple implementation of ClassBrowserPad, ClassBrowserTreeView and some tree nodes
13 years ago
Daniel Grunwald
de381fe654
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
13 years ago
Daniel Grunwald
571a8d08bb
Move all code related to file/project templates to SharpDevelop.Templates.
13 years ago
Daniel Grunwald
5ac93c1540
Port most of SharpDevelop to new ISolution API.
13 years ago
Daniel Grunwald
0ca73ec33e
Fix initialization of IProject.TypeDefinitionModels.
13 years ago
Siegfried Pammer
7eb5641bcf
add WPF designer back
13 years ago
Daniel Grunwald
f1b2220314
Change ContextActionsPopup, ContextActionsBulbPopup and the HiddenDefinition popup to open/close as the parent TextArea gains/loses focus.
...
Move ChangeMarkerMargin and related classes into own folder.
Remove C#-specific hack from HiddenDefinitionRenderer.
Do not return null from CreateHighlighter().
13 years ago
Daniel Grunwald
e24b3330ce
Use SD.Dom for entity context menu.
...
Note: this does not work yet because the DOM implementation is incomplete.
13 years ago
Daniel Grunwald
b6340ccad4
Move remaining util classes.
13 years ago
Daniel Grunwald
46ec328fc6
Move some files to new folder structure.
13 years ago
Daniel Grunwald
20d3ad7815
More UnitTesting.Tests; and fixed a bug in the AssemblyParserService.
14 years ago
Daniel Grunwald
fcb7e48993
Move some addin tree paths.
14 years ago
Daniel Grunwald
9adf535ecd
Remove unused SD.Editor.CodeCompletion classes and move the remaining ones to new folder structure.
14 years ago
Daniel Grunwald
e2c38c531e
Move some types to the new folder structure.
14 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
14 years ago
Daniel Grunwald
8d7f940f77
Move IServiceProvider extension methods from ICSharpCode.Core to ICSharpCode.SharpDevelop.
14 years ago
Daniel Grunwald
250f499c7d
Continuied attempt to port the UnitTesting.Tests.
14 years ago
Daniel Grunwald
f0b7f5805e
UnitTesting: use ITestFramework, clean-up.
14 years ago
Daniel Grunwald
2f99cb14ac
Add FullAssemblyName to IAssembly.
14 years ago
Daniel Grunwald
8f5f3a7572
Add ILSpyAddIn.
14 years ago
Daniel Grunwald
b1b18b7c59
Cleanup.
14 years ago
Daniel Grunwald
cf4ef6879c
Use conditional symbols from project settings in the C# parser.
14 years ago
Siegfried Pammer
f35b3e2268
implement importer for .vssettings syntax highlighting and fix some styling/theming bugs
14 years ago
Daniel Grunwald
305c991180
Use "ResolveReferences" instead of "ResolveAssemblyReferences" for Portable Library projects.
...
This makes the default references (System.Linq.dll etc.) available in code completion (previously we were only showing types from mscorlib)
14 years ago
Siegfried Pammer
3db890fd58
WIP
14 years ago
Daniel Grunwald
c5e470b7af
Fixed thread-safety issue when accessing IProjectContent.ReferencedContents.
...
Fixes InvalidOperationException in XamlCompilationUnit.FindType (crash #240 )
14 years ago
Siegfried Pammer
4d9219bd81
implement class/namespace handling in Unit Testing
14 years ago
Daniel Grunwald
ab95b18a3f
Refactored parser service.
14 years ago
Daniel Grunwald
c559da3336
Allow service registration using the AddInTree.
14 years ago
Daniel Grunwald
7aea1ca75e
Rewritten ICSharpCode.Core.Properties:
...
- The meaning of "Get" is no longer overloaded, GetList and NestedProperties are now seperate methods.
- "Get" and "GetList" no longer cause the default value to be written into the properties container.
- Use DataContractSerializer instead of XmlSerializer.
14 years ago
Siegfried Pammer
a12720bd17
implement TagComment parser and resolver for XAML
14 years ago
Daniel Grunwald
e48d564c9b
Change RefactoringContext/Script API.
14 years ago
Daniel Grunwald
91374e075e
Rename Task -> SDTask to resolve the conflict with System.Threading.Tasks.Task.
14 years ago
Daniel Grunwald
c7a48b287c
Uncomment some context action interfaces.
14 years ago
Daniel Grunwald
04a7aaa59b
Fixed NullReferenceException when opening C# file without opening a solution.
14 years ago
Siegfried Pammer
f93a898750
code cleanup - remove dynamic code from Debugger.AddIn
14 years ago
Daniel Grunwald
5eb2d97b33
Register parsed files in project content.
14 years ago
Daniel Grunwald
e9fd1864e1
Adjusting SharpDevelop to new type system (unresolved/resolved split).
14 years ago
Siegfried Pammer
79a5c54f73
implemented find next
14 years ago
Daniel Grunwald
79bdcecdcb
Remove unused code (WinForms->WPF menu conversion)
15 years ago
Daniel Grunwald
8d12fe8a20
Reimplemented F6 for members.
15 years ago