Daniel Grunwald
ce3de78aba
Introduce SDTestFixtureBase to initialize/tear down the static service container.
13 years ago
Matt Ward
4aef0a2189
Add simple dot completion for C# Razor files.
...
Support very basic dot completion for T4MVC code inside a C# Razor file.
13 years ago
Matt Ward
06f2886d1f
Fix AspNet.Mvc tests being run with NUnit 64-bit and failing.
13 years ago
Daniel Grunwald
8d5c533f4a
Adjust SharpDevelop to NRefactory API changes.
13 years ago
Daniel Grunwald
12ceead5a6
Re-enabling the first few UnitTesting.Tests.
13 years ago
Daniel Grunwald
64254d99a6
Move IMenuItemBuilder into ICSharpCode.Core.
...
Changes ICustomizedCommands to [ViewContentService]
13 years ago
Daniel Grunwald
fcb7e48993
Move some addin tree paths.
13 years ago
Daniel Grunwald
c53ba4b343
Simplify "Browse for Folder/File" buttons and simplified ApplicationSettings.
13 years ago
Daniel Grunwald
56d93e11d8
Fix bug in C# find references.
13 years ago
Daniel Grunwald
e2c38c531e
Move some types to the new folder structure.
13 years ago
Daniel Grunwald
1f43c620d2
Add IWinFormsService interface to wrap ICSharpCode.Core.WinForms.
13 years ago
PeterForstmeier
46e2087161
DebugOptions.xaml, remove unused parameter in BrowseFolder
13 years ago
Siegfried Pammer
ef7f6bae62
make fileName in IDocument mandatory to avoid crashes
13 years ago
PeterForstmeier
4513040d33
Cleanup BuildOptions
13 years ago
PeterForstmeier
87dd38331a
BuildOptions.xaml.cs
13 years ago
PeterForstmeier
d350c9cbde
C# BuildOptions
13 years ago
Daniel Grunwald
f0b7f5805e
UnitTesting: use ITestFramework, clean-up.
13 years ago
Siegfried Pammer
6247fcb190
implement customizable multi highlighter
13 years ago
Daniel Grunwald
2f99cb14ac
Add FullAssemblyName to IAssembly.
13 years ago
Daniel Grunwald
05904c8407
Replace ITextEditorProvider with GetService<ITextEditor>().
13 years ago
Daniel Grunwald
8f5f3a7572
Add ILSpyAddIn.
13 years ago
Matt Ward
6adfe7ab02
Fix WiX icon control types being removed by designer.
...
Switching to the WiX dialog designer and back again was causing <Control Type="Icon" /> elements to be removed.
The WiX dialog designer now recognises control's with a type of Icon.
13 years ago
PeterForstmeier
04cd4b46c5
ApplicationSettings, modify OptionsHelper.cs BrowseForFolder and OpenFile to return Relative Path
13 years ago
Matt Ward
aa100089f9
Disable failing IronPython unit tests.
...
Code completion methods such as displayhook taken from SysModule have been moved to fields of type BuiltinFunction. Method insight will not work for these methods.
13 years ago
Matt Ward
b97d5c82fe
Update IronPython to version 2.7.3
13 years ago
Matt Ward
5331d49c50
Fix null reference exception in Ruby test teardown.
13 years ago
Matt Ward
ec6ad9e42e
Fix failing unit tests being run with MTA thread.
...
Setting the ApartmentState to STA in app.config is no longer supported by NUnit 2.6.1. Instead the RequiresSTA attribute needs to be used.
13 years ago
PeterForstmeier
dd4918792b
save
13 years ago
Daniel Grunwald
39bd1381d1
Remove duplicate MultiDictionary.
13 years ago
PeterForstmeier
8a333e1462
ICSharpCode.VBNetBinding.OptionPanels.ProjectImports
13 years ago
PeterForstmeier
14c1bfb554
ProjectImports
13 years ago
Daniel Grunwald
4e1b21f6d4
Additional override completion unit tests.
13 years ago
Daniel Grunwald
8ba973b1b9
Highlight inactive conditional attributes.
...
Highlight type name in constructor/destructor declaration.
Handle InvalidCastException when reading a corrupted serialized project content.
13 years ago
Daniel Grunwald
a25ebfe842
Implemented re-parsing when switching the project configuration.
13 years ago
Daniel Grunwald
cf4ef6879c
Use conditional symbols from project settings in the C# parser.
13 years ago
Daniel Grunwald
23cad81544
Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls.
13 years ago
Daniel Grunwald
9ab4031e9f
Fix some issues in the unit testing AddIn.
13 years ago
Matt Ward
a19fc84b42
Fix invalid IIS Express command line arguments when a project name has a space character.
13 years ago
Daniel Grunwald
5dacab6a80
Highlight active parameter in method insight.
13 years ago
Daniel Grunwald
3c507ab423
Implement method insight.
13 years ago
Daniel Grunwald
15f93629d5
Implemented override-completion.
13 years ago
Daniel Grunwald
ecf6c67f8f
HACK: avoid crash in multiline comments where the parser returns incorrect comment.Content
13 years ago
Daniel Grunwald
9a968de501
Introduce AstNodeCollection.AcceptVisitor() to simplify CSharpSemanticHighlighter.
13 years ago
Daniel Grunwald
f877fdf87b
Fix crash in semantic highlighter when highlighting a method call with explicitly provided type arguments.
13 years ago
Daniel Grunwald
f8629c101c
Fix crash when opening LoadSaveOptions.
13 years ago
Daniel Grunwald
c331684f59
Remove reference to non-existent F# ambience
13 years ago
Daniel Grunwald
e1d7f1bf7f
Show tooltips on EnhancedScrollBarTrack.
...
Fixed NullReferenceException when showing tooltip after debugging.
13 years ago
Daniel Grunwald
80dc644829
Enable new context actions (Create Local, Extract Field, Implement Interface).
...
Allow clicking on track adorners.
Don't serialize project content on shutdown when it hasn't changed.
13 years ago
PeterForstmeier
bebce53958
re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder
13 years ago
Daniel Grunwald
0788d1bbff
[WIP] Started porting forms designer to NR5
13 years ago