Daniel Grunwald
af069a1f42
Add code completion for the "override" keyword.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@737 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
8d38544362
Fixed BOO-536: Forms Designer generated code has bad indentation.
...
Fixed MemberLookupHelper.GetCommonType.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@734 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
5cccbf6f15
Don't save the text "whole solution" as directory name, save the correct DocumentIteratorType when searching in a directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@733 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ceb25fb474
Fixed SD2-521: Clicking CS1691 error in error list shows error message
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@732 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
6181a779b1
The boo CodeDomVisitor now supports local variables (needed for resource manager).
...
Fixed SD2-523: Opening a new solution should close previously opened files
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@730 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
50a9f45f25
Fixed NullReferenceException when typing an OptionStatement.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@725 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
0432df8966
Added methods for "Set current statement" to IDebugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@724 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
70810828fd
Add "Set current statement" command to text editor context menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@723 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d0c6d2e5f2
Improved keyboard handling in form designer, typing text in the menu designer now works.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@720 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b36d72b6b5
Fixed SD2-543: NullReference Exception thrown when viewing VB project properties
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@713 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
2deee1b7ed
Fixed SD2-552: Class Browser not Refreshing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@712 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
85a90c9cee
SD2-534: Quick XML Doc menu option does nothing; added vb.net support
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@708 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
ab7edc9537
When using Ctrl+C or Ctrl+X when nothing is selected, the current line is copied/cut (patch by Martin Nordholts).
...
Fixed exception when typing a pipe '|' in the new project dialog.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@707 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
b842af5b4c
Fixed some small bugs.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@705 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fb12258ca6
Always show tooltips below the code line - patch by Yannick Kiekens (purplebox).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@704 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
39d44d19db
Applied ProjectNodeBuilder patch from Scott Ferret.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@703 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
140507c756
Fixed SD2-542. 'Show tooltip when moving mouse over expression' check box set to the value of the CodeCompletionOptions.TooltipsEnabled flag.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@702 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
db979be5f7
Improved C# to Boo converter.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@701 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
d01afc4561
SD2-456. Focus is now no longer being set back to the form designer after the property pad is clicked.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@700 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Markus Palme
d45bf1135e
patch from Luc Morin: support for overriding virtual base class properties with the alt-ins mechanism
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@699 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
de36e77696
FileTypeRegisterer now uses HKCU\Software\Classes when there is no write access to HKEY_CLASSES.
...
SearchAndReplace panel now uses translation database.
Removed many unused resource strings.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@691 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d9df3a65dd
Fixed SD2-504: Explicit implementations of generic interfaces cause parser error
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@690 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
ba9529033a
Form designer creates and uses .resx files for new forms and user controls. Forms that have already been created and are using a .resources file will continue to do so. Resx files are added to the MSBuild project with the DependentUpon element set to point to its form. Deleting the form will also delete its Resx file.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@688 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
0cfa16791c
Add support for partial classes to the form designer.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@687 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
fa98de1bd8
Use shadows, improved colors for debugger tooltip.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@686 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
91406cf910
Debugger grid child windows now use a custom border instead of SizableToolWindow.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@685 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e8c8159477
Add AllowLabelEdit to DynamicListItem. Improve drawing of '+' sign.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@684 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
e71835b49f
Fixed debugger tooltip grid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@683 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
bf408d7f26
Fixed SD2-509: Form Designer duplicates first line of code
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@680 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
dec20c958b
Fixed SD2-520: Changes to Treat Warnings as Errors option ignored
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@679 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
66a115d6ce
Improved measuring of TreeGrid item width.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@677 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
c116e87013
Removed LoggingService.Debug calls from CompilerMessageView.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@673 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
fce237bd28
Fixed duplicate items in output pad due to race condition in CompilerMessageView. Addins that use the output pad changed to bring pad to front before adding messages to it. Added NAnt build file filter when opening files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@670 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
352a57c1b0
Debugger tooltips are filled with real content.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@669 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
67ddfc9230
Add code completion support for extension methods in Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@664 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c0cd40529b
Fixed SD2-510: Deleting a file with local modifications
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@660 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
516507117d
RegExSearchStrategy now supports replacing "$1" with the group value.
...
Fixed exception when using invalid RegEx.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@655 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
741ebfee07
Reference libraries from Booc.rsp automatically.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@654 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
d67a715fe6
Move some strings into the resource database.
...
Boo projects import Boo.Lang by default.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@652 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
f4706a496d
ResolvedType on contructor calls now includes type arguments.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@651 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
3b5070c22f
Improved code completion for Boo.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@649 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
30f7efb8ea
Fixed a minor bugs in C# to VB and Boo conversion, fixed possible endless loop in VB lexer and a NullReferenceException when using "Go to" in XML files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@647 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9d8304c624
Remove the dependency check in release builds for faster starting.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@646 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
9d3e4e8eab
Some changes to resources / font loading.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@645 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
eb93ff4149
SharpDevelop now passes properties so that MSBuild accepts them for both the scanning and building steps -> compiling Boo and ILAsm applications and specifying the target Framework version in C# works again.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@644 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
205b2efb02
SharpDevelop should now work on .NET 2.0 final. Implemented a workaround for SD2-485 (Compile solution not working with .NET 2.0 RC1).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@642 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
04b763d047
Display TreeGrid in debug mode (currently without content).
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@641 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
4c9c120fef
Add TreeGrid control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@640 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
565490bd49
changed DefaultFileNodeCommands.cs to accept XAML files; added some XAML file templates (Window, Page, FlowDocument, PageFunction, ResourceDictionary, UserControl)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@639 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
8bd159545c
support for DependentUpon and SubType attributes in XPT project templates added (see the Avalon* templates for a working demo)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@638 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago