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-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-18Implemented regex toolkit as document controllerLluis Sanchez
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-14Remove more redundant referencesMikayla 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-20Purge junk Execution clr-version valueMikayla Hutchinson
2018-06-20Clean various redundancies from project filesMikayla Hutchinson
2018-05-17[Misc] Flush msbuild serialization changestherzok
2018-04-18[Build] Remove SpecificVersion=False settings for gtk# assembliestherzok
This breaks compiling MonoDevelop when both gtk# 2.0 and 3.0 are installed in the GAC. Always reference the strong named version and remove SpecificVersion=false
2018-03-29Remove stetic files, and make the autogenerated UI files the definitive versioniain holmes
Stop autogenerating files and in future any changes to the generated UI files can be made in the CS code itself
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
The Invoke API now can take both an Action and an EventHandler. delegate {} causes ambiguous results.
2017-03-22Disentangle RefactoringEssentials from a bunch of addinsMikayla 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-10-06Updated roslyn & switched to roslyn nugets.Mike Krüger
2016-10-04[RegExToolkit] Removed start regex button.Mike Krüger
After hitting that button 1000x times there needed to be a better solution for testing regexes faster.
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-05-23Merge remote-tracking branch 'origin/master' into main-menu-redesignVsevolod Kukol
2016-05-16WIP (#1419)Marius Ungureanu
2016-04-21[RegexToolkit] Move command to Tools categoryVsevolod Kukol
2016-04-07[RegexToolkit] Rename Tools menu entryVsevolod Kukol
2016-04-05[Ide] Rearrange Tools menuVsevolod Kukol
2016-03-10[RegexToolkit] Fixed compiler warnings.Mike Krüger
2016-02-11Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2016-02-09Fixed 'Bug 38569 - TypeSystem crashes the IDE when closing documentsMike Krüger
while loading'
2016-01-28Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
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-15Merge remote-tracking branch 'origin/master' into roslyn-dark-skinMarius Ungureanu
2016-01-14[CSharpBinding] Fixed bug in regex context handler.Mike Krüger
There was a regex group completion case not implemented. + Added unit tests for the regex context handler.
2016-01-14Merge branch 'roslyn-regexsupport'Mike Krüger
2015-12-11[Icons] [Ide] Using gtk-execute instead of obsolete gtk-media-playVaclav Vancura
2015-12-08[RegexToolkit] Removed local copy flag.Mike Krüger
2015-12-04[RegexToolkit] Add regex validation utility code action.Mike Krüger
2015-11-29[RegexToolkit] Use ImageView in stetic widgetsVsevolod Kukol
2015-11-25Fix incorrect mergesLluis Sanchez
2015-11-25ViewContent now creates Controls instead of GTK widgetsLluis Sanchez
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-11-25[Ide] Sanitize the ViewContentApiLluis Sanchez
Removed innecessary methods and events. Added convenience overloads.
2015-11-25Converted content interfaces to classesLluis Sanchez
The new BaseViewContent class replaces IBaseViewContent, IAttachableViewContent, AbstractBaseViewContent and AbstractAttachableViewContent. The ViewContent class replaces IViewContent and AbstractViewContent.
2015-11-23[Ide] Cleanup more APIMarius Ungureanu
2015-01-08[RegexToolkit] Removed NR5 reference.Mike Krüger
2014-07-14Merge branch 'xs6' into retina-editorMike Krüger
Conflicts: main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/CommandHandlers.cs main/src/addins/AspNet/MonoDevelop.AspNet.Mvc/StateEngine/RazorDom.cs main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.Parser/DocumentReferenceManager.cs main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet.csproj main/src/addins/AspNet/MonoDevelop.AspNet/MonoDevelop.AspNet/WebTypeManager.cs main/src/addins/AspNet/Projects/AspNetAppProject.cs main/src/addins/AspNet/Razor/RazorCSharpEditorExtension.cs main/src/addins/AspNet/Razor/RazorCSharpFormatter.cs main/src/addins/AspNet/Razor/RazorCSharpParser.cs main/src/addins/AspNet/Tests/WebForms/WebFormsTesting.cs main/src/addins/AspNet/WebForms/ILanguageCompletionBuilder.cs main/src/addins/AspNet/WebForms/WebFormsEditorExtension.cs main/src/addins/AspNet/WebForms/WebFormsSyntaxMode.cs main/src/addins/CSharpBinding/AspNet/ASPNetReferenceFinder.cs main/src/addins/CSharpBinding/AspNet/AspLanguageBuilder.cs main/src/addins/CSharpBinding/AspNet/CSharpBinding.AspNet.csproj main/src/addins/CSharpBinding/AspNet/RazorCSharpCompletionBuilder.cs main/src/addins/MonoDevelop.Debugger/MonoDevelop.Debugger/DebugCommands.cs main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.csproj main/src/addins/Xml/Completion/XmlCompletionData.cs main/src/addins/Xml/Editor/BaseXmlEditorExtension.cs main/src/addins/Xml/Editor/XmlEditorService.cs main/src/addins/Xml/Editor/XmlTextEditorExtension.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Components.DockNotebook/TabStrip.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui/Workbench.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide/MessageService.cs
2014-07-09[Ide] Removed the IEncodedTextContent interface.Mike Krüger
The text system can now properly handle the encodings. The view contents are now using the FileOpenInformation that already contained information about the encoding used. I added the FileSaveInformation class that contains the same information for the save operation. Using classes where more information can be added stabilizes the API more. The old view content/pad system should be reconsidered. We should use classes instead of interfaces for implementing the view contents.
2014-06-24Use 4.5 framework in core and addinsMichael Hutchinson
Shared libraries can still use older frameworks.
2014-04-04[Ide] TextEditor is now using a decorator pattern.Mike Krüger
2014-03-03Merge remote-tracking branch 'origin/master' into retinaLluis Sanchez
Conflicts: main/src/addins/MonoDevelop.SourceEditor2/MonoDevelop.SourceEditor.QuickTasks/QuickTaskOverviewMode.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Gui.Dialogs/SplashScreen.cs version-checks
2014-02-26Flush MSBuild serializer noiseMichael Hutchinson