6176 Commits (6eceaaafce5ed9b45d19a1645b1b012675aac996)
 

Author SHA1 Message Date
Martin Koníček 58aa53cd4f Moved "Move class to matching file name" and "Rename file to match class name" from context menu to context actions. 15 years ago
Martin Koníček 16e22783e9 Fixed build. 15 years ago
Martin Koníček 46060649fb Moved "Add check for null" and "And range check" from context menu to context actions. 15 years ago
Martin Koníček e0be701baa Refactored EditorContext to allow sharing of data between Context actions. 15 years ago
Tomáš Linhart 11454252ad Added a support for instructions. 15 years ago
Siegfried Pammer 0d977e0a84 moved CallStackPad to WPF; this should fix the repaint problems/errors 15 years ago
Matt Ward 2aa3e970c8 Added simple Silverlight project templates for IronPython and IronRuby. 15 years ago
Martin Koníček f762d24d46 Implement interface (explicit) context action. 15 years ago
Matt Ward d26cbb04a1 Added IronRuby WPF application and file templates. 15 years ago
Matt Ward 0171600afb Added IronPython WPF project and file templates. 15 years ago
Matt Ward 9dce6b380b Python-Run now sets the working directory to the directory of the file being run. 15 years ago
Siegfried Pammer d6a70db9e8 implemented proper support for method calls without a parameter list in VB 15 years ago
Matt Ward 8fda917b08 Fixed null reference when insight window opens in IronPython and Boo projects. 15 years ago
Matt Ward a385fc6424 IronPython project templates now configure the project to run Program.py with ipy.exe instead of running the project's executable. 15 years ago
Matt Ward 53c8213097 Python addin no longer using obsolete ParseInformation properties. 15 years ago
Kumar Devvrat a851d04ff9 Add collection editor for editing Menu, TreeView, ListBox, ComboBox items 15 years ago
Martin Koníček 745d903188 Implemented Extend selection (Ctrl+W, will be in menu). Does not work perfectly for constructor and indexer declarations yet. 15 years ago
Siegfried Pammer 6bbac6dd41 fixed missing method bodies on ImplementAbstractClass/ImplementInterface 15 years ago
Siegfried Pammer c1ec7d2898 fix build (ignore unit tests for Introduce Method) 15 years ago
Martin Koníček cbc1b162e6 Added 2 context actions - Check null, Check not null. They are offered after assignments to local variables. In case they annoy you: soon it will be possible to turn off any action easily right from the actions popup. 15 years ago
Martin Koníček d724328441 Rewrote EditorContext so that it will be more usable for implementing Context actions. It now provides AST Node at caret and its parents. 15 years ago
Daniel Grunwald 5877eaf5d6 Automatically update copyright end year 15 years ago
Daniel Grunwald cc0747bd45 Read copyright information from GlobalAssemblyInfo 15 years ago
Daniel Grunwald 9aec7e28d0 Merge branch 'gitUpdateAssemblyInfo' 15 years ago
Daniel Grunwald 054c5397f3 Merge 3.0 to trunk. 15 years ago
Siegfried Pammer f12702b989 - fixed missing Implements/Handles clause in Sub and Function declarations in EF Parser 15 years ago
Daniel Grunwald 79e2ce1402 Fix automated build. 15 years ago
Daniel Grunwald ef64ad91d5 Remove SVNChangeLogToXml 15 years ago
Matt Ward 82c8b61d80 Changes in Tools-Options for the IronPython and IronRuby console application filename are now picked up when using Python-Run or Ruby-Run. 15 years ago
Daniel Grunwald c190de5a0b Merge UpdateSetupInfo into UpdateAssemblyInfo. 15 years ago
Daniel Grunwald 7674a910ad Change UpdateAssemblyInfo to use git. 15 years ago
Siegfried Pammer bd6c8f8193 - fixed NUnit reference in SharpRefactoring.Tests 15 years ago
Matt Ward f249e3f083 Fixed null reference exception when typing a comma to add a new parameter to an existing class method. 15 years ago
Martin Koníček cd578c1fa7 Fixed minor CC bug. 15 years ago
Mathias Simmack 1599809fde removed a few more ArgumentNullExceptions 15 years ago
Siegfried Pammer d27e4926f6 - added missing VB keywords to VBNET-Mode.xshd 15 years ago
Martin Koníček 47eb1adee8 Derived classes etc. popup opens at cursor position again. 15 years ago
Siegfried Pammer 963f910d54 fixed Unit Tests 15 years ago
Matt Ward b99b673908 Updated NUnit to version 2.5.7 15 years ago
Martin Koníček e8b33ea806 Updated string resources. 15 years ago
Martin Koníček 33d3af13c7 Ctrl+T in the editor opens and focuses Context actions popup. Added tooltip so that the shortcut is discoverable. 15 years ago
Siegfried Pammer 4309c65a17 - fixed missing instructions in EF Parser 15 years ago
Matt Ward d5a6323e00 Updated NUnit to version 2.5.7 15 years ago
Kumar Devvrat 5b3f1e4470 Fix error in the Tools order. 15 years ago
Kumar Devvrat 42b1ccfc25 - Re-adjust styles. 15 years ago
Martin Koníček 73d846fa74 Fixed minor bug with context action popup closing. 15 years ago
Martin Koníček 9485a07bdb VBNetLanguageBinding returns LanguageProperties.VBNet, so that Context actions now work also for VB. 15 years ago
Daniel Grunwald c28b2cd09d Avoid ArgumentNullException(Help3Service.ActiveCatalog) when pressing F1 on machine without Windows SDK 7.1 installed. 15 years ago
Matt Ward 8543d7d639 Move IL Binding to samples. 15 years ago
Kumar Devvrat 958d12d508 - Fix various issues related to alignments,width and height. 15 years ago