CurrentLineBookmark: add check that marker is placed inside the document. Fixed a crash when debugging code containing #line statements referencing non-existing lines.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3416 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Show AsynchronousWaitDialog while svn operation is running.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3413 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Use svn copy when copying files/directories using the project browser.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3412 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-832: Running an external tool should use the ProcessRunner class.
Made ProcessRunner use BeginOutputReadLine instead of running two threads for output reading.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0@3408 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
This ensures that all code and designer views of the same form class are synchronized correctly.
Fixes SD2-1175: .Designer.cs file is saved even if user chooses not to save changes.
ActiveWindowStateConditionEvaluator now checks the dirty state of all view contents of the active window, not only the active view content. This makes the 'enabled' state of the save button consistent with its function.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3390 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Convert menu builders in "Build" menu to WPF.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/branches/3.0wpf@3357 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed text editor bug: Starting an incremental search while the cursor is over the selection caused cursor not to revert to the normal "I-beam" when aborting incremental search.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3354 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Fixed SD2-1407: No filename or path in error pad when project is built from inside SharpDevelop's folders
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3353 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Don't show tooltips when code-completion is disabled.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3343 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
When going to a member using the quick class browser, scroll so that the target member is in the center of the text editor
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3302 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
The GotFocus handler of the viewTabControl had always set the focus to the control of the first tab page because Control.TabIndex is the tab (tabulator) order index of the control, not the tab page index. I changed this to the selected tab page, which was probably originally meant.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3276 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
Bookmarks now don't bind to a line, but use a TextAnchor.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3272 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
The Save commands now apply to all view contents of the active workbench window, not only to the active view content.
When a workbench window is closed, all its view contents are now saved, not only the active one.
Workbench window title now displays a * when any of its view contents is dirty, not only the active one.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@3266 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61