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
2020-01-13Adds icon for Go To Line navigation UI.Anže Vodovnik
2019-12-18Sync vs-editor-api and adopt code to changesDavid Karlaš
2019-12-05Sync with vs-editor-core changesDavid Karlaš
2019-10-29Fix IndentationManager local copySandy Armstrong
2019-10-29Include IndentationManagerImpl into VSMacDavid Karlaš
2019-10-09Integrate DiffPreviewDavid Karlaš
2019-09-26Editor: Upstream 'go to base' commandingSandy Armstrong
2019-08-05TextEditor: "Use Selection for Find" fixesSandy Armstrong
2019-07-27Editor: Add TaskTagger so TODOs get highlightedSandy Armstrong
2019-07-17Editor: add Imaging.csprojAaron Bockover
2019-07-03Initial support for Textmate classification in new editorDavid Karlaš
2019-06-27Fix 937834: In the new editor, the Chinese input repeats.David Karlaš
2019-06-19[CompositionManager] Allow the IDE to recover from a state where the … (#7816)Marius Ungureanu
2019-05-30Integrate Changed lines margin and map used colorsDavid Karlaš
2019-05-30Merge pull request #7714 from mono/pr-anvod-gotolineAaron Bockover
2019-05-29Lighting up Go To LineAnže Vodovnik
2019-05-23Fix 762833: Implement selection drag and drop within/across text viewsDavid Karlaš
2019-05-14XML changes to enable Go To Base Member.Anže Vodovnik
2019-04-25Adjust paths to assemblies in bin when adding to MEF from Cocoa.addin.xml.Kirill Osenkov
2019-04-25Join two groups of MEF assemblies into a single group.Kirill Osenkov
2019-04-25Fix Windows build.Kirill Osenkov
2019-04-16TextEditor.Cocoa: Add missing signature help iconsSandy Armstrong
2019-04-09Fix assembly loading issue with new editorLluis Sanchez
2019-04-04Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-04MonoDevelop.TextEditor.Cocoa: Build as part of md-addinsSandy Armstrong
2019-03-25Fix new editor initialization issueLluis Sanchez
2019-02-27TextEditor: map find commandsAaron Bockover
2019-02-22Integrate CurrentLineHighlighterDavid Karlaš
2019-02-18Add MS.VS.Text.Find.Implementation to the Cocoa MEF composition.Kirill Osenkov
2019-02-15Integrated Whitespace support in new editorDavid Karlaš
2019-02-14Not used on mac yet, it seemsMarius Ungureanu
2019-02-14Runtime load interfaces.dll and cocoa controls macOStherzok
2019-02-14Sort the mef imported assembliestherzok
2019-02-13Editor: Use new imageid format for StockIconsSandy Armstrong
2019-02-07Fix word selection when double clicking on word in codeDavid Karlaš
2019-02-01Map Delete key to DeleteLeft on Mac and DeleteRight on Windows.Kirill Osenkov
2019-01-31TextEditor: add find/replace imagesAaron Bockover
2019-01-25[build] Integrate new StructureImpl projectJérémie Laval
2019-01-22Initial Debugger support in new editorDavid Karlaš
2019-01-19Switch TextEditor.{Cocoa,Wpf} to sdk styleMikayla Hutchinson