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 (Collapse)Author
2019-10-16[Ide] Fixed Xwt.Font usage.Mike Krüger
Xwt still needs a patch. IDE side should work now.
2019-10-16[Ide] Switched IDE font handling to xwt.Mike Krüger
2019-10-16Fixes VSTS Bug 937839: [Feedback] Text Editor: font weight ignoredMike Krüger
https://devdiv.visualstudio.com/DevDiv/_workitems/edit/937839
2019-04-04Zoom: Persist in new editor, sync with oldSandy Armstrong
Zooming in either editor impacts the same configuration setting. Each editor now listens to the setting changing, so it can update in response to changes in the other editor. Fixes: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/824320
2018-10-16Fixes VSTS Bug 701970: [Feedback] "Show Invisible Characters" settingMike Krüger
keeps being reset in 7.6 https://devdiv.visualstudio.com/DevDiv/_workitems/edit/701970
2018-04-17[TextEditor] Cleaned up logging.Mike Krüger
2018-04-16Fixes issue #4393 Error in text editor The original error should beMike Krüger
already fixed (the line numbers indicate it). However the text editor errors should be printed to the log and not the console. This had historical reasons because the editor was stand alone and had no connection to the Core/Ide and no own logging capabilities.
2017-09-13Revert "Fixed 'Bug 59287 - [VSFeedback Ticket] #490276 - Automatic Space"Mike Krüger
This reverts commit 4cec82baa464f96f13b839a7c6970a09c549a93d.
2017-09-11Fixed 'Bug 59287 - [VSFeedback Ticket] #490276 - Automatic SpaceMike Krüger
Inserted in Parenthesis' I now fully ported the on typing formatter from roslyn - however that code should be refactored when we have a working editorfeatures roslyn subsystem.
2017-06-09[TextEditor] Properly copy the TextEditorOptions color styleVsevolod Kukol
2017-05-03Fixed 'Bug 55897 - Indenting selection ignores indentation setting'Mike Krüger
This was caused because the tabsToSpaces field got used internally in the options where that Option got overridden by the StyledSourceEditorOptions. The command itself is tested & worked in that use case.
2016-07-14[Ide] Renamed SyntaxModeService -> SyntaxHighlightingService.Mike Krüger
Old SyntaxModes == New SyntaxHighlighting so this is for consistency.
2016-07-12[Ide] Fixed some theming issues - ported dark theme colors.Mike Krüger
2016-07-11[TextEditor] Replaced old theme engine with new unified one.Mike Krüger
2016-07-05Merge branch 'master' into maceditorMike Krüger
2016-06-30[SourceEditor] Started to switch to the new theme engine/Moved ThemingMike Krüger
to IDE.
2016-05-17[SourceEditor] Text editor control implementation is now internal.Mike Krüger
We've a large public editor infrastructure. The implementation is not ment for beeing used by addins.
2016-05-17[TextEditor] Merged source editor with text editor (gtk part).Mike Krüger
Much parallel infrastructure could be removed - more will follow.