Matt Ward
5369b65f1c
Fix view in browser for html files.
13 years ago
David Srbecký
b8747a1476
Refactored Breakpoints Pad and Bookmarks Pad
13 years ago
Matt Ward
7edecd46ba
Add svcutil.exe path configuration to Tools - Options.
13 years ago
Siegfried Pammer
6789dd762e
add some more project browser commands
...
- open folder (missing on solution node)
- open command prompt here
- run project without debugger (http://community.sharpdevelop.net/forums/t/15640.aspx )
13 years ago
PeterForstmeier
7a03834bfe
Convert CodeGenerationPanel.cs to WPF
13 years ago
PeterForstmeier
6d868f9b7b
Cleanup
13 years ago
PeterForstmeier
fcaa037aa6
Convert SelectStylePanel from *.xrfm to Wpf
13 years ago
Daniel Grunwald
ebceccdaa9
Fix LoadSolutionProjects-Thread.
13 years ago
Daniel Grunwald
ab95b18a3f
Refactored parser service.
13 years ago
Daniel Grunwald
fbced09b89
Start restructuring of SD Base:
...
- the static class "SD" is providing services
- service interfaces are defined in ICSharpCode.SharpDevelop.dll
- services are implemented in SharpDevelop.exe or in AddIns
- ICSharpCode.SharpDevelop.Sda is moved into SharpDevelop.exe
Also added XmlEditor.Tests to SharpDevelop.Tests.sln
14 years ago
Daniel Grunwald
cb15d5418d
Move ContextActions UI to AvalonEdit.AddIn.
14 years ago
Daniel Grunwald
9a8ee8c9ae
Remove some unused string resources.
14 years ago
PeterForstmeier
c42e4ca0c1
Remove TaskListOptions.xfrm fix Addin File
14 years ago
PeterForstmeier
6d2f62853d
Convert TaskList Option's to WPF
14 years ago
Siegfried Pammer
7c3e361c79
starting a project with/without debugger works again
14 years ago
Siegfried Pammer
8527075b41
initial implementation of the ProjectBehavior-API
14 years ago
Matt Ward
c44ab66b1c
Make Add Service Reference menu item available when References and Service References selected in Projects browser.
14 years ago
Matt Ward
fc35f75a90
Add context menu items for WCF service references.
14 years ago
PeterForstmeier
0f0851591e
Editable Combobox, base Layout for mainContend Area
14 years ago
PeterForstmeier
076e16958e
UserControl for Add Service Reference
14 years ago
Eusebiu Marcu
4318102544
Add basic "View in browser" menu item.
14 years ago
Siegfried Pammer
f72af03258
implement FindAll
14 years ago
Siegfried Pammer
c8ad6e1eca
Remove incremental search from AvalonEdit.AddIn
14 years ago
PeterForstmeier
b589ab7675
Start with 'Show WCF Service in Browser'
14 years ago
Siegfried Pammer
00e70228a1
move /AddIns/DefaultTextEditor/CodeCompletion to /SharpDevelop/ViewContent/TextEditor/CodeCompletion;
...
move all SearchAndReplace add-in paths to /AddIns/SearchAndReplace;
move /SharpDevelop/ViewContent/DefaultTextEditor/ToolTips to /SharpDevelop/ViewContent/TextEditor/ToolTips
14 years ago
Daniel Grunwald
9957c52ff2
Implemented "Find references"
14 years ago
Daniel Grunwald
99b802c134
Fixed 'toggle bookmark' command.
14 years ago
Siegfried Pammer
37516c1a01
disable ReferenceNode, ReferenceFolder and other node actions in Project Browser if project is readonly
14 years ago
Daniel Grunwald
38fd088674
Initial implementation of CSharpAmbience.
14 years ago
Siegfried Pammer
2fecad9715
complete fix for SD-1527 - A display binding's supported files should be independent from the files it handles by default
...
and SD-1174 - Automatically detect the type of files with unknown extensions
14 years ago
Daniel Grunwald
fea3b5aed9
WIP: newNR integration
14 years ago
Eusebiu Marcu
9d405ff628
fix http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?id=1768&PROJID=4
14 years ago
Siegfried Pammer
97f4f8c305
remove Ctrl+Q shortcut; QuickDocumentation was never implemented for AvalonEdit
14 years ago
Daniel Grunwald
283bff1714
Remove Eusebiu's metadata decompiler.
14 years ago
Daniel Grunwald
4fb4288c87
Starting to port SD to new NRefactory
14 years ago
Daniel Grunwald
753dfd5d65
Remove Eusebiu's metadata decompiler.
14 years ago
Eusebiu Marcu
ae0d2b3e51
Put icon bookmark inside the Location column. Fix resize issue.
...
Remove enable/disable all from BookmarkPad.
Rename some namespaces.
Fix jumping to bookmarks in the file.
14 years ago
mrward
e37603ba57
Support excluding code behind files from a project.
15 years ago
Daniel Grunwald
271d06aeed
Disable last 3 entries in workbench window context menu (Copy file path, Navigate to file, Open containing folder) when the workbench window does not represent any file.
15 years ago
Eusebiu Marcu
b648951f54
Using CodeDom to generate metadata files.
...
Add Option dialog for expand references
15 years ago
Eusebiu Marcu
c1d5d98e0e
Break at first line of execution
15 years ago
Daniel Grunwald
c744659edb
Use same icon for "collapse all" as in search results pad.
15 years ago
Eusebiu Marcu
0a986b486a
Collapse all in project browser pad and class browser pad
15 years ago
Daniel Grunwald
533605baf9
Add main menu command for "Add new project to existing solution".
15 years ago
Eusebiu Marcu
70b33f5963
move tooltips to Debugger.AddIn
...
move pin to Debugger.AddIn
15 years ago
eusebiu
edcfb96f87
pin control v0.3
15 years ago
eusebiu
1d934de1b4
Edit pin control v0.2
15 years ago
Daniel Grunwald
408ccb482d
Synchronize English string resources with database on translation server.
15 years ago
Daniel Grunwald
fd4dad3299
Fixed right-click>Copy in tasks pad.
15 years ago
eusebiu
3fa55395fe
merge all bookmarks for next/prev operations in BookmarkPadToolbarCommands.cs
15 years ago