9397 Commits (e716101f08a70b043f3761221893c23458667d25)

Author SHA1 Message Date
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
Daniel Grunwald 01d63f17b9 Adjust SharpDevelop to NRefactory changes. 12 years ago
Siegfried Pammer fa851d579a fix performance issue in XamlSymbolSearch 12 years ago
Siegfried Pammer df20343d1a clean up unused files/methods 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 6d38e5fdfd HexEditor: Replace more control characters with dots. 12 years ago
Daniel Grunwald f57aee42c0 Close editor popups (FlowDocumentPopup + debugger popups) when the mouse moves away from them. 12 years ago
Siegfried Pammer df360130fc fix XAML binding unit tests 12 years ago
Siegfried Pammer 8a65c372cb fixed some bugs in XAML code completion 12 years ago
Siegfried Pammer c0680b4e33 fix issues with member value completion, event completion etc. 12 years ago
Siegfried Pammer dfb8847e34 finished implementation of CompletionDataGenerator 12 years ago
Siegfried Pammer 2fc1b20a96 first working version of XAML code completion 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
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
Matt Ward 5d4d80c79c Add child elements menu in WiX setup files view now working. 12 years ago
Daniel Grunwald bc7425f998 Add FormsDesigner project to solution. 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. 13 years ago
Daniel Grunwald 6ebf10f939 Fix error handling for invalid solution files. 13 years ago
Daniel Grunwald 8848eab4e0 Fix crash when creating a new solution. 13 years ago
Daniel Grunwald 571a8d08bb Move all code related to file/project templates to SharpDevelop.Templates. 13 years ago
Daniel Grunwald 7041571019 Fix bug introduced by FileUtility changes. 13 years ago
Daniel Grunwald 83d6c5efd7 Separate NewFileDialog from the FileTemplate implementation (use only the abstract base class). 13 years ago
Daniel Grunwald e0d6d8d9d9 Use new ProjectTemplate base class. 13 years ago
Daniel Grunwald aecdac2308 Hide NewProjectDialog behind IUIService. 13 years ago
Daniel Grunwald ca88046297 Hide NewFileDialog behind IUIService. 13 years ago
Daniel Grunwald 44d5a83dc4 Add IFileSystem interface to SharpDevelop. 13 years ago
Daniel Grunwald 9a6e77d214 AvalonEdit encoding detection: add support for UTF-8 without BOM. 13 years ago
Daniel Grunwald a07f492feb Fix crash when opening start page. 13 years ago
Siegfried Pammer 406354bee0 further improvements and bugfixes for MarkDown-Mode 13 years ago
Daniel Grunwald 8e799bf3d4 Allow running actions as part of file templates. 13 years ago
Daniel Grunwald 80aff30058 Fix several issues with SearchPanel. 13 years ago
Matt Ward cfa9692151 Add .aspx file filter. 13 years ago
Matt Ward 1c3161d42e Check known file extensions for icons when collecting usage data. 13 years ago
Siegfried Pammer 78e3f4a517 add highlighting definition for MarkDown syntax 13 years ago
Daniel Grunwald 918582348c Fix compiler warnings. 13 years ago
Daniel Grunwald 7c49a3e050 Use processContent="lax" as recommended in http://xml.coverpages.org/HP-StephensonSchemaBestPractices.pdf 13 years ago
Daniel Grunwald b29ebf9b99 Fix build. 13 years ago
Daniel Grunwald 8b1fcfa2ba Add Where() and OfType() implementations in ModelCollectionLinq; and remove some redundant helper methods in Debugger.AddIn. 13 years ago
Daniel Grunwald 24f68bf609 Fix saving/loading open files and breakpoints. 13 years ago
Matt Ward 3deb4ecd54 Add PowerShell support for NuGet addin. 13 years ago
Matt Ward f2b352c21f Fix Get-Package output in NuGet console window. 13 years ago
Daniel Grunwald be2f73fa40 Make AvalonEdit xshd schema more flexible: allow elements and attributes from other namespaces. 13 years ago
Daniel Grunwald ed91c296ff Clear property container on designer unload so that the ComboBox of selectable objects stays empty when the designer cannot be reloaded due to syntax errors. 13 years ago
Matt Ward 08ddba725c Update installer with new MVC project templates. 13 years ago
Daniel Grunwald d779caaf9e Fix bugs in SolutionLoader that were introduced with the Deploy.0 flag. 13 years ago