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
2017-01-27[Ide] Fixed little issue appeared in xml/html completion.Mike Krüger
2017-01-26[Ide] Fixed some null references in completion list.Mike Krüger
2017-01-26[Ide] Added missing virtual modifier.Mike Krüger
2017-01-26[Ide] Moved completion item selection logic to the completion listMike Krüger
2017-01-25[Ide] Completion filter is now a virtual method.Mike Krüger
2017-01-25[Ide] Improved word filtering API.Mike Krüger
2017-01-25[Ide] Fix custom filter categories issue.Mike Krüger
2017-01-24[Ide] Completion data lists can now provide own item filters.Mike Krüger
2017-01-24[TextEditor] Removed all line changed/inserted/removed events.Mike Krüger
2017-01-24[Ide] Corrected end offset calculation in completion widget.Mike Krüger
2017-01-24[Ide] Unified code completion handle paths.Mike Krüger
2017-01-13[Ide] Fixed null reference exception in completion list window.Mike Krüger
2017-01-11[Ide] Added the ability to mute characters in completion data.Mike Krüger
2017-01-10[Ide] Fix build.Mike Krüger
2017-01-10[Ide] Added some delegations for the completion infrastructure.Mike Krüger
2017-01-10[Ide] Exposed completion item selection.Mike Krüger
2017-01-09[Ide] Fixed triggerwordstart commit.Mike Krüger
2017-01-09[WIP] Add TriggerWordStart to CompletionDataList. Not sure if this works yet,...Marius Ungureanu
2017-01-06[Ide] Made CompletionWidget public.Mike Krüger
2016-12-07[Ide] Moved commit char logic to the completion data level.Mike Krüger
2016-11-27Fixed 'Bug 47682 - It won't generate the brackets "()" automaticallyMike Krüger
2016-09-13Merge branch 'master' into textmateMike Krüger
2016-08-16[Ide] Swallow cancelation exception since new run(one that canceled this run)...David Karlaš
2016-08-09[Ide] Close window in case of user typing Return key before code completion c...David Karlaš
2016-08-01Merge branch 'master' into maceditorMike Krüger
2016-07-29[Ide] Fixed flickering of parameter window when typing inside stringDavid Karlaš
2016-07-14[Ide] Renamed SyntaxModeService -> SyntaxHighlightingService.Mike Krüger
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-06-20Fixed 'Bug 41922 - Wrong Autocomplete When Typing Dot'Mike Krüger
2016-06-15Revert "[Ide]Improve checks for if ToolTipWindow should be shown"Bernhard Johannessen
2016-06-15[Ide]Stop tooltip from appearing after completion list has closedBernhard Johannessen
2016-04-29[Ide]Improve checks for if ToolTipWindow should be shownBernhard Johannessen
2016-04-14Rename Skin to ThemeLluis Sanchez
2016-04-13Hide use of GTK in CompletionListWindow APILluis Sanchez
2016-04-06Revert "[Ide] Asynchronize OnTheFly formatting."Marius Ungureanu
2016-03-27[Ide] Asynchronize OnTheFly formatting.Marius Ungureanu
2016-03-14Fixed 'Bug 39552 - Event handler completion list sorting broken'Mike Krüger
2016-03-11[Ide] Fixed possible null reference exception in parameter info windowMike Krüger
2016-03-09Fixed 'Bug 38180 - Code completion should be case sensitive'Mike Krüger
2016-02-23There is no reason to create copy of style, hence no need to disposeDavid Karlaš
2016-02-19Fixed few GLib object leaks(missing dispose)David Karlaš
2016-02-19[CSharpBinding] Corrected category of extension methods.Mike Krüger
2016-02-18Fixed 'Bug 38879 - Backslash character inside string makes textMike Krüger
2016-02-18Fixed 'Bug 38830 - Autocompletion window is not appearing whenMike Krüger
2016-02-16[Ide] GuessBestMethodOverload is now async.Mike Krüger
2016-02-16[Ide] Code Completion: List window now has minimum width 400ptVaclav Vancura
2016-02-16[Ide] Code Completion: The list now has 13 rows as defaults (10 before)Vaclav Vancura
2016-02-16[Ide][Completion] Optimize right side description size and positionVsevolod Kukol
2016-02-15[Ide] Fixed possible null reference exception.Mike Krüger