2776 Commits (a8e2c542579e6a6bb920cafa93024f1729364259)

Author SHA1 Message Date
Daniel Grunwald e7b28cb8f1 Move remaining portions of FileService to IFileService interface. 13 years ago
Daniel Grunwald e5560361b9 Update setup. 13 years ago
Daniel Grunwald 8ba973b1b9 Highlight inactive conditional attributes. 13 years ago
Daniel Grunwald a25ebfe842 Implemented re-parsing when switching the project configuration. 13 years ago
Daniel Grunwald cf4ef6879c Use conditional symbols from project settings in the C# parser. 13 years ago
Daniel Grunwald 77c118ec71 Mark service interfaces with [SDService]. 13 years ago
Daniel Grunwald 5a50c1a5c2 Remove static AddInTree and use IAddInTree interface instead. 13 years ago
Daniel Grunwald 92da3798b3 Add IResourceService interface. 13 years ago
Daniel Grunwald 87f3820048 Improve IMessageService API. 13 years ago
Daniel Grunwald 16bb4b2e7f Introduce IPropertyService. 13 years ago
Daniel Grunwald 23cad81544 Add IAddInTree to ICSharpCode.Core to allow mocking BuildItems() calls. 13 years ago
PeterForstmeier dd4ce327d9 cleanup 13 years ago
PeterForstmeier b4c10698db StyleCop AnalysisIdeOptionsPanelXaml.xaml.cs 13 years ago
Daniel Grunwald 5dacab6a80 Highlight active parameter in method insight. 13 years ago
Daniel Grunwald 15f93629d5 Implemented override-completion. 13 years ago
Daniel Grunwald e1d7f1bf7f Show tooltips on EnhancedScrollBarTrack. 13 years ago
PeterForstmeier 775356bcd4 StyleCop -> AnalysisProjectOptionsPanel 13 years ago
Daniel Grunwald 80dc644829 Enable new context actions (Create Local, Extract Field, Implement Interface). 13 years ago
Daniel Grunwald 6436a028bb Fixed document service retrieval. 13 years ago
PeterForstmeier bebce53958 re implement TextBoxEditMode in OptionPanels/ProjectOptions/OptionsHelper.cs - BrowseForFolder 13 years ago
Matt Ward 5588806259 Update the projects window without refreshing the entire tree as MvcScaffolding adds new files and folders to the project. 13 years ago
Siegfried Pammer 76b4fe6179 fix http://community.sharpdevelop.net/forums/p/15982/42766.aspx#42766 - Attach to Process and command “Step over” 13 years ago
Daniel Grunwald 0c1ab952ce Add preload thread. 13 years ago
Daniel Grunwald 0788d1bbff [WIP] Started porting forms designer to NR5 13 years ago
PeterForstmeier 5bdef05fdd Move StringListEditorDialog.xaml to src\Main\Base\Project\Src\Gui\Components\ 13 years ago
Andreas Weizel cec924fd86 Changed sort order of matching items in GotoDialog: Full matches are followed by items of currently open code file, shown in bold font. Then all other matches (from other files) are shown as usual. 13 years ago
Daniel Grunwald 7501a05c42 Add ToString() to TreeViewOptionsDialog.OptionPanelNode 13 years ago
Daniel Grunwald 5284451320 Fixed bug that caused the 'cyclic dependency between projects' error not to be shown. 13 years ago
Siegfried Pammer 28bc1648b0 Implemented debugger expression evaluation using NRefactory semantic trees. 13 years ago
Daniel Grunwald 8ff3f109b0 Fixed MSBuildBasedProject.GetPropertyValue() for properties that are replaced by imported .targets files. 13 years ago
PeterForstmeier 0ca48c2698 ProjectOptionPanel.xaml VerticalAlignment="Center" for ComboBoxes 13 years ago
Daniel Grunwald 2a7d589f3b Avoid reparse when the chosen configuration/platform is not Debug/Any CPU. 13 years ago
PeterForstmeier 555a724903 DebugOptions 13 years ago
PeterForstmeier 3ed2c63fd5 Add ScrollViewer 13 years ago
PeterForstmeier 8b635bd82e Signing.xaml 13 years ago
PeterForstmeier 167cec4260 ApplicationSettings 13 years ago
Daniel Grunwald a0ddc9e72a Avoid showing the 'solution altered externally' message twice. 13 years ago
Siegfried Pammer 2afdcf30d4 simplify SharpDevelop version inserted into solution files 13 years ago
PeterForstmeier e91c4ed9fe Remove very old Publish.xfrm 13 years ago
Daniel Grunwald 158219a218 Fixed XAML parser (was adding 'null' as top-level type). 13 years ago
Daniel Grunwald c21b1d1cbf Fixed issue that could cause projects to be initially parsed in the wrong configuration. 13 years ago
PeterForstmeier 57816aaf9f Remove unused Files 13 years ago
PeterForstmeier ad6fe170f3 Remove unused Files 13 years ago
PeterForstmeier 97a012dfa2 Fix build 13 years ago
PeterForstmeier e1ce528d58 Signing 13 years ago
Tobias Ibounig fdb0986ed9 When in Search-Text-Box and pressing enter the dialog used to close. 13 years ago
Siegfried Pammer 74e0f42f76 make colors of current statement marker customizable 13 years ago
Siegfried Pammer 6cc6d14efd fix SD-1272 - Breakpoint text highlight colour is not configurable 13 years ago
PeterForstmeier 8ede8260d2 Remove unused Files 13 years ago
Matt Ward e98d78f6df Fix null reference when using Show Service in Browser when service address not found in app.config. 13 years ago