6187 Commits (85c1294e1e24cae11a0d312884c60e74226c1284)
 

Author SHA1 Message Date
Siegfried Pammer 85c1294e1e adjusted paths to references in SubversionAddIn.csproj 15 years ago
Siegfried Pammer 108aebd471 move all SubversionAddIn files up one level 15 years ago
Siegfried Pammer 572a69dd4b Merge branch 'master' of github.com:icsharpcode/sharpdevelop 15 years ago
Siegfried Pammer 2f5fb3122a adjusted sln files (corrected paths to SubversionAddIn.csproj) 15 years ago
Siegfried Pammer ca1c9a54c5 moved SubversionAddIn to AddIns/VersionControl 15 years ago
Daniel Grunwald f3b80e11f9 Add .gitignore 15 years ago
Siegfried Pammer 53576fdf18 removed reference to missing trace.txt 15 years ago
Daniel Grunwald 38888dd9e8 Fixed build (missing UpdateAssemblyInfo.exe in PrepareRelease). 15 years ago
Daniel Grunwald 9aa3621a8f Fix newlines in CPL.TXT 15 years ago
Daniel Grunwald d5efebf7a4 Fix path for git revision lookup 15 years ago
Daniel Grunwald f2338df317 Associate git commit hash with last SVN revision number 15 years ago
Daniel Grunwald 6eceaaafce Merge branch 'gitUpdateAssemblyInfo4' 15 years ago
Daniel Grunwald ac4922f2b3 Add BuildSystem.txt to technotes 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 15 years ago
Siegfried Pammer 7b48e5f8bb Added option to disable event tracking (IL rewriting) in profiler; workaround for cases like http://community.sharpdevelop.net/forums/t/11725.aspx 15 years ago
Matt Ward 603d50d8b9 Handle sequence points with no filename when opening a file from the Code Coverage window. 15 years ago
Matt Ward 8853dc2f5b Code coverage percentages are now based on sequence point lengths and not the number of points. 15 years ago
Martin Koníček 0f5a586493 Moved "Resolve extension method" to context actions. 15 years ago
Martin Koníček 62bcd0e7f0 Moved "Resolve attribute" to context actions. 15 years ago
Matt Ward 4b06e6a7b6 Code coverage results no longer being cleared after each test run when testing all projects in a solution. 15 years ago
Daniel Grunwald b27c4aa924 Compile UpdateAssemblyInfo.exe as part of the build. 15 years ago
Tomáš Linhart b7dd8b62f3 Added support for Cyclomatic Complexity metric and for the number of variables inside of a method. 15 years ago
Matt Ward c56b325727 XML folds are now generated by the XmlLanguageBinding instead of by the ParserService. 15 years ago
Martin Koníček dcf8bd5df4 Commented out previous commit. Will have to do it differently due to RenamedClass - probably get rid of RenamedClass. 15 years ago
Martin Koníček 4a7dc4bf4e Very simple implementation of inserting e.g. "List<" when user selects "List<T>" in CC. Works for C#. 15 years ago
Tomáš Linhart 6af05c8c90 Added Metrics tab which contains Treemap. 15 years ago
Martin Koníček 99a3286f72 Debugger visualizers are loaded from AddInTree. 15 years ago
Tomáš Linhart 86b8e7e9b6 Added WPF Toolkit libraries for TreeMap control. 15 years ago
Tomáš Linhart 89ffbd64b7 MatrixControl now implements IScrollInfo and supports UI virtualization. 15 years ago
Matt Ward 52cc3ff712 Merged - SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 15 years ago
Matt Ward c3aa874d24 SharpDevelop can now find the location of Sandcastle Help File Builder version 1.9.1.0 15 years ago
Matt Ward cf7a257e20 Show better error message when test runner application cannot be found. 15 years ago
Christoph Wille bafecf9e86 Fix requestValidation in web.config (happened on conversion to .NET 4.0) 15 years ago
Christoph Wille bfa14cb3a4 Modified dependency copy script 15 years ago
Christoph Wille 88ac00af24 git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6421 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 15 years ago
Martin Koníček c2428e204d Context actions UI: made checkboxes more lightweight. 15 years ago
Martin Koníček 914b742a6d Split ImplementInterface and ImplementInterfaceExplicit to 2 Context action providers so they can be disabled separately. 15 years ago
Martin Koníček 36f79924cb Visible / hidden actions are saved to SharpDevelop properties. 15 years ago
Martin Koníček 6f541bcaf4 Context actions UI almost final. 15 years ago
Martin Koníček 3696b9d6ae Updated Context actions UI. 15 years ago
Martin Koníček c81c3f73c8 First implementation of context action hiding. Selection of hidden actions is not persisted to settings yet. 15 years ago
Matt Ward 7ddeac739c Update PartCover to version 4.0.10801 15 years ago
Kumar Devvrat ff9486c3d6 Fix a bug where the initial text disappeared when clicking on any other editable text. 15 years ago
Kumar Devvrat 49202257d4 Fix a bug where Outline was not displayed in the first switch to Design tab. 15 years ago
Siegfried Pammer a20f8e7bac fixed similar bug as in rev. 6405, but with Using statements, added unit tests 15 years ago
Kumar Devvrat 86d1e42f90 Add tests for Outline and fix CanInsert/Insert bugs due to drag'n'drop. 15 years ago
Siegfried Pammer 36591a0942 fixed http://community.sharpdevelop.net/forums/t/11681.aspx 15 years ago
Siegfried Pammer 930702e9af fixed some bugs in VBNetExpressionFinder: 15 years ago
Siegfried Pammer 6f668e1749 fixed bug in EF parser grammar regarding Using statements 15 years ago
Kumar Devvrat 72f208e637 -Add support for custom controls. 15 years ago