2161 Commits (16635919a4bf8ceff430d37811bc232c03d015b7)

Author SHA1 Message Date
Daniel Grunwald 5df40bdd49 WPF Designer: use transaction when moving items in outline pad. (fixes http://community.sharpdevelop.net/forums/t/13248.aspx) 14 years ago
Daniel Grunwald acefecc74e Ignore ExternalException when clipboard cannot be opened for pasting. 14 years ago
Siegfried Pammer 74ff5b60f4 fix SD-1833 - Method Insight popup exceeds screen (http://bugtracker.sharpdevelop.net/issue/ViewIssue.aspx?ID=1833&PROJID=4) 14 years ago
Daniel Grunwald 56ae9d8533 Add back ResolverService.Resolve(); and use it to implement tool tips. 14 years ago
Daniel Grunwald d4e36711ec Run LoadSolutionProjectsThread when a solution is being opened. 14 years ago
Daniel Grunwald 6d9b2dd4a2 Add AssemblyName to IProjectContent. 14 years ago
Daniel Grunwald 38fd088674 Initial implementation of CSharpAmbience. 14 years ago
Daniel Grunwald f31bca1de7 newNR: fixed build errors in AvalonEdit.AddIn and CSharpBinding. 14 years ago
Daniel Grunwald 392871bf63 Save width+height of floating pad using invariant culture. 14 years ago
Siegfried Pammer 429f0229b5 fix some bugs in ChangeMarkerMargin 14 years ago
Daniel Grunwald a2add0b62e WIP 14 years ago
Daniel Grunwald 9c244880fb WIP: new NRefactory 14 years ago
Daniel Grunwald fea3b5aed9 WIP: newNR integration 14 years ago
Daniel Grunwald c61a9b1afd A few small API changes for NRefactory. 14 years ago
Siegfried Pammer 08cfc14a42 fix SD-1394 - Indentation in region tooltip: 14 years ago
Siegfried Pammer 33018ccb61 fix SD-1611 - Add 'region tooltips' to AvalonEdit 14 years ago
Siegfried Pammer 9b9a0379f6 remove TreeViewAdv (Aga.Controls) 14 years ago
Siegfried Pammer 2a34197c75 copy enhanced SharpTreeView from ILSpy 14 years ago
Daniel Grunwald 2eef3e4be9 Fix syntax highlighting when comments are on the same line as preprocessor directives (forum-13500) 14 years ago
Matt Ward 6d067662f3 Change highlighting in html script tags so javascript code does not use green text. 14 years ago
Daniel Grunwald 5633492481 Keep ITextEditor in the IDE (comment out the copy in ICSharpCode.Editor) 14 years ago
Daniel Grunwald 26e7380e5b IDocument now derives from IServiceProvider. 14 years ago
Daniel Grunwald 839a5cbc8d Make AvalonEdit implement the ICSharpCode.Editor interfaces. 14 years ago
Daniel Grunwald c81d193164 Add strong-name to NRefactory; small API changes for ICSharpCode.Editor. 14 years ago
Daniel Grunwald 46521ab27a Remove old NRefactory. 14 years ago
Eusebiu Marcu 4f22877fbf Debug & evaluate third party code. 14 years ago
Daniel Grunwald ab3f7c51a1 Fixed SpecialCharacterTextRun positioning; made box slightly transparent. 14 years ago
Daniel Grunwald 9332d46740 Freeze the shift+backspace key binding. 14 years ago
Matt Ward 1b4fa555ce Enable syntax highlighting for ASP.NET user controls (.ascx) 14 years ago
Siegfried Pammer 02cb7bad97 Fixed bug in SnippetParser causing lexer to fail with an exception on valid code 14 years ago
Matt Ward 23f5d182a1 Add syntax highlighting for .css files. 14 years ago
Matt Ward 158957a479 Enable syntax highlighting for .master files. 14 years ago
Siegfried Pammer eb728f63d9 fix build 14 years ago
Siegfried Pammer d6d43afc5b fixed http://community.sharpdevelop.net/forums/t/13308.aspx 14 years ago
Siegfried Pammer d410aac6e5 use TypeName in attributes 14 years ago
Siegfried Pammer cc0f399162 fixed build 14 years ago
Siegfried Pammer 693f476a0f properly implement attribute arguments in Expression Finder 14 years ago
Siegfried Pammer be773345b9 properly indent declarations with attributes (http://community.sharpdevelop.net/forums/t/13157.aspx) 14 years ago
Daniel Grunwald 15ded15fbd Move ILSpyAddIn to display bindings. 15 years ago
Daniel Grunwald ee420f305e Add ICSharpCode.Decompiler. 15 years ago
Daniel Grunwald 14f5e0766d Add new NRefactory (actually a reduced version; not containing the C# parser) 15 years ago
Daniel Grunwald 3301c6c4ca Update to Mono.Cecil 0.9.4.1 (commit f5c9642760) 15 years ago
Daniel Grunwald 3f91c3f49f Fixed forum-13033: Reopened documents do not scroll to correct position 15 years ago
Daniel Grunwald d6918254e9 Preserve active document (and order of documents) on layout switches. 15 years ago
Daniel Grunwald 0d96627a19 Fixed VB expression finder when there are array declarators on the parameter name. 15 years ago
Daniel Grunwald 73268d6fda Throw meaningful exception when ICompletionData.Text returns null. 15 years ago
Siegfried Pammer ce13878003 fix conversion of anonymous delegate-Expressions to VB lambdas 15 years ago
Daniel Grunwald 750a692e5b Clarify documentation on TextView.CollapseLines. 15 years ago
Siegfried Pammer a0ef64cfe0 fixed Unit Tests 15 years ago
Siegfried Pammer f447cb6918 fixed VBExpressionFinder bug with VB Lambdas (it did not find a valid expression) 15 years ago