11779 Commits (79f974b04985eae19db15854f30d6bcce0dbe261)
 

Author SHA1 Message Date
Matt Ward 71f8ccce41 Support finding a project by unique name in EnvDTE.Solution.Projects. 13 years ago
Matt Ward 07fe2e57fc Implement EnvDTE.SolutionBuild.ActiveConfiguration 13 years ago
Matt Ward e428c65ef7 Implement EnvDTE.Solution.Properties. 13 years ago
Matt Ward 899e4a6964 Implement EnvDTE.SolutionBuild.StartupProjects 13 years ago
Matt Ward 3859303d20 Fix EF NuGet package adding web.config files to non-web projects. 13 years ago
Matt Ward 7dd2cc0296 Fix T4MVC T4 template failing to run. 13 years ago
Siegfried Pammer 22dedf2601 implemented SetCompositionFont: now the IME font size should be the same as in the editor 13 years ago
Daniel Grunwald ff4e91c204 Only update the IME composition window when the VisualLine for the caret position is available. 13 years ago
Daniel Grunwald 28453802ea AvalonEdit IME support: use the default input context, and fix issues with IME not activating in some cases using ITfThreadMgr.SetFocus(null). 13 years ago
Daniel Grunwald 2aa2ddb456 Create a new IME context instead of using the default one. 13 years ago
Daniel Grunwald 827dbee0d4 Simplify IME integration a bit 13 years ago
Daniel Grunwald 3e3e7d0fce AvalonEdit IME support: Fix NullReferenceException when HwndSource.RootVisual == null. 13 years ago
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