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-09-18[CSharpBinding] Fixed parameter hinting issue.Mike Krüger
2015-09-18Reference check optimizationLluis Sanchez
2015-09-18[Ide] Removed project saving in apply changes.Mike Krüger
Takes too long at that level.
2015-09-17Fix incorrect UI thread assertionLluis Sanchez
The synchronization context of a thread may change, so when checking if the context is the UI thread context, check the instance type, not the instance.
2015-09-17[Core] Fix project builder issueLluis Sanchez
Looks like remoting has concurrency problems, since the builder stops responding when doing many calls at once. As a temporary workaround, I'm adding a lock on the engine, so that only one call is made at a time.
2015-09-17[Core] Optimization when saving a projectLluis Sanchez
When saving a project, don't refresh the builder if the project doesn't actually change.
2015-09-16Revert "[Core] Fix project builder issue"Lluis Sanchez
This reverts commit 68199978ce3cdd1a98a1903da32f9093ff4abc6c.
2015-09-16Fix warningLluis Sanchez
2015-09-16[Core] Fix project builder issueLluis Sanchez
Use the IPC remoting channel instead of TCP. The TCP channel seems to randomly fail when there are many concurrent calls.
2015-09-16Fix sln loading errorLluis Sanchez
Some sln files contains blank lines. Ignore them.
2015-09-16Project model optimizationsLluis Sanchez
When recursing In GetConfigurations, avoid checking projects that have already been checked.
2015-09-16Merge remote-tracking branch 'origin/master' into roslynLluis Sanchez
2015-09-16Fix image loading errorLluis Sanchez
2015-09-16[Ide] Deactivated the mmap temporary storage service implementation.Mike Krüger
2015-09-16Updated reference to md-addinsalan
2015-09-16Merge pull request #1042 from iainx/testable-selector-viewiain
[AutoTest] Add code to set the active runtime and configuration in Se…
2015-09-16[Ide] Startup: logging .gtkrc usedVaclav Vancura
2015-09-16[CSharpBinding] Improved parameter index recognition.Mike Krüger
In case of non terminated parameter lists the last ')' isn't there.
2015-09-16Fixed 'Bug 33979 - Show Parameter List popover not available when notMike Krüger
on opening '.
2015-09-16Implemented search in selection clipboard recognition behavior.Mike Krüger
See discussion in 'Bug 33951 - [roslyn] Confusing search-in-selection behavior'. The search in selection is now more aware of what the user might want. The clipboard content is now taken as hint if the user wants to do a search in selection or search for lines.
2015-09-16[CSharpBinding] Project search category now updates document changesMike Krüger
on a background task.
2015-09-16Fixed 'Bug 33975 - [roslyn] Ctrl-space doesn't work on virtual space'Mike Krüger
2015-09-16Fixed 'Bug 32329 - Xamarin Studio doesn't paste cut lines at cursor'.Mike Krüger
We tried that feature but decided to stay compatible with the rest of the editor world in that case.
2015-09-16Merge pull request #1041 from mono/addinInfoMarius Ungureanu
[Ide] Add user installed addins into the about dialog
2015-09-15[Mac] Toolbar: Small progress bar fix for non-retina MacsVaclav Vancura
2015-09-15[Ide] Add user installed addins into the about dialogMarius Ungureanu
2015-09-15[Mac] Toolbar: status are alignment fixes for El CapitanVaclav Vancura
2015-09-15Updated reference to md-addinsVincentDondain
2015-09-15Updated reference to md-addinsVincentDondain
2015-09-15[AutoTest] Add code to set the active runtime and configuration in SelectorViewiain holmes
2015-09-15[Mac] Moved mac progress bar 2px up on El CapitanMarius Ungureanu
Bug 33966 - XS: Toolbar progress bar is misaligned on El Capitan
2015-09-15Updated reference to md-addinsalan
2015-09-15Merge pull request #915 from iainx/session-recordingLluis Sanchez
Session recording
2015-09-15Updated submodule referencesalan
Updated reference to md-addins Fixed target branch for md-addins
2015-09-15Updated reference to md-addinsalan
2015-09-15Merge remote-tracking branch 'origin/master' into roslynAlan McGovern
2015-09-15Use suitable downloader urls for mono and xammacAlan McGovern
2015-09-15Fixed 'Bug 33946 - [roslyn] Alt-up/down no longer re-indents line'.Mike Krüger
2015-09-15[TextEditor] Remove debug message.Mike Krüger
2015-09-15Fixed 'Bug 33945 - [roslyn] Incorrect highlighting for interpolatedMike Krüger
string'.
2015-09-15Fixed 'Bug 33743 - [roslyn] No type inference on var'Mike Krüger
2015-09-15[Ide] Fixed bug in search result widget result text.Mike Krüger
String manipulation inside the markup is much faster than using the gtk attributes. So it's worth the effort of doing that & writing tests.
2015-09-15Fixed 'Bug 33933 - [roslyn] Markup errors in code completion'.Mike Krüger
2015-09-15Updated reference to md-addinsjeremie.laval
2015-09-14Fix a regression from the previous mergeAlan McGovern
2015-09-14Updated reference to md-addinsalan
2015-09-14Merge branch 'roslyn' of github.com:mono/monodevelop into roslynAlan McGovern
2015-09-14Merge remote-tracking branch 'origin/master' into roslynAlan McGovern
2015-09-14Bug 33935 - Unknown identifier when debugging C#6David Karlaš
This is just re-sync with roslyn ExpressionSyntaxExtensions.cs file
2015-09-14bump md-addinsDavid Karlaš