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
2015-02-14[XMToolbar] Add Debugger icons.Marius Ungureanu
2015-02-14[XMToolbar] Introduce RunButton icons.Marius Ungureanu
2015-02-14[Toolbar] Introduce MainToolbarController and IMainToolbarView.Marius Ungureanu
2015-02-13[Mac] Guard against NRE for unrealized widgets.Cody Russell
2015-02-10[Debugger] Preview type namespaces cut off lost information about which time ↵David Karlaš
exaclly is in question plus generic types were displayed wrong
2015-02-08[Refactoring] Catch and report exceptions when searchingMichael Hutchinson
2015-02-08Merge pull request #733 from mhutch/fix-find-derived-symbolsMike Krüger
Fix find derived symbols
2015-02-08[Refactoring] Make threading a bit saferMichael Hutchinson
It still seems a bit hairy, it's a bunch of using things that aren't really threadsafe.
2015-02-08[Refactoring] Fix Find Derived SymbolsMichael Hutchinson
It wasn't searching types in referencing projects. Re-use the Find Derived Classes logic.
2015-02-08[Refactoring] Fix FindDerivedClasses command handlerMichael Hutchinson
2015-02-08[SourceEditor] Implement SortSelectedLines commandMichael Hutchinson
2015-02-05[Debugger] Fixing NRE when there is no default value visualizerDavid Karlaš
2015-02-03[Xml] Allow whitespace in closing tagMichael Hutchinson
2015-02-03Merge pull request #691 from mono/perfImprovementsMarius Ungureanu
Performance Improvements
2015-02-03Merge pull request #692 from mono/memFixesMarius Ungureanu
Trying to not leak some memory.
2015-02-03[VersionControl] Fix hang when using recursive directory status.Marius Ungureanu
2015-02-02[Refactoring] GetValidActions doesn't start a thread anymore.Mike Krüger
It wasn't used async anyways.
2015-02-02[T4] Expose smaller host surface area to file templatesMichael Hutchinson
2015-02-02[T4] Allow host to expose itself as specific typeMichael Hutchinson
2015-02-02[T4] Expose useful host properties for file templatesMichael Hutchinson
2015-02-02s fix host typeMichael Hutchinson
2015-02-02[T4] Allow hosts to inject directive processorsMichael Hutchinson
2015-02-02[T4] Allow hosts to specialize Host property typeMichael Hutchinson
2015-02-02[T4] Allow directive processors to implement interfaceMichael Hutchinson
Instead of requiring subclassing the abstract class.
2015-02-02[T4] Factor out helpers for directive processorsMichael Hutchinson
2015-02-02[AspNet] Implement project tag providerMichael Hutchinson
The tag provider provides the same tags that the project template wizard uses, so files can depend on them.
2015-02-02[AspNet] Implement a project template wizardMichael Hutchinson
2015-02-02[Ide] Pass project string tag model to file templatesMichael Hutchinson
Previously we were priming SingleFileDescriptionTemplates's custom tags with the ProjectCreationParameters. Generalize this to passing file templates a project tag model. For the case of new projects, this is the ProjectCreationParameters. However, when adding files to an existing project, it's the project's tag model. Also fix project tags in file template references.
2015-02-01[Windows] Fix default app in Open With listMichael Hutchinson
2015-02-01[T4] Add T4Template file template typeMichael Hutchinson
2015-02-01[T4] Fix referencing assembliesMichael Hutchinson
2015-02-01[AspNet] Add missing default referencesMichael Hutchinson
2015-01-30[T4] Fix failing unit tests.Matt Ward
2015-01-30Merge remote-tracking branch 'xamarin/new-project-dialog'Matt Ward
Conflicts: main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectDescriptor.cs main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.Templates/ProjectTemplate.cs version-checks
2015-01-30Merge branch 'nuget-always-show-packages-folder'Matt Ward
2015-01-30[Mac] Fix issue with submenus in the Help menu.Greg Munn
When a submenu is added to the Help menu, IsModalDialogRunning() (incorrectly) returns true for those submenu items because of the NSCarbonMenuWindow's returned in GetTopLevels.
2015-01-29[Debugger] Use the ex.Message for the secondary text always if left unspecifiedJeffrey Stedfast
2015-01-29[Debugger] Provide the exception error messageJeffrey Stedfast
2015-01-29[PackageManagement] Add instrumentation counters for install / uninstall of ↵Greg Munn
nuget packages.
2015-01-29[MacPlatform] Fix blurry icons in AlertDialogs.Greg Munn
2015-01-28Bump nrefactory.Mike Krüger
This brings basic c#6 support.
2015-01-28[T4] Fix minor bug in generated helpersMichael Hutchinson
2015-01-28[TextTemplating] Robustify proprocessed generatorMichael Hutchinson
Instead of assuming the the language of the project matches that of the template, use the template's language. This means it can now be used in e.g. SAPs.
2015-01-28[TextTemplating] Remove redundant LogicalSetDataMichael Hutchinson
It's pointless setting it on the preprocessed template since it doesn't actually run user code during generation.
2015-01-28[AspNet] Allow Razor generator to work with SAPsMichael Hutchinson
2015-01-28Restrict C# preprocessor templates to C# projectsMichael Hutchinson
2015-01-28[AspNet] Add a TODO to the Razor parserMichael Hutchinson
2015-01-28[Debugger] Immediate console is readonly if debugee is not pausedDavid Karlaš
User can type text(commands) only when debugee is paused(breakpoint, paused, stepping, exception...)
2015-01-27[DebuggerTests] Added tests for virtual method calls and debugger-libs bumpDavid Karlaš
2015-01-27[DebuggerTests] Passing List<> DebuggerDisplay unit tests on referencesource ↵David Karlaš
version of mono