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.
Fix popup not closing when switching to another document.
|
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.
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.
|
13 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.
|
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.
We now allow loading .xpt files from embedded resources.
|
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.
We now don't add a BOM when saving an UTF-8 that didn't have one when it was loaded.
|
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.
Check the file extension against file filters first and then
check the file extensions that have an associated icon.
|
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.
Code model API is still unavailable.
|
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 |