PeterForstmeier
076e16958e
UserControl for Add Service Reference
14 years ago
Siegfried Pammer
79a5c54f73
implemented find next
14 years ago
Daniel Grunwald
1787d2b699
Add support for WPF project option pages (ProjectOptionPanel base class + WPF StorageLocationPicker).
...
Ported BuildEvents project option page to WPF.
14 years ago
Matt Ward
910e5ba5b9
Refactor MvcClass.
14 years ago
Matt Ward
d0945f7480
Determine whether a class is a possible MVC model class in the MvcClass itself.
14 years ago
Matt Ward
4c7387b129
Support ViewDataType in MvcTextTemplateHost.
14 years ago
Siegfried Pammer
6615fb1b38
add usage tracking to Hex Editor
14 years ago
Siegfried Pammer
891d09ae30
fix display problem in hex editor
14 years ago
Matt Ward
8ff8258526
Create MvcTextTemplateHost in the same app domain as the T4 templating engine.
14 years ago
Eusebiu Marcu
4318102544
Add basic "View in browser" menu item.
14 years ago
Siegfried Pammer
f72af03258
implement FindAll
14 years ago
PeterForstmeier
bb4be154ad
Adjust WebProjectOptionsPanel in Project-Debug Options
14 years ago
Siegfried Pammer
e0f184d63e
create new search using Rx
14 years ago
Matt Ward
22a007dbed
Recognise .ttinclude file extension as a t4 template.
14 years ago
Siegfried Pammer
047b9b0c60
implement normal, wildcard and regex search modes in AE SearchStrateqy
14 years ago
Siegfried Pammer
7c4f588e5b
remove unused paths from SearchAndReplace.addin and reimplement IsSearchable with MIME detection
14 years ago
Siegfried Pammer
8863e8b820
Move MIME detection into separate class
14 years ago
Siegfried Pammer
c8ad6e1eca
Remove incremental search from AvalonEdit.AddIn
14 years ago
Siegfried Pammer
5c316b3a51
remove search combobox from toolbar
14 years ago
Siegfried Pammer
9f571ccedd
scroll the search result into the view, if it is not yet visible
14 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)
14 years ago
Daniel Grunwald
5843b2b30b
Add support for <MenuItem type="CheckBox"/> in WPF menus.
14 years ago
Daniel Grunwald
a8e4b3aead
Adjust AdditionalHorizontalScrollAmount to a more reasonable amount.
...
This avoids the large whitespace to the right of the text when AvalonEdit is used in size-to-content mode.
14 years ago
Siegfried Pammer
3990aedb27
fix bugs in SearchPanel + add documentation comments
14 years ago
Siegfried Pammer
212a92ee18
properly implement SearchPatternException
14 years ago
Daniel Grunwald
086e15cc9a
Fix reported TextView size when word-wrap is enabled and a word-wrap position is within a space character.
14 years ago
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