11767 Commits (1bb5b78228a1f85f94eabaacc3b337eb9b2d7607)
 

Author SHA1 Message Date
Daniel Grunwald f83af4d8af AvalonEdit IME Support: clear old context when IME support is disabled 13 years ago
PeterForstmeier 41b86e4369 ProjectInformation userControl in ApplicationOptions (CppBinding) asn ApplicationSettings.xaml(C#) 13 years ago
Mike Krüger ae20e4929a [Resolver] Fixed unexpected resolver crash. 13 years ago
Mike Krüger e7ae3abb0f Merge pull request #127 from fightangel/assignment-fix 13 years ago
Mike Krüger 7d702dc862 Added work-around for unexpected parser behaviour. 13 years ago
Mansheng Yang 9622218439 [CodeIssues]RedundantAssignmentIssue: ignore assignments in try blocks 13 years ago
Mike Krüger 7478e22d60 Updated mcs. 13 years ago
PeterForstmeier 44850ceb88 Remove unused Files from VBNetBinding 13 years ago
PeterForstmeier 42c8840e7d Cleanup 13 years ago
Mike Krüger 17b0fe0e64 [Ast] 'where' keyword was missing in parsed query where clause. 13 years ago
Mike Krüger f24ac256e1 Merge pull request #125 from erik-kallen/bug-comment-before-try-catch-finally 13 years ago
Erik Källén 1b45b0eeaa Bug with comment just before try/catch/finally statement. 13 years ago
PeterForstmeier 3223b5fb5a Adjust VBNetBinding.addin, cleanup 13 years ago
PeterForstmeier 960381dea6 BuildOptions for VBNetBinding 13 years ago
Mike Krüger c48fe90874 [Completion] Fixed bug. 13 years ago
Mike Krüger e6051dec4c Merge pull request #124 from riviti/master 13 years ago
Mike Krüger ef23a05edf Fixed unit tests. 13 years ago
Mike Krüger 29a2f5728a Fixed parser bug. 13 years ago
Mike Krüger e77fadd5bd Fixed parser error. 13 years ago
Mike Krüger 6820c5d253 Updated mcs. 13 years ago
Mike Krüger f44398f038 Fixed potential code completion problem where completion could show up 13 years ago
Mike Krüger c0972c8c95 [Completion] Filter out namespaces that only contain inaccessible 13 years ago
PeterForstmeier 42bbe19852 Cleanup BuildOutput 13 years ago
Simon Lindgren f4fdb0c5a0 [CodeIssues] Don't move variable declarations into the list of initializer statements of for statements. 13 years ago
Simon Lindgren 7ad55831ac [CodeIssues] Add accessibility checking to VariableHidesMemberIssue. 13 years ago
Simon Lindgren a64d00953d [Utils] Improve error handling in CompositeFormatStringParser. 13 years ago
Matt Ward 639908ac89 Fix MvcScaffolding NuGet package failing to install. 13 years ago
Matt Ward 177f0190b6 Fix MvcScaffolding unit tests failing to compile. 13 years ago
Matt Ward fea395030b Fix EF PowerShell extensions not finding SharpDevelop's EnvDTE assembly. 13 years ago
Daniel Grunwald a4ff1f5dbc Remove old NUnit version from Mono.Cecil/Test 13 years ago
Daniel Grunwald 0d945a7d52 Merge branch 'origin/master' into newNR 13 years ago
Daniel Grunwald 52068795f5 Add NRConsistencyCheckAddIn. 13 years ago
Daniel Grunwald 8d0a6afd1c Fixed duplicate project references in portable library projects. 13 years ago
Daniel Grunwald 8293675a92 Replace 'Where(pred).FirstOrDefault()' with 'FirstOrDefault(pred)' 13 years ago
Daniel Grunwald 8bf4153027 [AvalonEdit] Adjust epsilon used for IsClose() 13 years ago
Daniel Grunwald ad1dc15050 Move IDisplayBinding and 'Open with' dialog to new folder structure. 13 years ago
Daniel Grunwald fd230873e4 Remove IWorkbenchLayout from public API. 13 years ago
Daniel Grunwald b6340ccad4 Move remaining util classes. 13 years ago
Daniel Grunwald 46ec328fc6 Move some files to new folder structure. 13 years ago
Daniel Grunwald 6950976e53 Fix a couple of compiler warnings. 13 years ago
Daniel Grunwald 505d861a86 Adjust unit tests. 13 years ago
Daniel Grunwald 760a2ae10b Remove more usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald 643223761d Move MultiHighlighter to AvalonEdit.AddIn 13 years ago
Daniel Grunwald 7f18d1d432 Remove usages of WorkbenchSingleton. 13 years ago
Daniel Grunwald 81361f7a12 Use named pipe instead of temporary file for sending the unit tests results to SharpDevelop. 13 years ago
Daniel Grunwald 725bf76535 Fixed override completion. 13 years ago
Daniel Grunwald e5313f4b40 Adjust to NRefactory API changes + disable failing unit tests. 13 years ago
Daniel Grunwald 971cd13e08 Merge NRefactory 5.2.0-464-g536b9b0 into SharpDevelop newNR branch. 13 years ago
Daniel Grunwald 536b9b0b1c Add issue provider for missing StringComparison argument to string.StartsWith/EndsWith/IndexOf/LastIndexOf calls. 13 years ago
Daniel Grunwald 99bbb11ded Add 'ResultOfAsyncCallShouldNotBeIgnored' issue. 13 years ago