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
2018-04-17[TextEditor] Cleaned up logging.Mike Krüger
2017-07-10Fixed 'Bug 58023 - Semantic colorization disappears on methodMike Krüger
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
2017-05-09[Perf] Fix semantic highlighting cache checks.therzok
2017-05-09[Ide] Avoid allocating lambda captures in semantic highlighting lines queryingMarius Ungureanu
2017-05-09[Editor] Enforce ISyntaxHighlighting to be IDisposableMarius Ungureanu
2017-05-09[Editor] Fix semantic highlighting causing huge leaks.Marius Ungureanu
2017-05-04Revert "Merge remote-tracking branch 'origin/huge-leak-fixes-proper-rebased'"Alan McGovern
2017-05-04Add missing whitespace.Marius Ungureanu
2017-05-04[Perf] Address PR feedback.Marius Ungureanu
2017-05-03[Ide] Avoid allocating lambda captures in semantic highlighting lines queryingMarius Ungureanu
2017-05-03[Editor] Enforce ISyntaxHighlighting to be IDisposableMarius Ungureanu
2017-05-03[Editor] Fix semantic highlighting causing huge leaks.Marius Ungureanu
2017-03-08[TextEditor] Fixed chunk caching.Mike Krüger
2017-02-27Fixed 'Bug 52767 - [Webtools] SyntaxHighlighting.Handle_TextChangedMike Krüger
2017-01-10Fixed 'Bug 51318 - Text editor not highlighting code correctly whenMike Krüger
2016-11-29[SourceEditor] Fixed semantic highlighting issue.Mike Krüger
2016-11-29[SourceEditor] Highlighting no longer blocks UI.Mike Krüger
2016-11-25[Ide] Introduced new scope stack structure.Mike Krüger
2016-11-03Fixed 'Bug 46347 - Crash in text editor'Mike Krüger
2016-11-02[Ide] Fixed syntax highlighting state cache.Mike Krüger
2016-10-25Merge branch 'master' into textmateMike Krüger
2016-10-16[Misc] Remove lambda allocations on editor hot paths.Marius Ungureanu
2016-08-12[Ide] Improved text mate color conversion.Mike Krüger
2016-08-11[Ide] Fixed semantic highlighting bug & some minor issues.Mike Krüger
2016-08-04[Ide] Fixed bug in editor theming color lookup.Mike Krüger
2016-08-04[Ide] Added command to show text mate scopes at caret.Mike Krüger
2016-08-03[Ide] Syntax highlighting is now async.Mike Krüger
2016-07-22[SourceEditor] Removed old syntax highlighting line cache.Mike Krüger
2016-07-20[Ide] Colored segments now store the scope stack and not just theMike Krüger
2016-07-15[SourceEditor] Implemented semantic highlighting for the new editorMike Krüger
2016-07-11[TextEditor] Replaced old theme engine with new unified one.Mike Krüger
2016-06-30[SourceEditor] Started to switch to the new theme engine/Moved ThemingMike Krüger
2016-06-29[Ide] Added texteditor regexes & text mate theming engine.Mike Krüger
2016-02-01Fixed 'Bug 38192 - SemanticHighlighting_SemanticHighlightingUpdatedMike Krüger
2016-01-13[Ide] Navigation links are now only shown on hover.Mike Krüger
2015-12-11Fixed 'Bug 34179 - [roslyn] Shared projects don't work'.Mike Krüger
2015-08-06[SourceEditor] Limit the maximum cached lines for semanticMike Krüger
2015-06-02[SourceEditor2] Unregister line segment trees on disposal.Mike Krüger
2015-06-02[SourceEditor] Correctly disposed the SemanticHighlightingSyntaxModeMike Krüger
2015-05-05[UnitTests] Added projection highlighting test.Mike Krüger
2015-03-09[SourceEditor] Semantic highlighting update now works from backgroundMike Krüger
2014-07-22[CSharpBinding] No longer reference Mono.TextEditor.Mike Krüger
2014-07-16[Ide] The semantic highlighting API is no longer using a callback.Mike Krüger
2014-07-16[Ide] Made it easier to specify the colors for semantic highlighting.Mike Krüger
2014-07-15[Ide] Added API for providing semantic highlighting.Mike Krüger