Siegfried Pammer
2f15071a5f
fixed http://community.sharpdevelop.net/forums/p/11765/32150.aspx
15 years ago
Siegfried Pammer
7242359a5a
added ICompilationUnit to RefactoringMenuContext to avoid using rr.CallingClass.CompilationUnit
15 years ago
Daniel Grunwald
b271d6b2a9
Simplify SnippetManager.LoadGroups, hopefully fixes http://community.sharpdevelop.net/forums/t/11768.aspx
15 years ago
Daniel Grunwald
df5780ea94
Mark git addin as preinstalled.
15 years ago
Daniel Grunwald
7f13529a4d
Add comment that ParseInformation.CompilationUnit never returns null.
15 years ago
Daniel Grunwald
dd9e0233ee
Add CurrentParseInformation to EditorContext. This allows retrieving the ProjectContent without requiring CallingClass!=null (fixes http://community.sharpdevelop.net/forums/t/11756.aspx )
...
Also removed some try-catch-ignore constructs.
15 years ago
Siegfried Pammer
e209002178
fix possible NullReferenceExceptions in ResolveExtensionMethod; should fix http://usagedatacollector.sharpdevelop.net/analysis/ExceptionGroup/Edit/229
15 years ago
Siegfried Pammer
7dc9284d39
changed usage of RefactoringMenuContext
15 years ago
Siegfried Pammer
666dfcac6c
set fields of RefactoringMenuContext readonly and created ctor;added field for project content.
15 years ago
Daniel Grunwald
442219dfe8
Fixed availability of git commands in repository root.
15 years ago
Daniel Grunwald
5746f2f7a5
GitAddin: Fixed removing files with status 'Added'
15 years ago
Daniel Grunwald
0c2e680a1b
Fixed retrieving the file status from git.
15 years ago
Daniel Grunwald
90e5e780f9
Add GitAddIn to setup.
15 years ago
Daniel Grunwald
4bf7bee15f
GitAddIn: handle errors in git invocation (e.g. if git is not installed)
15 years ago
Daniel Grunwald
557495ce2d
Fixed misleading XML comment.
15 years ago
Daniel Grunwald
7d4d8a2601
StringResourceTool: normalize newlines when writing .resx files
15 years ago
Daniel Grunwald
d9277e5964
Add test case for forum-11540: C# parser fails on "using global::System;" (fixed in 8b052cb4
)
15 years ago
Daniel Grunwald
a0032825a7
Fixed highlighting of number literals starting with dot. ( http://community.sharpdevelop.net/forums/t/11716.aspx )
...
C#: don't highlighting "@int" as keyword.
15 years ago
Daniel Grunwald
20cce69fa9
Fix build.
15 years ago
Daniel Grunwald
9dbd100c32
Fix newlines.
15 years ago
Daniel Grunwald
53f51a2cf3
Add interface to allow replacing WinFormsMessageService with a custom implementation when hosting SharpDevelop.
15 years ago
Siegfried Pammer
00498cafa0
updated Setup/Files.wxs
15 years ago
Daniel Grunwald
6e8012ed22
Fixed sorting of AddInTreeNodes when multiple <Path> elements in a single addin file contribute to the same path. (Patch by Boris Kozorovitzky)
15 years ago
Siegfried Pammer
85c1294e1e
adjusted paths to references in SubversionAddIn.csproj
15 years ago
Daniel Grunwald
56fd3645c9
Another EOL fix
15 years ago
Daniel Grunwald
c8177e614a
Exclude .git from source zip
15 years ago
Daniel Grunwald
877923ffdd
UpdateAssemblyInfo: Look for git in %ProgramFiles%\Git\Bin if it's not in the PATH.
15 years ago
Siegfried Pammer
108aebd471
move all SubversionAddIn files up one level
15 years ago
Siegfried Pammer
ca1c9a54c5
moved SubversionAddIn to AddIns/VersionControl
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
Siegfried Pammer
57023bbb15
changed /Addins/WpfDesign to /AddIns/WpfDesign; the addin tree is case sensitive; avoid two AddIns sections on the root level
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6447 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6446 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
603d50d8b9
Handle sequence points with no filename when opening a file from the Code Coverage window.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6443 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
8853dc2f5b
Code coverage percentages are now based on sequence point lengths and not the number of points.
...
Code that is not visited is now being displayed in the Code Coverage window.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6442 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
0f5a586493
Moved "Resolve extension method" to context actions.
...
Expand selection (Ctrl+W) does not include { and } when selecting BlockStatement.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6439 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
62bcd0e7f0
Moved "Resolve attribute" to context actions.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6438 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
4b06e6a7b6
Code coverage results no longer being cleared after each test run when testing all projects in a solution.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6436 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6435 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Matt Ward
c56b325727
XML folds are now generated by the XmlLanguageBinding instead of by the ParserService.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6434 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6433 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
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#.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6432 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
6af05c8c90
Added Metrics tab which contains Treemap.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6431 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Martin Koníček
99a3286f72
Debugger visualizers are loaded from AddInTree.
...
NullReferenceException fix in GenerateCode context action.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6430 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
86b8e7e9b6
Added WPF Toolkit libraries for TreeMap control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6429 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago
Tomáš Linhart
89ffbd64b7
MatrixControl now implements IScrollInfo and supports UI virtualization.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@6428 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
15 years ago