Siegfried Pammer
297d2d2fb1
Code cleanup
14 years ago
Siegfried Pammer
e18b0900f1
Change search shortcut to F3 and Shift+F3
14 years ago
Siegfried Pammer
07a12f69b3
search: add some input error handling for regex
14 years ago
Siegfried Pammer
932fd5ad47
add basic Search API and Search Options to SearchPanel
14 years ago
Siegfried Pammer
2465f78bf4
create separate control for SearchPanel
14 years ago
Siegfried Pammer
6b80e80aef
implement basic SearchPanel in AvalonEdit
14 years ago
Matt Ward
a59a534c10
Resolve the PackageManagement addin assembly when the DTE object is requested from the T4 service provider.
14 years ago
Matt Ward
ac4bb7b171
Make EnvDTE available to T4 templates.
14 years ago
Matt Ward
9b4f533bf3
Add support for DTE.ActiveSolutionProjects property.
14 years ago
Matt Ward
7ca65cf26a
Add trailing slash to AddInPath property returned by StringParser when expanding T4 directives.
14 years ago
PeterForstmeier
380f1ae28d
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
b589ab7675
Start with 'Show WCF Service in Browser'
14 years ago
Matt Ward
e03cd2b91a
Ignore case of T4 template directives in syntax highlighting.
14 years ago
Matt Ward
2b2e71632e
Refactor T4 templating host.
14 years ago
Matt Ward
2658bc5edd
T4 text templating host now implements IServiceProvider.
14 years ago
Eusebiu Marcu
1cc53f1885
Fix creating applications/virtual directory.
14 years ago
Matt Ward
5401352108
Fix incorrect filename specified in release build start arguments for Ruby WPF project template.
14 years ago
Daniel Grunwald
4e76208861
Fix output path for TreeMaps project.
14 years ago
Daniel Grunwald
35a22b2121
Fixed VB code completion (loading of mscorlib.dll and Microsoft.VisualBasic.dll)
...
The VB code completion logic was relying on the special cases that I removed in commit 7c1c3b4
.
With this fix, multi-targeting works with the assemblies implicitly referenced by the VB compiler.
14 years ago
Daniel Grunwald
aa83bf1c44
Don't show folding region tooltip when the mouse hovers behind the collapsed section (after the end of line).
14 years ago
Matt Ward
092b913bfb
Refactor TextTemplatingVariables class.
14 years ago
Matt Ward
07b92510e2
Expand environment variables in T4 assembly directives.
14 years ago
Matt Ward
a22a110740
Expand variables such as SolutionDir, ProjectDir in T4 include directives.
14 years ago
Matt Ward
0961c8fc51
Expand variables such as SolutionDir, ProjectDir in T4 assembly directives.
14 years ago
Matt Ward
79543728b8
Update AvalonEdit NuGet package.
14 years ago
PeterForstmeier
7e140acf56
<Import assembly = "TreeMaps.dll"/> in *.addin otherwise Bamlreader can't find the reference
14 years ago
Daniel Grunwald
3770df6ae1
Merge branch '4.1'
14 years ago
Daniel Grunwald
736b5b66ae
Update string resources, and round up version number to 4.1.0.8000.
14 years ago
PeterForstmeier
6bf4b3763b
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
7bc2c5db2d
Combobox with Commands
14 years ago
Daniel Grunwald
4b2d4a6644
Fix bug that caused methods to not be shown in the F6 dialog (find overrides).
...
The bug occurred when looking for the overrides of A.M() in this code:
class A { virtual void M(); }
class B : A {}
class C : B { override void M(); }
C.M() was found, but not added to the tree because there isn't any intermediate node B.M().
14 years ago
Daniel Grunwald
677f69bf46
Avoid redundant repainting of the IconBarMargin.
14 years ago
Daniel Grunwald
6aaaadd81f
IconBarMargin: use DocumentLine as an anchor for entity bookmarks so that they move correctly when inserting/deleting text (without having to wait for the next parse run).
14 years ago
Daniel Grunwald
6cf37cdd1b
Add TreeMaps to SharpDevelop solution, and remove WinFX reference from TreeMaps.csproj
14 years ago
PeterForstmeier
819024be9f
Add TreeMaps.csproj again
14 years ago
PeterForstmeier
287b860e9a
LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name
14 years ago
PeterForstmeier
89528ed6e8
LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name
14 years ago
PeterForstmeier
73c66cef08
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
28080e33d1
Add http://treemaps.codeplex.com/ to a TabItem for testing
14 years ago
Daniel Grunwald
4f31c4098e
Fix unit tests - GetProjectContentForReference requires a full path for all assemblies since the special cases were removed.
14 years ago
Siegfried Pammer
85bfeb1f15
update VB Syntax Highlighting to VB 11 CTP
14 years ago
Daniel Grunwald
9f70a1fb76
Fixed NullReferenceException in CodeManipulation.ExtendSelection.
14 years ago
Daniel Grunwald
ae3458d900
Look for SDK tools in Windows SDK 7.1
14 years ago
Daniel Grunwald
7c1c3b4754
Always use MSBuild for resolving assembly references; do not special-case some .NET BCL assemblies.
...
This avoids loading the GAC copy of the assembly in said special cases, and loads the reference assembly for the chosen target framework version instead.
14 years ago
Daniel Grunwald
7050250ac0
Add AnyCPU platform for AvalonEdit.Sample.
14 years ago
Daniel Grunwald
7bcab7097b
AvalonEdit documentation update
14 years ago
Eusebiu Marcu
9481311b5d
Add WCF REST project and file templates.
14 years ago
PeterForstmeier
9f47dfd616
Merge branch 'master' of github.com:icsharpcode/SharpDevelop
14 years ago
PeterForstmeier
b5063624c4
Rename ViewModel, set Enable for Metrix TabItem after *dll is selected from Tree
14 years ago
Matt Ward
eebe2e928c
Reformat code.
14 years ago