David Srbecký
8c4fbace89
Added headers to debugger interop
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@694 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e9d7cf5110
Warning 108 suppressed in the release build of debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@693 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
eefbab6fb7
Applied form designer patch by Christian Hornung. Fixes SD2-522 and SD2-516.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@692 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
Daniel Grunwald
726e726308
Fixed possible StackOverflowException in BooBinding.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@689 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
e71835b49f
Fixed debugger tooltip grid.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@683 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
36c8a94de5
Exceptions handled properly in .NET 1.1
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@682 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
b9c23bedf7
Fix BooBinding solution file, minor C#->Boo conversion fix.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@678 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
a01df87211
removed that little String hack from SearchPad.cs
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@676 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
016c973473
Fixed SD2-471: Sorting of arrays in locals window is wrong
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@675 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
5475eeea0d
Function.GetSegmentForOffet is a bit more forgiving
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@674 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
645c22b31a
Fixed SD2-482: First command line argument not passed to debuggee;
...
Debugee version reported in log
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@672 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
9396ae6c8c
Fixed Thread.Callstack yielding null.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@671 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
c7500d9f59
Fixed SD2-512: Form Designer cannot load "Color.FromArgb" definitions
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@668 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
d94907f1da
Fixed SD2-505: Debugger freezes on StackOverflowException
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@667 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e5b0912f94
Fixed obsolete warnings in debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@666 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
a2187b2420
.NET 1.1 applications can be debugged
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@665 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
David Srbecký
efb229d1ef
StateControl refactored. Added WaitForPause()
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@663 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
2ca271aaa4
Help 2.0: added a new checkbox to limit the search results for the current project language if a project is loaded; if not, the checkbox disappears. I was too lazy to build a new version of the translation database, but the strings are entered.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@662 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
c6a905105d
Fixed UTF8 auto-detection. (Thanks to Christian Hornung)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@661 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
Mathias Simmack
755e0747f8
Thanks to Daniel. I forgot my other *Strip* thing, the ContextMenuStrip in TocPad.cs. The RendererChanged event works for it now.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@659 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
ed4d112be0
Dynamic Help toolstrip now reacts to the RendererChanged event
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@658 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
8c4f7acf08
Dynamic Help Toolstrip: ProfessionalColorTable used to color the toolstrip
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@657 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
e402835d8b
Reference Boo.Lang.Useful by default. Automatically copy Boo.Lang.dll to the output directory.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@650 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
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
07297e1268
Replace PostBuildEvent with MsBuild targets.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@643 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
4c9c120fef
Add TreeGrid control.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@640 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Mathias Simmack
ac5d144c8d
updated XML editor for XAML style and schema (does NOT include the Avalon/XAML schema itself)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@633 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
417f61d4d1
Schema errors in task list now use the schema filename. Fixed problem where each XmlView was creating its own output window category.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@632 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
34e2d508a1
Most of assembly scout working. Needs resources from Fidalgo, info view browsing via hyperlinks is disabled, and speed improvements required.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@629 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Matt Ward
5444360515
Can now assign an XSLT stylesheet to an XML file and run transforms. New XML menu to make it easier to locate xml editor menu items.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@627 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
154dfeee9a
Fixed bug in NRefactoryToBooConverter: NullReferenceException when first section in switch-statement was the default section.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@626 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
db62adff59
Fixed SD2-497: Allow adding existing files as links.
...
Boo.Microsoft.Build.Tasks now can embed .resource files.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@620 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
Daniel Grunwald
953c951b3f
Fixed SD2-503: WindowActive condition fails
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@619 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago