Siegfried Pammer
e0f184d63e
create new search using Rx
15 years ago
Matt Ward
22a007dbed
Recognise .ttinclude file extension as a t4 template.
15 years ago
Siegfried Pammer
7c4f588e5b
remove unused paths from SearchAndReplace.addin and reimplement IsSearchable with MIME detection
15 years ago
Siegfried Pammer
c8ad6e1eca
Remove incremental search from AvalonEdit.AddIn
15 years ago
Siegfried Pammer
5c316b3a51
remove search combobox from toolbar
15 years ago
Siegfried Pammer
713e43efc7
remove search commands from the TextAreaDefaultInputHandlers; register SearchInputHandler manually -> we don't want Ctrl+F in every AE instance (e.g. Condition-Field in BreakpointsPad)
15 years ago
Daniel Grunwald
5843b2b30b
Add support for <MenuItem type="CheckBox"/> in WPF menus.
15 years ago
Daniel Grunwald
79bdcecdcb
Remove unused code (WinForms->WPF menu conversion)
15 years ago
Matt Ward
a59a534c10
Resolve the PackageManagement addin assembly when the DTE object is requested from the T4 service provider.
15 years ago
Matt Ward
ac4bb7b171
Make EnvDTE available to T4 templates.
15 years ago
Matt Ward
9b4f533bf3
Add support for DTE.ActiveSolutionProjects property.
15 years ago
Matt Ward
7ca65cf26a
Add trailing slash to AddInPath property returned by StringParser when expanding T4 directives.
15 years ago
Matt Ward
e03cd2b91a
Ignore case of T4 template directives in syntax highlighting.
15 years ago
Matt Ward
2b2e71632e
Refactor T4 templating host.
15 years ago
Matt Ward
2658bc5edd
T4 text templating host now implements IServiceProvider.
15 years ago
Matt Ward
5401352108
Fix incorrect filename specified in release build start arguments for Ruby WPF project template.
15 years ago
Daniel Grunwald
4e76208861
Fix output path for TreeMaps project.
15 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.
15 years ago
Daniel Grunwald
aa83bf1c44
Don't show folding region tooltip when the mouse hovers behind the collapsed section (after the end of line).
15 years ago
Matt Ward
092b913bfb
Refactor TextTemplatingVariables class.
15 years ago
Matt Ward
07b92510e2
Expand environment variables in T4 assembly directives.
15 years ago
Matt Ward
a22a110740
Expand variables such as SolutionDir, ProjectDir in T4 include directives.
15 years ago
Matt Ward
0961c8fc51
Expand variables such as SolutionDir, ProjectDir in T4 assembly directives.
15 years ago
Matt Ward
79543728b8
Update AvalonEdit NuGet package.
15 years ago
Tomasz Tretkowski
4ce6985a7c
Added reference to Rhino.Mocks in test project.
...
Missing changes in unit tests.
15 years ago
PeterForstmeier
7e140acf56
<Import assembly = "TreeMaps.dll"/> in *.addin otherwise Bamlreader can't find the reference
15 years ago
Daniel Grunwald
fa2c1a6397
C# semantic highlighting: distinguish between value and reference types.
15 years ago
PeterForstmeier
7bc2c5db2d
Combobox with Commands
15 years ago
Daniel Grunwald
8d12fe8a20
Reimplemented F6 for members.
15 years ago
Matt Ward
8b891da4cd
Select empty view template when model class name typed in does not match any model class.
15 years ago
Matt Ward
fa5c796436
Disable template list when model class name typed in and does not match any classes.
15 years ago
Daniel Grunwald
677f69bf46
Avoid redundant repainting of the IconBarMargin.
15 years ago
Daniel Grunwald
889361a446
Suppress flickering in semantic highlighting.
...
We now cache the semantic highlighting for the visible lines, and re-use the existing highlighting sections when no new parse information is available.
15 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).
15 years ago
Daniel Grunwald
269597e619
Update semantic highlighting when new parse information arrives.
15 years ago
Matt Ward
651a4d550f
Do not display empty brackets after the model name when a model has no namespace.
15 years ago
Matt Ward
0504ca83bb
Disable master page and content placeholder id controls when partial view is selected in Add MVC View dialog.
15 years ago
Daniel Grunwald
6cf37cdd1b
Add TreeMaps to SharpDevelop solution, and remove WinFX reference from TreeMaps.csproj
15 years ago
PeterForstmeier
819024be9f
Add TreeMaps.csproj again
15 years ago
Daniel Grunwald
b7b259896d
Add semantic highlighting for C#.
15 years ago
PeterForstmeier
287b860e9a
LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name
15 years ago
PeterForstmeier
89528ed6e8
LocalizableDescriptionAttribute and EnumToFriendlyNameConverter to display enum's in a user friendly name
15 years ago
Daniel Grunwald
2bbeefdaf2
Allow using DocumentHighlighter with ReadOnlyDocument.
15 years ago
Matt Ward
c2a76915b1
Generate MVC views in the Add MVC View dialog from on the selected T4 template.
15 years ago
Matt Ward
df50516c33
Select empty MVC view template by default in Add MVC View dialog.
15 years ago
Matt Ward
f47e9689ba
Show list of view templates in Add MVC View dialog.
15 years ago
PeterForstmeier
28080e33d1
Add http://treemaps.codeplex.com/ to a TabItem for testing
15 years ago
Matt Ward
2e29335bb1
MVC controller generator is now passed the text template filename instead of generating the filename itself.
15 years ago
Matt Ward
a0ba44230e
Move code to determine MVC controller templates out of view model class into template repository class.
15 years ago
Daniel Grunwald
4f31c4098e
Fix unit tests - GetProjectContentForReference requires a full path for all assemblies since the special cases were removed.
15 years ago