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
2019-02-16Obsolete old TextMate highlighting APIsMikayla Hutchinson
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-01-11[Ide] Fix warningsMikayla Hutchinson
2018-11-12Fix localization concatenation detected issuestherzok
2018-09-12[Core, Ide] Move structs with readonly fields to be readonly structstherzok
2018-08-10Fixes issue #5640 NullReferenceException inMike Krüger
2018-06-29Fixes issue #5186 'extensions' and 'default' are displayed in languageMike Krüger
2018-06-27Fixes issue #5212 Show scopes command includes markup.Mike Krüger
2018-06-11Fixes issue #3493 Load syntax schemes on demand for each file typeMike Krüger
2018-05-29Fixes issue #3439 Empty error dialog for corrupt highlighting theme.Mike Krüger
2018-05-29Fixes issue #3438 Extensions cannot override built-in highlightingMike Krüger
2018-02-26[Ide] Use StringBuilderCache.Mike Krüger
2017-11-27[Ide] Fix ref cycle in bundle options panelMarius Ungureanu
2017-10-27Fix missing base.Dispose()therzok
2017-10-27CID168400 - Add missing base.Dispose to null out editor in the extension.therzok
2017-08-22Fix warnings in MD.IdeLluis Sanchez
2017-06-08[Ide] Fixed text mate folding.Mike Krüger
2017-05-09[Ide] Fix TextMateCompletionTextEditorExtension leaks.Marius Ungureanu
2017-05-04Revert "Merge remote-tracking branch 'origin/huge-leak-fixes-proper-rebased'"Alan McGovern
2017-05-03[Ide] Fix TextMateCompletionTextEditorExtension leaks.Marius Ungureanu
2017-03-24[Ide] Fixed text mate language comment recognition.Mike Krüger
2017-03-16Fixed 'Bug 53323 - Two undos required to undo a new line'Mike Krüger
2017-03-15SaveAs for html hitting exception because DocumentContext.ParsedDocument was ...Todd Grunke
2017-03-10Fixed 'Bug 53213 - completion window pops up for text files 'Mike Krüger
2017-03-08[TextEditor] Optimized highlighting engine & fixed text line caching.Mike Krüger
2017-01-31Merge branch 'textmate' into vNextMike Krüger
2017-01-24[Ide] Unified code completion handle paths.Mike Krüger
2017-01-10Merge branch 'textmate' into vNextMike Krüger
2016-12-07[Ide] Fix typoMike Krüger
2016-12-07[Ide] Fixed typo.Mike Krüger
2016-12-07[Ide] TextMate indentation engine now uses the on the fly formattingMike Krüger
2016-12-07[Ide] Fix typoMike Krüger
2016-11-25[Ide] Introduced new scope stack structure.Mike Krüger
2016-11-17Fixed 'Bug 47137 - [VSMac] Return key broken if indentation mode isMike Krüger
2016-11-11[AspNet] Implemented razor using projections.Mike Krüger
2016-11-01[Ide] Changed smart indenting system.Mike Krüger
2016-09-29[Ide] Fixed standard header insertion.Mike Krüger
2016-09-23[Ide] Language bundle panel now validates the language bundle.Mike Krüger
2016-09-22[Ide] TextMate: Added support for subexpression calls in regexMike Krüger
2016-09-22[Ide] Fixed bug in text mate indent enigne.Mike Krüger
2016-09-22[Ide] Add support for textmate foldStart/End markers.Mike Krüger
2016-09-22[Ide] Overworked the appearance of the language bundle options panel.Mike Krüger
2016-08-19[Ide] Editor highlighting now works based on bundles.Mike Krüger
2016-08-15[Ide] Implemented text mate completion extension.Mike Krüger
2016-08-15[Ide] Added support for sublime3 snippet files.Mike Krüger
2016-08-12[Ide] Improved text mate color conversion.Mike Krüger
2016-08-09[Ide] Deactivate invalid TextMate indent engine.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-08-03[Ide] Fixed extract comment bug in TextMateLanguage.Mike Krüger