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
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-06-12[Gettext] Do not include CDATA tags in translationsMatt Ward
CDATA tags that were inside translatable xml elements were included in the extracted translation text when the files are scanned. The CDATA tags themselves should not be displayed to the user so they are now excluded with the regular expression. CDATA tags are used in the project templates and were not translated since the text being passed to the translation catalog would not include these tags and would not find a match.
2017-03-28Misc opt (#1960)Marius Ungureanu
* [Core] Remove superfluous ToCharArray. * [Perf] Optimize StringBuilder usage Go through StringBuilder.Append(string) and StringBuilder.Append(object) usages. As follows, we no longer concat strings before appending to a stringbuilder, and we no longer box valueTypes which go through Append(object). * [Perf] Optimize StringBuilder.AppendLine Most notable improvements are in AssemblyBrowser and Diff calculation. * Fix feedback.
2017-02-21Merge remote-tracking branch 'origin/vNext' into roslyn-ivtMikayla Hutchinson
2017-02-16Fix threading issue in PO editor widgetLluis Sanchez
2017-02-16String optimizations (#1881)Marius Ungureanu
* [Core] Remove ToLower where applicable. * [Core] Remove ToUpper where applicable. * [View] Fix possible crash in no selection tolower/toupper Instead of getting just 1 char, we get a possible huge string, depending on the caret's offset in a document. * [Ide] Fix lots of intermediate strings being created on keybindings panel filtering * [Ide] Remove string.ToLower where applicable. * [Ide] Remove string.ToUpper where applicable. * [Editor] Remove string.ToLower where applicable. * [Addins] Remove string.ToLower string.ToUpper where applicable.
2017-01-18Merge remote-tracking branch 'xamarin/vNext' into roslyn-ivtMikayla 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
2017-01-14[build] Fix issue building on msbuildMikayla Hutchinson
It thinks that the 'Makefile.am.template' has an 'am' locale.
2017-01-12[Gettext] Changed line counting when opening references in PO Editor from 0 to 1F. Phoenix
Additional to 7d161b23a287120d8fbd6c829077f66041984536
2016-11-17[Gettext] Changed line counting start from 0 to 1F. Phoenix
Most text editors incuding MonoDevelop editor starts to count lines from 1 and I never seen it counting from 0 in gettext references before. Better to not corrupt that standard to allow side editors work fine with it. [Ru] Большинство текстовых редакторов, включая встроенный редактор MonoDevelop используют нумерацию строк с единицы, а не с нуля. И во всех po-файлах, с которыми я до этого работал, ссылки на исходник были указаны в отсчете с 1. А то, что в этом модуле решили считать их с 0, приводит к недопониманию с редакторами переводов.
2016-11-17[Gettext] Fixed line countingF. Phoenix
Line counting only worked fine with CRLF (\r\n) but not with LF (\n) line endings.
2016-10-12[Perf] Use Directory.Enumerate* instead of Get*therzok
The reasoning for these changes was changing where-ever the hack for bug 2975 was written, or the collection was not fully enumerated (or it was deferred via IEnumerable).
2016-10-06Updated roslyn & switched to roslyn nugets.Mike Krüger
2016-09-18[Ide] Don't dispose List/TreeStore as we don't own it, the treeview does.Marius Ungureanu
2016-06-07[Ide] Exclude ResourceManager calls when crawling for PO.therzok
2016-06-02[Gettext] Remove duplicated GetString regexes and add triple quoted F# strings.Marius Ungureanu
2016-05-31Project template icons (#1477)Václav Vančura
* [AspNet] New template images * [Ide] New project dialog template icons and images: * Workspace * Solution * Project * Shared Project * Library Project * PCL Project * GUI Project * Console Project * Test Project * Package Project * [NUnit] New project dialog template icons and images * [GetText] New project dialog template icons and images * [Deployment] New project dialog template icons and images
2016-05-24[Ide] Add F# regexes to gettext addin.Marius Ungureanu
2016-05-04[Gettext] update-po requires DesktopService to be initialized.therzok
2016-04-14Rename Skin to ThemeLluis Sanchez
2016-04-06[Templates] Update IDsVincentDondain
2016-04-04[PO] Fix undo/redo in PO editor.therzok
Bug 4608 - "undo"-ing in po editor textbox causes crash.
2016-03-27[Ide] Experimental change from single addchild to packing children updates ↵Marius Ungureanu
in tree view nodes This change is going to bring speed improvements after the optimizations done to AppendValues inside Gtk# are released. Batch calls to AddChild, as the collection insertion is guarded against multiple resorts on insertion.
2016-03-16[Icons] [Gettext] Locale project iconsVaclav Vancura
2016-03-10[Gettext] Fixed compiler warnings.Mike Krüger
2016-03-04[Gettext] Fixing invalid icon refVaclav Vancura
Fixes #39295 - Translation project not available in New Project dialog due to missing icon
2016-02-22[Icons] [GetText] New locale iconsVaclav Vancura
2016-02-19[Gettext] Fix project iconVsevolod Kukol
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-16[Gettext] Dark stylesVaclav Vancura
2016-01-15Merge remote-tracking branch 'origin/master' into roslyn-dark-skinMarius Ungureanu
2016-01-14[Gettext] New light colorsVaclav Vancura
2016-01-12Merge remote-tracking branch 'origin/master' into ↵Lluis Sanchez
modifiable-evaluated-properties
2015-12-18* CProject.cs:Lluis Sanchez
* CProjectConfiguration.cs: * AspMvcProjectConfiguration.cs: * AspNetAppProjectConfiguration.cs: * GenericProject.cs: * ItemConfiguration.cs: * IConfigurationTarget.cs: * UnknownConfiguration.cs: * SolutionItemConfiguration.cs: * MultiConfigItemOptionsDialog.cs: Don't allow changing the configuration name. To change the name, a new configuration has to be created. * MakefileProject.cs: * NUnitAssemblyGroupProject.cs: * Solution.cs: * DotNetProject.cs: * ProjectExtension.cs: * SolutionConfiguration.cs: * SolutionItemExtension.cs: * TranslationProject.cs: * DotNetCompilerParameters.cs: * DotNetProjectConfiguration.cs: * CSharpProjectExtension.cs: * CSharpCompilerParameters.cs: * PackagingProject.cs: Track api changes * MSBuildProperty.cs: * DefaultMSBuildEngine.cs: * MSBuildPropertyGroup.cs: * MSBuildProjectInstance.cs: * MSBuildPropertyEvaluated.cs: * MSBuildPropertyGroupEvaluated.cs: Add support for binding an evaluated property collection to a property group, so that we can see it as an IPropertySet which contains all evaluated properties, which can be modified (by updating the underlying property group) * MSBuildProject.cs: New api to allow inserting a property group before an existing object. * IPropertySet.cs: Remove unused RemoveAllProperties() method * Project.cs: * ProjectConfiguration.cs: Use the new modifiable evaluated property list to keep track of changes in configurations and in the main property group. * SolutionItem.cs: Change the name of the 'name' argument of CreateConfiguration to 'id', since it may include both the name and platform * MSBuildTests.cs: Fix tests
2015-12-18Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-16Merge remote-tracking branch 'origin/master' into roslyn-dark-skinVsevolod Kukol
2015-12-16[Gettext] Implement unicode unescapingmhutch
2015-12-14Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-10[Gettext] Fix being unable to load or create translation projects.Matt Ward
2015-12-02Revert "[Ide] Cleanup CommandManager."Marius Ungureanu
This reverts commit 26f52de488283cae580c9bab44634fae4aefe296.
2015-11-29[Icons] [Gettext] Removing obsolete iconsVaclav Vancura
2015-11-29[Gettext] Add dark skin supportVsevolod Kukol
2015-11-29[Gettext] Remove unused iconsVsevolod Kukol
2015-11-29[Gettext] Use stock icons from IDEVsevolod Kukol
2015-11-29[Gettext] New flat icons:Vaclav Vancura
* done * prefs-language
2015-11-29[Icons] [MonoDevelop.Gettext] Dark skin: preferences iconsVaclav Vancura
2015-11-29[Icons] Dark iconsVaclav Vancura