3492 Commits (b4cc2ff5140223469f2d21828e6d88a39dec8efe)
 

Author SHA1 Message Date
Matt Ward b4cc2ff514 References defined in a file template are now added along with their hintpath when adding a new file to a project. 17 years ago
Matt Ward 81527343aa Updated to WiX 3.0.4714 17 years ago
Matt Ward 8fb658431b No longer ignoring one of the python parser tests which now works in IronPython 2 17 years ago
Matt Ward 178f9f03e1 Added icons for Python files and projects. 17 years ago
Matt Ward 3b917d707f Changed the Python console window command line history so it behaves the same as ipy. Previously after reaching the start/end of the command line history the start/end command line would be shown again when moving the other way through the history. 17 years ago
Matt Ward 6a7bce1bcc Added IronPython.dll reference to Python console and winform project templates. 17 years ago
Daniel Grunwald a386bdc8ca Improved performance of code completion on variables with expensive type lookups (range variables, elements defined in XAML) 17 years ago
Daniel Grunwald d64c3db0da Fixed forum-8572: scoping of query continuation variables (thanks to Joseph Albahari) 17 years ago
Daniel Grunwald 3117fd80ec Patch by Alex Prudkiy: fixed random UnauthorizedAccessException when saving file 17 years ago
Matt Ward 08a7425771 Added basic command line history support for the Python Console window. 17 years ago
Ivan Shumilin 6bf0f84408 Update references in test solution 17 years ago
Ivan Shumilin fada9f0e0d remove duplicated projects and reference, update output paths in *.csproj 17 years ago
Daniel Grunwald 994ffb1812 Fixed bug in CompileModifiedProjectsOnly that could cause projects to not recompile even if they were changed. 17 years ago
Daniel Grunwald 35c6d0154e Fixed NullReferenceException in FileChangeWatcher.OnFileChangedEvent 17 years ago
Daniel Grunwald 688611c98e Don't swallow load errors 17 years ago
Daniel Grunwald 0bc307d4eb Mark .exe, .dll and .bat files as executable (required for cygwin). 17 years ago
Matt Ward 3aef8c79fe The home key moves the cursor to the start of the line after the prompt in the Python Console. 17 years ago
Daniel Grunwald d06a875528 C++ sample: x64 support 17 years ago
Siegfried Pammer 4c5360f876 fixed SD2-1470 17 years ago
Matt Ward 63e7639f2b Updated to IronPython 2.0 RC 1 17 years ago
Matt Ward 754374cb01 Change GUIDs for setup components that changed when files were removed or added. 17 years ago
Ivan Shumilin a2c98174e2 Setup fix 17 years ago
Ivan Shumilin 89a3ce3a0a Setup fix 17 years ago
Ivan Shumilin cb95a5a4a3 Setup fix 17 years ago
Ivan Shumilin 3035c83c8e second attempt... 17 years ago
Ivan Shumilin 1069fc57dc xaml specification, xaml backend, reorganize code, etc etc 17 years ago
Matt Ward a7e361e83b Inner classes with a TestFixture attribute are now shown in the Unit Tests and can be tested individually. 17 years ago
Christian Hornung 385f08cdaa Fixed SD2-1468 - Custom components tab does not show control with missing constructor. 17 years ago
Daniel Grunwald 9815697f23 Fixed build 17 years ago
Daniel Grunwald 2bffb7e184 Update Clipboard.ContainsText using a separate thread. 17 years ago
Daniel Grunwald 17a10b74b6 Make FileChangeWatcher reload a file not only when there were external writes to the file, but also when the file was replaced by an external app. Fixes reloading the file when doing "svn revert". 17 years ago
Daniel Grunwald d2f3fac28c Mark HistoryView as IsViewOnly 17 years ago
Daniel Grunwald cd400c7cc0 Fixed SD2-1474 (ClassInheritanceTree returns incorrect results) 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 17 years ago
Christian Hornung b982652de5 Add unit tests for ClassInheritanceTree, including failing (ignored) test that shows the cause of SD2-1474. 17 years ago
Matt Ward 7efa7d9571 Fixed null reference exception that could occur if the TextBoxTextChanged event was fired before the XmlTreeEditor was created. 17 years ago
Daniel Grunwald 55a20e6026 Fixed NullReferenceException in TaskListPad.IsInScope 17 years ago
Daniel Grunwald fef66a43e6 Fixed exception opening StyleCop options when StyleCop is not installed 17 years ago
Daniel Grunwald 22cc955540 Fixed some minor bugs. 17 years ago
Christian Hornung d2fb81271c Fixed the Windows.Forms designer not reloading when a referenced assembly has been changed. 17 years ago
Matt Ward 41b1c801ca Fixed a problem where clicking an item in the Errors window would not show the source code if the file was being displayed in the forms designer. 17 years ago
Matt Ward 557e322065 Added show caret line option to Markers and Rulers options panel. 17 years ago
Matt Ward 662e1cf614 Added patch by Alex Prudkiy to fix sorting items in the combo box above the properties. 17 years ago
Siegfried Pammer 1710bc9334 Implemented Code Completion support of -> Operator 17 years ago
Daniel Grunwald 825952a177 Fixed NullReferenceException for code completion on pointer variables. 17 years ago
David Srbecký 9c88a25ccd Some exceptions may not be interceptable in release code 17 years ago
Daniel Grunwald 0a42c419c3 Add unit test that checks that SharpDevelop.exe, BuildWorker.exe and booc.exe all use the same value for the 32-bit-flag. 17 years ago
Daniel Grunwald 9b16a1757d DebugOptions: EditRawProperty (=allow using MSBuild replacements) 17 years ago
David Srbecký c19717ac7e Methods for reading and writing of process memory. Test that breaks string immutability using memory write. 17 years ago
Siegfried Pammer 213abd0b2a Fixed null reference exception when debugger is running. 17 years ago