Matt Ward
06e42e3b60
Line counter addin sample now compiled into AddIns\Samples\LineCounter folder.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3780 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
1f4a614b4c
Removed XamlDesigner sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3779 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
0a31a6ee30
Snippet Compiler sample now compiles.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3778 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
4572de1e3c
Save current work.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3737 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
fada9f0e0d
remove duplicated projects and reference, update output paths in *.csproj
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3625 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
0bc307d4eb
Mark .exe, .dll and .bat files as executable (required for cygwin).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3619 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
d06a875528
C++ sample: x64 support
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3617 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
1069fc57dc
xaml specification, xaml backend, reorganize code, etc etc
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3609 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
3c45d0ddae
Remove ClassEditor.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3577 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
ed46c19785
Remove ClassWizard AddIn.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3576 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
6812aa497e
- Update code related to XamlObject.XmlAttribute (ME support)
...
- XamlParser throws an exception on error if error sink not available
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3529 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
110e3d9954
Create controls immediately when dragging from the toolbox
...
TODO: cursor should be in the center of the control
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3528 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
61c15ff222
Update samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3514 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
22cb860681
Move OutlineTreeView into WpfDesign.Designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3498 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
74a952bdb5
WPF Designer: Report loading errors (TaskService for integrated version, ErrorListView for standalone)
...
TODO (for v4):
1. Auto parse -> update errors
2. Design/Undo/Redo -> update errors
3. Jump to XmlNode (position tracking required)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3441 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
945d491f87
- Commands routing (for integrated and standalone WPF Designer, CCP still not implemented)
...
- Rework DesignSurface (more xaml, popular controls through metadata)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
b2015b1d0b
- Improve PropertyGrid performance (select, move, undo much faster now)
...
- Try another category set
- In PropertyGrid: Colorize Binding, Resources; "(type)" / disable TextBox where needed
- Bug fixing: XamlProperty.IsSet now works correctly, ...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
e5f10aa958
- If element selected it can be resized (independent from IPlacementBehavior)
...
- DefaultPlacementBehavior through ContentProperty
- Preparation for guidelines done
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3333 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
d2b9992a47
- MarkupExtension know loading as XamlObject: no difference between <Binding/> and {Binding} syntax.
...
- Support for NameScopes, Binding
- Remove TreeView dependency from PropertyGrid (now DataTemplates)
- Fixing Outline, XamlFormatter, ME Tokenizer/Parser
- Expremints with EnumBar
Broken:
- BrushEditor (serialization still required)
- XamlObject.XmlElement must be always consistent
(in the case of ME it's detached from real Xml), during parsing too.
TODO: Designer Itself!
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3329 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
17b3167cf8
Add some failing tests. Remove tiny bugs from MarkupExtensionTokenizer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3303 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
c56d7b14dd
Outline for XamlDesigner + Remove old code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3283 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
c552ad0b93
Cleanup after move.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3271 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Ivan Shumilin
5e4ddf3a16
Move XamlDesigner to samples
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3269 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
3b9d810c2c
Fixed C++ binding crash when VS08 is not installed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3251 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
851fa495d7
Set SolutionPath environment variable when building C++ projects.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3234 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
b7cab5f225
Support building C++ projects using Windows SDK 6.1.
...
Solution.GetActiveConfigurationsAndPlatformsForProjects: Use .ActiveCfg entry instead of .Build.0 entry.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3214 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
9fae8aee0d
Allow specifying movement type of text anchors.
...
Make ConsolePad read-only text marker invisible.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3206 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
6139a17a8b
Add C++ backend binding to samples. There's no support for editing project options and no templates; it's just a minimalist sample on how to write backend bindings for non-MSBuild project formats.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3126 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Daniel Grunwald
1ffe463bab
Fixed forum-7686: make code completion in CSharpCodeCompletion sample work better when the edited code has syntax errors/incomplete code.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
4088319ffe
Code completion sample was using the obsolete Instance property on VBNetAmbience and CSharpAmbience.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3098 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
954948bcbb
DefaultWorkbench can now be replaced with a custom class implementing the IWorkbench interface. Added a snippet compiler sample that demonstrates how the DefaultWorkbench can be replaced.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3096 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Christoph Wille
67e57efb2f
http://codeconverter.sharpdevelop.net/ included in /samples (ASP.NET 3.5 application, code conversion features separated out into assembly project ICSharpCode.CodeConversion for easier reuse)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3092 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
17 years ago
Matt Ward
040bd1ed18
Mono C# console template no longer runs the AddDotNet35ReferencesIfTargetFrameworkIs35 command.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2985 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
82bbab8aec
Forum-6859: Show code templates in code completion.
...
Templates are now inserted by pressing Tab (instead of Space).
However, when "Automatic template insertion" in the text editor options is on (new default: off), templates are also inserted when a template is chosen from the code completion list.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2932 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
9b4679edf1
NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely.
...
This fixes several bugs in overload resolution.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2819 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
faad66f44a
Added NAnt addin sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2757 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
4f8f2dc7db
Updated samples so they work with SharpDevelop 3.0
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2755 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Matt Ward
3e065a31bd
Moved Mono addin to samples and added support for Mono's new VB.NET compiler Vbnc.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2754 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
23f3e580b5
Add sample project for text anchors.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2685 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
c440f7c2a1
CSharpCodeCompletionSample: show xml documentation
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2675 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
22775ffe8e
Fixed some off-by-one bugs in the CSharpCodeCompletion example (caused by the different line counting in the parser and the text editor).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2674 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
3acc3cbb3e
Improved CSharpCodeCompletion sample: add tool tip support, show only one entry for overloaded methods
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2673 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
0acdde0b37
Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick.
...
Make XML documentation tooltips work even if the code completion cache is disabled.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2596 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
839bf506c9
Add BSD header to SharpDevelop samples.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2560 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
97342e3d49
Fixed snippet parser bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2522 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
ff45445828
Add HtmlSyntaxColorizer sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2521 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
19c7359b57
Fixed problem that could cause invalid Drag'n'Drop operations to be executed if OnDragDrop executed without a prior OnDragOver for that mouse position (e.g. very fast moving of a folder into its own subfolder)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/2.1@2476 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
2e258f2150
Improved SharpDevelop.Dom API.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2465 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
18 years ago
Daniel Grunwald
05f80162ee
Fixed CSharpCodeCompletion sample.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2240 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago
Daniel Grunwald
9b7a082e24
Add partial C# 3.0 support.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2191 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
19 years ago