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
2016-05-17[TextEditor] Splitted out a shared part of the text editor.Mike Krüger
2015-08-10Fixed 'Bug 32900 - [roslyn] Interpolated strings are not fullyMike Krüger
2015-04-13[Mono.TextEditor] Fixing SyntaxModes extends option to extend also span, prev...David Karlaš
2015-02-24 Merge branch 'master' into xs6-editor-roslynMike Krüger
2015-01-13[Performance] Speed up some semantic highlighting.Marius Ungureanu
2014-07-15[Ide] Added API for providing semantic highlighting.Mike Krüger
2014-05-02Fixed 'Bug 19467 - Lack of F# highlighting at certain lines'.Mike Krüger
2013-10-15Fixed 'Bug 15233 - Syntax highlighting incorrect in F#'.Mike Krüger
2013-08-14Fixed 'Bug 13973 - NRE in syntax highlighting '.Mike Krüger
2013-08-09Fixed 'Bug 13789 - Changing solution configs doesn't update code withMike Krüger
2013-07-26[TextEditor] Undo operatioins now contain meta data about the type ofMike Krüger
2013-07-19[TextEditor] Fixed the F# syntax mode.Mike Krüger
2013-07-19Fix colour coding for character literals in F#.Robert Jeppesen
2013-07-11Fixed 'Bug 13076 - Syntax highlighting broken for F# syntax mode'.Mike Krüger
2013-07-04[TextEditor] Treat escape sequences as regular expressions. Now, more than on...aBothe
2013-06-21Fixed part of 'Bug 11907 - Editing Localizable.string causing bigMike Krüger
2013-06-10[TextEditor] Rules no longer hold a reference to their syntax mode.Mike Krüger
2013-05-21[TextEditor] Fixed some F# highlighting issues.Mike Krüger
2013-04-19[TextEditor] Fixed block selection colored paste & made cut'n pasteMike Krüger
2013-04-04[TextEditor] Fixed verbatim string escape highlighting bug.Mike Krüger
2013-04-03[TextEditor] Fixed bug in highlighting/fixed highlighting unit tests.Mike Krüger
2013-02-16[TextEditor] Improved VSSetting converter.Mike Krüger
2013-02-16Worked on vs importer.Mike Krüger
2013-02-16Converted some old color names.Mike Krüger
2013-02-15Switched editor color scheme system.Mike Krüger
2013-01-23Added punctuations to the correct style color for C#.Mike Krüger
2012-10-30[TextEditor] Fixed escape character in verbatim string.Mike Krüger
2012-10-29[TextEditor] Fixed syntax highlighting bug with character escapes.Mike Krüger
2012-10-25Fixed 'Bug 7990 - Syntax highlighting wrongly handle escape characterMike Krüger
2012-10-25Implemented 'Bug 2233 - Colorize escape sequences in strings'.Mike Krüger
2012-10-17[TextEditor] Optimized GetChunks method.Mike Krüger
2012-09-05Fixed 'Bug 6422 - Syntax highlighting of aspx file hangs MD'.Mike Krüger
2012-07-17[UIRefresh] Syntax modes can now color regular expressionMike Krüger
2012-05-08Fixed 'Bug 4738 - Comment is not highlighted'.Mike Krüger
2012-04-12[TextEditor] Renamed LineSegment -> DocumentLine.Mike Krüger
2012-04-05[TextEditor] Renamed LineSegment.EndOffset toMike Krüger
2012-04-05[TextEditor] Renamed LineSegment.EditableLength -> LineSegment.Length.Mike Krüger
2012-04-03[TextEditor] Optimized fold segment update.Mike Krüger
2012-03-31[TextEditor] Renamed 'Length' to 'TextLength' - replaced text searchMike Krüger
2012-03-31[TextEditor] Fixed typo.Mike Krüger
2012-03-17[TextEditor] Generalized the syntax mode API. Now it's easier toMike Krüger
2012-03-17[TextEdior] Use enumerator for getchunks.Mike Krüger
2012-03-11[TextEditor] Removed some unused methods in Chunk.Mike Krüger
2012-03-11[TextEditor] Changed 'Document' to 'TextDocument' to prevent nameMike Krüger
2012-03-03[TextEditor] Improved syntax mode cloning.Mike Krüger
2012-03-03[CSharpBinding] Semantic highlighting now caches the semanticMike Krüger
2012-03-01[TextEditor] Improved the cloning of xml defined syntax shemes.Mike Krüger
2012-02-29[TextEditor] Fixed bug in syntax mode cloning.Mike Krüger
2012-02-24[TextEditor] Tidied up the span/chunk parser API a bit.Mike Krüger
2012-02-24[TextEditor] All syntax mode instances are now shared.Mike Krüger