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-02-16Disable obsoletion warnings in a bunch of unported extensionsMikayla Hutchinson
This is so that we can obsolete the old editor APIs without the obsoletion warnings overwhelming everything else. These can be removed as the extensions are ported.
2019-01-16Remove redundant build infrastructureMikayla Hutchinson
The old autotools build infrastructure is largely redundant, as projects are now built with msbuild. Remove as much as can be done easily, along with some other obsolete stuff.
2019-01-14[DocFood] Remove redundant refsMikayla Hutchinson
2018-09-19Simplify references to Gtk assemblies.Kirill Osenkov
2018-06-27[Build] Simplify short resource IDs via definition groupMikayla Hutchinson
2018-06-20Clean up project filesMikayla Hutchinson
Remove redundant information, and make more information redundant by setting good defaults in the MD props. This lays some groundwork for the PackageConfig migration and eventually SDK-style project format migration.
2018-06-20Centralize the MD target framework versionMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-02-26[MonoDevelop.DocFood] Use StringBuilderCache.Mike Krüger
2018-01-04Fixed '530536 - Error in DocFood'Mike Krüger
Was only an error in the log file caused by the nested if not statement. There was only 1 case in the whole file so I just restructured the xml.
2017-04-10Fixed 'Bug 54936 - Unable to type in third '/' when gathering classMike Krüger
information'
2017-01-14Port to Roslyn 2Mikayla Hutchinson
2017-01-14[build] Update target framework to 4.6.1Mikayla Hutchinson
Roslyn 2.x needs this so we have to do it for MonoDevelop.Core and every assembly that references it.
2017-01-14Add global props/targetsMikayla Hutchinson
2016-11-21Merge remote-tracking branch 'origin/master' into vNextMikayla Hutchinson
2016-11-21Fixed 'Bug 47193 - Typing a tripple forward slash inside a stringMike Krüger
results in doc comment generation'
2016-10-07Merge branch 'master' into textmateMike Krüger
2016-10-06Updated roslyn & switched to roslyn nugets.Mike Krüger
2016-08-01Merge branch 'master' into maceditorMike Krüger
2016-08-01[DocFood] Fixed local copy flag.Mike Krüger
2016-07-29Fixed 'Bug 42588 - Generated documentation do not includes "returns"Mike Krüger
tag for a method that returns a value.' Only happens for 1 word methods.
2016-07-29Fixed 'Bug 42591 - XS generates documentation for preprocessorMike Krüger
directives.'. Note that WithFrozenPartialSemanticAsync is a < 5ms operation which gives the current, but maybe not 100% correct semantic. So it's not blocking the UI thread. (Which isn't needed since it's more or less an AST operation and the AST is always up2date there)
2016-07-12[General] Change some StringBuilder appends to not allocate strings.therzok
This removes substring calls that allocate strings so chars are copied from offsets into the stringbuilder.
2016-06-29Merge branch 'editor-newhighlighting' into maceditorMike Krüger
2016-06-14Fixed 'Bug 41795 - Generated documentation includes "returns" tag forMike Krüger
void methods'. It's a slight difference between roslyn & NR5.
2016-05-23Merge remote-tracking branch 'origin/master' into main-menu-redesignVsevolod Kukol
2016-05-17[TextEditor] Merged source editor with text editor (gtk part).Mike Krüger
Much parallel infrastructure could be removed - more will follow.
2016-04-06Revert "[Ide] Asynchronize OnTheFly formatting."Marius Ungureanu
This reverts commit 90f9f7622057b998f802a58bb4c6aa0589a0a93e. This introduced an issue with the completion widget, as it is not fully async safe.
2016-04-06[Ide] Optimize command labels and names in submenusVsevolod Kukol
Remove submenu names from command labels and add meaningful command display names for the global search.
2016-04-05[Ide] Rearrange Edit menuVsevolod Kukol
2016-03-27[Ide] Asynchronize OnTheFly formatting.Marius Ungureanu
2016-03-10[DocFood] Fixed compiler warnings.Mike Krüger
2016-01-27Remove outdated docs and ChangeLogsMichael Hutchinson
They fill search results with irrelevant information. The docs are almost 10 years out of date, and almost none of them apply to the current code. The ChangeLogs are all in the git history, and haven't been used for 5 years.
2016-01-12Merge remote-tracking branch 'origin/roslyn-nogtkshell'Marius Ungureanu
2016-01-08Fix case of some commandsLluis Sanchez
Patch by Colby Russell
2015-12-08Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-07Fixed 'Bug 29155 - Incorrect auto-doc generation for interface'.Mike Krüger
Usually little errors are funny in the doc generator. But that's a real bug.
2015-11-23[Ide] Switch OptionsPanel to Control.Marius Ungureanu
2015-06-19[Roslyn] Switched to release build.Mike Krüger
2015-06-19Switched from NuGet roslyn to custom one.Mike Krüger
2015-06-15[CSharpBinding] Removed some code duplication.Mike Krüger
This API is now part of Ide.
2015-06-15[NRefactory] Removed NR6 from the solution.Mike Krüger
The API is now included into the monodevelop repository. The public part is in IDE the non public part inside the c# binding (still needs to be made internal).
2015-06-12[DocFood] Fix build.Mike Krüger
2015-05-31Fixed 'Bug 27276 - A property starting with Cancel trickers wrongMike Krüger
property documentation. '.
2015-05-31Fixed 'Bug 29450 - [Auto Comments] Doesn't handle either capital orMike Krüger
underscores very well '.
2015-05-04[Ide] Updated to roslyn rc2/NR6.Mike Krüger
Track API changes.
2015-04-16[CSharpBinding] Narrow down public API.Mike Krüger
Some of these classes were public but shouldn't be.
2015-03-30[build] More Roslyn local copies removalJérémie Laval
2015-02-24Bump Roslyn & NR6 / Track API changes.Mike Krüger
Note: Code fixes & diagnostics broke.
2015-01-23[DocFood] Use shared semantic model.Mike Krüger