Daniel Grunwald
|
d3a3db75fb
|
Enable WiX dialog designer.
|
12 years ago |
Siegfried Pammer
|
d35fad6c90
|
fix for the bug fix
|
12 years ago |
Siegfried Pammer
|
cb01e5d2ce
|
fix bug in RepoChangeWatcher
|
12 years ago |
Siegfried Pammer
|
3e96d7a6ea
|
Add easier usable API for SearchPanel built into AvalonEdit
|
12 years ago |
Daniel Grunwald
|
8ad9dd1697
|
ProjectChangeWatcher: slightly delay asking for solution reload after SharpDevelop receives focus; so that we skip asking when the user is closing SharpDevelop anyways.
|
12 years ago |
Siegfried Pammer
|
68ae72226d
|
Revert "trying to implement RenameContextAction for C#"
This reverts commit 9f5c8720a8 .
|
12 years ago |
Daniel Grunwald
|
072b3e91b0
|
Don't show icon in scrollbar for redundancy issues.
|
12 years ago |
Siegfried Pammer
|
01253ffb9c
|
reintroduce ResourceEditor
|
12 years ago |
Siegfried Pammer
|
0a91f03a8c
|
convert VB binding to VB.NET
|
12 years ago |
Siegfried Pammer
|
9f5c8720a8
|
trying to implement RenameContextAction for C#
|
12 years ago |
Daniel Grunwald
|
00e083ae5d
|
Adjust SharpDevelop to NRefactory changes.
|
12 years ago |
Daniel Grunwald
|
9ce893e90e
|
Fix title of EditAvailableConfigurationsDialog
|
12 years ago |
Daniel Grunwald
|
feab288aca
|
Put the SortOrder in the AddIn-Tree; and remove the SortOrder.xml files.
|
12 years ago |
Daniel Grunwald
|
2dd9e5bf17
|
Load categories for file/project templates from AddIn-Tree.
|
12 years ago |
Andreas Weizel
|
e64893d3b2
|
GotoDialog: Possibility to complete input with selected item by pressing TAB. Restored the feature to search for type members by typing the dot (".").
|
12 years ago |
Daniel Grunwald
|
c22d50bf3f
|
Fix .NET 3.5 Build Worker: use x86 target platform as the .NET 3.5 runtime does not support AnyCPU (32-bit preferred)
Use .NET 4.0 Build Worker for Tools.build.
|
12 years ago |
Daniel Grunwald
|
f8488b61a7
|
Fix some compiler warnings.
|
12 years ago |
Daniel Grunwald
|
97e6596a2c
|
Set target CPU to AnyCPU where possible.
|
12 years ago |
Daniel Grunwald
|
d334a35074
|
Remove incorrect tooltip
|
12 years ago |
Peter Forstmeier
|
6307d68d90
|
Grouping
|
12 years ago |
Siegfried Pammer
|
c98417aee0
|
introduce ILanguageBinding in IProject
|
12 years ago |
Siegfried Pammer
|
7c0e667388
|
move Attach/Detach to ITextEditorExtension and use ILanguageBinding as extensible replacement for old "LanguageProperties"
|
12 years ago |
Siegfried Pammer
|
b05b3ae9de
|
rename Language/LanguageService to UILanguage/UILanguageService
|
12 years ago |
Siegfried Pammer
|
b501529965
|
reimplemented language-specific snippet functions
|
12 years ago |
Siegfried Pammer
|
a202c6e274
|
add "All known file extensions" to "Open file" FileFilter
|
12 years ago |
Daniel Grunwald
|
0c18d6b4c2
|
Fix NullReferenceException in SDWindowsFormsHost.GetInterface()
|
12 years ago |
Daniel Grunwald
|
f57aee42c0
|
Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them.
Fix popup not closing when switching to another document.
|
12 years ago |
Matt Ward
|
164a546985
|
Support NuGet packages containing MSBuild targets and props files.
MSBuild props files are added to the top of the project whilst
targets files are added to the end.
|
12 years ago |
Siegfried Pammer
|
813ddc20e7
|
fix OpenCommandPrompt implementation: now works if target path is on a drive other than the current working directory
|
12 years ago |
Siegfried Pammer
|
b471c96557
|
fix SD-1920 - NumericUpDown does not work properly when typing a number
The value should be validated and saved when the control loses the focus.
|
12 years ago |
Daniel Grunwald
|
d25b2dba4b
|
Add unit test that verifies that all AddIns shipping with SharpDevelop are addInManagerHidden="preinstalled"
|
12 years ago |
Daniel Grunwald
|
7bfda47572
|
Fix moving projects between solution folders.
|
12 years ago |
Daniel Grunwald
|
bc7425f998
|
Add FormsDesigner project to solution.
Several important classes are not ported to SD5 yet and are commented out; so the designer is not yet usable.
|
12 years ago |
Daniel Grunwald
|
1229e35d23
|
Use class FileName for the ProjectItem.FileName property.
|
12 years ago |
Daniel Grunwald
|
de381fe654
|
Better ProcessRunner that supports using the same pipe for stdout+stderr, and provides async APIs.
|
12 years ago |
Daniel Grunwald
|
6ebf10f939
|
Fix error handling for invalid solution files.
Fix crash when using cut/paste to move a project between solution folders.
|
12 years ago |
Daniel Grunwald
|
8848eab4e0
|
Fix crash when creating a new solution.
|
12 years ago |
Daniel Grunwald
|
571a8d08bb
|
Move all code related to file/project templates to SharpDevelop.Templates.
|
12 years ago |
Daniel Grunwald
|
7041571019
|
Fix bug introduced by FileUtility changes.
|
12 years ago |
Daniel Grunwald
|
83d6c5efd7
|
Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class).
|
12 years ago |
Daniel Grunwald
|
e0d6d8d9d9
|
Use new ProjectTemplate base class.
We now allow loading .xpt files from embedded resources.
|
12 years ago |
Daniel Grunwald
|
aecdac2308
|
Hide NewProjectDialog behind IUIService.
|
12 years ago |
Daniel Grunwald
|
ca88046297
|
Hide NewFileDialog behind IUIService.
|
12 years ago |
Daniel Grunwald
|
44d5a83dc4
|
Add IFileSystem interface to SharpDevelop.
|
12 years ago |
Siegfried Pammer
|
416d1adf45
|
fix OpenCommandPrompt implementation: works now if target path is on a drive different from the current working directory
|
12 years ago |
Daniel Grunwald
|
8e799bf3d4
|
Allow running actions as part of file templates.
|
12 years ago |
Matt Ward
|
1c3161d42e
|
Check known file extensions for icons when collecting usage data.
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
|
12 years ago |
Daniel Grunwald
|
918582348c
|
Fix compiler warnings.
|
12 years ago |
Daniel Grunwald
|
8b1fcfa2ba
|
Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn.
|
12 years ago |
Daniel Grunwald
|
24f68bf609
|
Fix saving/loading open files and breakpoints.
|
12 years ago |