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-04-20[CSharpBinding] Fixed 'Bug 28371 - Instances of native types areMike Krüger
2015-01-19[CSharpBinding] Fix build.Mike Krüger
2015-01-19Implemented 'Bug 24796 - Clearify syntax highlighting modes in optionsMike Krüger
2014-11-05Fixed 'Bug 24188 - #define code showing as comments if symbol is notMike Krüger
2014-10-29make HighlightUsagesExtension publicAaron Bockover
2014-09-11[CSharpBinding] Marked primitive mac types as type keywords.Mike Krüger
2014-02-19[Core] Add API to get define symbols from projectMichael Hutchinson
2014-02-14[SourceEditor] Improved the AbstractUsagesExtension API.Mike Krüger
2014-02-13[SourceEditor] Provided an abstract implementation for a usageMike Krüger
2014-02-12Fixed 'Bug 5687 - Quick fix for extension methods must be declared static'Mike Krüger
2014-01-24[CSharpBinding] Highlight usages extension no longer blocks the guiMike Krüger
2013-10-16[CSharpBinding] Fixed potential System.InvalidOperationExceptionMike Krüger
2013-09-19[CSharpBinding] Fixed null reference exception.Mike Krüger
2013-09-12Fixed some unit tests.Mike Krüger
2013-09-11NRefactory added missing file.Mike Krüger
2013-09-10fixed 'Bug 14559 - Rename parameter doesn't rename explicit methodMike Krüger
2013-09-04[CSharpBinding] Fixed pre processor syntax highlighting bug.Mike Krüger
2013-08-14Fix more Cairo warningsMichael Hutchinson
2013-08-12[TextEditor] Usages rectangle is now rounded and a gradient &Mike Krüger
2013-08-12[CSharpBinding] Hide internal API.Mike Krüger
2013-08-12Fixed 'Bug 13910 - Suggestion: Add C# Code Template "b" to wrap bracesMike Krüger
2013-08-09Fixed 'Bug 13789 - Changing solution configs doesn't update code withMike Krüger
2013-08-01[CSharpBinding] Quick task messages are now created lazy & type errorsMike Krüger
2013-07-30[SourceEditor] Fixed null reference exception.Mike Krüger
2013-07-19[CSharpBinding] Fixed possible null reference exception.Mike Krüger
2013-07-12[CSharpBinding] Added support for string format item highlighting.Mike Krüger
2013-07-04[CSharpBinding] Fixed usage markers.Mike Krüger
2013-07-03[CSharpBinding] References finder now provide usage information aboutMike Krüger
2013-06-25[TextEditor] Unbreak the IBackgroundMarker API change & obsoletedMike Krüger
2013-06-25Fixed 'Bug 12854 - [XS] System.Threading.Tasks.TaskCanceledExceptionMike Krüger
2013-06-25[CSharp] Fix cancellation propagationAlan McGovern
2013-06-20[TextEditor] Started implementation of the new message bubble style.Mike Krüger
2013-06-15[CSharpBinding] Fixed a bug where the semantic highlighting couldn'tMike Krüger
2013-06-15[CSharpBinding] Semantic highlighting now handles resolver crashesMike Krüger
2013-06-10[TextEditor] Rules no longer hold a reference to their syntax mode.Mike Krüger
2013-05-18Track NRefactory API changes.Mike Krüger
2013-04-08[CSharpBinding] Fixed bug in 'value' highlighting.Mike Krüger
2013-04-03[Refactoring] Shared resolver is now fully resolved.Mike Krüger
2013-03-29[TextEditor] Changed 'Keyword(Type)' color to a keyword color ratherMike Krüger
2013-03-27[CSharpBinding] Implemented find namespace references/rename namespaceMike Krüger
2013-03-25[TextEditor] Added easier to use color properties to AmbientColor.Mike Krüger
2013-03-22[CSharpBinding] CSharpSyntax mode is now faster updating whenMike Krüger
2013-03-19[CSharpBinding] Ast resolver is now shared between semanticMike Krüger
2013-03-11[Ide] Type system service supports batch update information now.Mike Krüger
2013-02-27Fixed 'Bug 10723 - Attribute string value is displayed using commentMike Krüger
2013-02-23[CSharpBinding] Used old #if region highlighter.Mike Krüger
2013-02-23[CSharpBinding] Improved semantic highlightingMike Krüger
2013-02-23[CSharpBinding] Use the nrefactory semantic highlighting engine.Mike Krüger
2013-02-22Fixed 'Bug 10571 - async has keyword colour when it's identifier'.Mike Krüger
2013-02-20[CSharpBinding] Fixed delegate declaration semantic color.Mike Krüger