Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-18Track NRefactory API changes.Mike Krüger
2015-05-18Bump NRefactory.Mike Krüger
2015-03-18[CSharpBinding] Handled operation canceled exception.Mike Krüger
2015-01-28Bump nrefactory.Mike Krüger
2014-11-11Fixed 'Bug 24429 - Incorrect folding'Mike Krüger
2014-09-09Fixed 'Bug 22751 - Xamarin Studio keeps deadlocking '.Mike Krüger
2014-05-20[CSharp] Don't deadlock by starving task schedulerMichael Hutchinson
2014-05-06Fixed 'Bug 19534 - Types and Methods are marked red with CS0103 whenMike Krüger
2014-02-19[Core] Add API to get define symbols from projectMichael Hutchinson
2013-09-24[Ide] Fixed type system lazy loading.Mike Krüger
2013-08-12[CSharpBinding] Hide internal API.Mike Krüger
2013-06-14[CSharpBinding] Use roles instead of type checks for getting the lastMike Krüger
2013-04-15[Refactoring] Implemented first version of global analyzation pad.Mike Krüger
2013-04-02[CSharpBinding] Set the C# language version of the completion engine.Mike Krüger
2013-03-31[CSharpBinding] Fixed folding locations.Mike Krüger
2013-03-28[CSharpBinding] Track NRefactory API changes.Mike Krüger
2013-03-14Fixed 'Bug 10966 - New line break injects into collapsed code'.Mike Krüger
2013-03-10[CSharpBinding] NotImplemented exceptions are now recognized asMike Krüger
2012-12-31Fixed 'Bug 8896 - Strange "jump" behaviour when clicking on a searchMike Krüger
2012-11-06[Refactoring] Source analysis is now ~30 times faster.Mike Krüger
2012-10-23[CSharpBinding] Upped default language verison to 5.Mike Krüger
2012-10-22[CSharpBinding] Fixed potential cast problem.Mike Krüger
2012-09-13Fixed 'Bug 7097 - [ui-refresh] properties have expander even when theyMike Krüger
2012-08-29[Ide] Removed ITypeSystemParser interface - got just replaced withMike Krüger
2012-08-29Merge remote-tracking branch 'origin/master' into ui-refreshLluis Sanchez
2012-08-29[Ide] Extended type system parser to work on files on disk.Mike Krüger
2012-08-14Merge remote-tracking branch 'origin/master' into ui-refreshAlan McGovern
2012-08-10[NRefactory] Updated NRefactory/Tracked API changes.Mike Krüger
2012-07-31[CSharpBinding] Improved c# 5 support.Mike Krüger
2012-06-28* IType.cs:Mike Krüger
2012-05-31[CSharpBinding] Fixed comment tags recognitionMike Krüger
2012-05-21Fixed 'Bug 5180 - usings at top no longer are collapsible'.Mike Krüger
2012-05-07[CSharpBinding] Non compileable c# files are no longer inserted intoMike Krüger
2012-05-02Fixed 'Bug 4743 - unsafe should not be an error in standalone C#Mike Krüger
2012-04-12[SourceEditor] Use correct error positions for underline marker.Mike Krüger
2012-04-04[Ide] Renamed MonoDevelop.TypeSystem to MonoDevelop.Ide.TypeSystem Mike Krüger
2012-04-04[Ide] Removed some nrefactory.csharp dependencies fromMike Krüger
2012-04-04Fixed 'Bug 4104 - Files need to be re-saved when changing time-zones'.Mike Krüger
2012-03-31[CSharpBinding] Made location usages easier (no more (line/col)Mike Krüger
2012-03-30[CSharpBinding] Fixed indenting bug.Mike Krüger
2012-03-17[CSharpBinding] Freeze the compilation unit after parse - the ASTMike Krüger
2012-03-17Merge branch 'master' into newresolverMike Krüger
2012-03-17[CSharpBinding] Fixed region parsing bug in folding parser.Mike Krüger
2012-03-09Track API changes.Mike Krüger
2012-03-08Merge branch 'master' into newresolverMike Krüger
2012-03-08[CSharpBinding] Added #region support to the folding parser (fixesMike Krüger
2012-02-28[CSharpBinding] Set open tags for generated comments (fast foldingMike Krüger
2012-02-22[CSharpBinding] Renamed property.Mike Krüger
2012-02-22Fixed "Bug 3562 - Exception in TextEditor.OnMotionNotifyEvent canMike Krüger
2012-02-16[CSharpBinding] Corrected fold end locations.Mike Krüger