Daniel Grunwald
6ca892eb11
Let IViewContent decide whether it should close together with the solution
15 years ago
Daniel Grunwald
b2a32bf877
Fix SD-1734 - 2 or 3 sets of Fold Markers shown with open .xaml file
15 years ago
Daniel Grunwald
f25bb57203
Fix SD-1736: When a file is in multiple projects, ParserService should return the ParseInformation for the project that does not link to the file.
15 years ago
Daniel Grunwald
60b0cb6831
Give bookmarks z-order; ensure that CurrentLineBookmark takes preference over breakpoints.
15 years ago
mrward
5165582dde
Fix XML code completion inside a child element when default schema associated by filename extension is being used.
15 years ago
Siegfried Pammer
2df5196a30
remove display of deleted text; remove support for Diff engines
15 years ago
Daniel Grunwald
22b5089405
QuickClassBrowser: allow navigating by pressing the first character in method name.
15 years ago
Daniel Grunwald
dc35d18bc1
Fixed custom tool output namespace for VB projects ( http://community.sharpdevelop.net/forums/t/11240.aspx )
15 years ago
Daniel Grunwald
c143e6c89c
Fixed column displayed in status bar.
15 years ago
Daniel Grunwald
eedd9ddba7
Fix http://community.sharpdevelop.net/forums/t/11954.aspx - Cannot select project resource as form icon: "This operation can be called on the main thread only"
15 years ago
Daniel Grunwald
851a755f2d
Avoid looking up version numbers for AddIns that ship with SharpDevelop
15 years ago
Daniel Grunwald
0d24b46bbe
IconBarMargin: Fixed cancelling drag'n'drop using Escape.
15 years ago
Siegfried Pammer
8ed774bf3c
fixed bug in GetEdits-foreach loop
15 years ago
Daniel Grunwald
1123bf8278
Allow dragging the CurrentLineBookmark in the IconBarMargin.
15 years ago
Siegfried Pammer
1f5affe8eb
added MyersDiff
15 years ago
eusebiu
4150e8db59
fix for SD-1713
15 years ago
Daniel Grunwald
b9b018525d
Fixed build.
15 years ago
Daniel Grunwald
afd2f38400
Mark SharpDevelop assemblies as Full/Client profile.
15 years ago
Daniel Grunwald
4ef945f0f7
Implemented SD-1457 - Client profile.
...
Now creating or upgrading a project will adjust the <supportedVersion> in the app.config
15 years ago
Siegfried Pammer
212b61e029
started implementation of diff-display
15 years ago
Siegfried Pammer
aa1773c41b
draw small triangles for deleted sections
15 years ago
Siegfried Pammer
300dcf273b
changed signature of GetChange to return all information
15 years ago
Siegfried Pammer
14f476d64a
reorganized IChangeWatcher API
15 years ago
Siegfried Pammer
b13d1002df
implemented DefaultChangeWatcher
15 years ago
philippmaihart
1c5ca599db
EDMX: Workflow complete - Build Action "EntityDeploy" now working
15 years ago
philippmaihart
a6fc423085
EDMX: Some fixes EF code generation
15 years ago
philippmaihart
c39147cf60
EDMX: Custom Tool, Designer IsDirty Watcher
15 years ago
Siegfried Pammer
861856d506
created ChangeWatcher API: allows display of changes from different data sources (changes while file is opened, Git/SVN diff, etc.)
15 years ago
philippmaihart
a8d5cbb4cc
Save EDMX: Designer Data is getting saved now
15 years ago
philippmaihart
620bf74ce3
Save EDMX: Several methods to write CSDL, SSDL, MSL, Designer data and finally merging them to EDMX (Designer save methods not fully implemented yet)
15 years ago
Siegfried Pammer
a2d05e8274
added ChangeMarkerMargin
15 years ago
philippmaihart
45deb3a17b
Added error page to EDM Wizard which displays edmgen.exe error messages, changed several outdated XML namespaces used by edmgen.exe to new EF 4.0 namespaces, added view support to EDM Wizard
15 years ago
Kumar Devvrat
45e5c89b60
Remove NotImplementedException in BeforeSetPosition()
15 years ago
Daniel Grunwald
b744593462
Adjust unit test to changed RTL logic.
15 years ago
Daniel Grunwald
49de1d390d
Add support for right-to-left translations to SharpDevelop.
15 years ago
Siegfried Pammer
5679ccc74a
reset ctor snippet to version with public; do not generate public or static in the code
15 years ago
Daniel Grunwald
f5780c2944
Apply new file headers
15 years ago
Siegfried Pammer
5afefddcfb
InsertCtor inserts static ctor in static class
15 years ago
Siegfried Pammer
6a89a4470c
moved AnchorSnippetElement integration to AnchorSnippetElementProvider
15 years ago
Siegfried Pammer
b69f78e236
added DefaultSnippetElementProvider to Addin Tree
15 years ago
Siegfried Pammer
6f0dacc881
- created DefaultSnippetElementProvider for standard SnippetElements
...
- introduced SnippetInfo and changed signature of ISnippetElementProvider
- added SnippetAnchorElement
- refactored InsertCtor to insert ctor body at the same time as the dialog
15 years ago
Daniel Grunwald
63a5936468
When saving code snippets, remove any completely empty snippets (might have been added accidentally by clicking into the grid's empty row).
15 years ago
Daniel Grunwald
d5fe7a31e5
Fix http://community.sharpdevelop.net/forums/t/11768.aspx by making sure the CodeSnippet properties cannot be null.
15 years ago
Daniel Grunwald
b271d6b2a9
Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx
15 years ago
Siegfried Pammer
57023bbb15
changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
0f5a586493
Moved "Resolve extension method" to context actions.
...
Expand selection (Ctrl+W) does not include { and } when selecting BlockStatement.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6439 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
c56b325727
XML folds are now generated by the XmlLanguageBinding instead of by the ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
6f541bcaf4
Context actions UI almost final.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6414 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
c81c3f73c8
First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6412 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Kumar Devvrat
ff9486c3d6
Fix a bug where the initial text disappeared when clicking on any other editable text.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6410 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago