Daniel Grunwald
56ff59431f
AddInBuildingGuide modified for Corsavy.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@114 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
20 years ago
David Srbecký
e051794455
Minor fixes
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@113 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
9c5e0db7aa
Debugger stepping made more stable
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@112 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
c9c309b7c4
Add SharpDevelopAddin project template.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@111 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
f17c72e038
Replaced LoadWithPartialName through Assembly.Load, it seems to do the same job in .NET 2.0.
...
Optimized the StringParser a bit.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@110 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
e73b222ff3
ParserService does not lock parsed files anymore.
...
Moved common options panel from C# and VB.NET to base.
Fixed bug in property pad by introducing PropertyContainer (combined set of DesignerHost, SelectableObjects and SelectedObject).
The PropertyPad now automatically shows the PropertyContainer of the active ViewContent.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@109 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
a2fc15687f
Fixed some properties in the project files.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@108 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
3291bbb15f
Moved debugger pads into their own subcategory in the view menu.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@107 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
2bb8881add
Fixed project template options.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@106 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
bbe15432b7
Fixed docking of project options panel.
...
Definition tooltip does not try to override text marker tooltips anymore.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@105 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
90c13fc553
Add definition view pad.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@104 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
08279d2016
Property evaluation in the debbuger disabled
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@103 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
ce2c0b3e67
Fixed bug that prevented project scout treeview from redrawing when opening folder without contents.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@102 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
8b3d5f9b89
Made tooltip static so only one tooltip can be displayed at one time.
...
Tooltip now shows current value of local variables/parameters when debugging.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@101 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
a99c5185e4
* Caching of Variable.CorType
...
* Base classes disabled in Local Variables Pad
* Icons in subtrees of Local Variables Pad fixed
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@100 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
95b351a8a0
Icons in Local Variables Pad fixed
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@99 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
a1aaf01a8a
ExceptionBox is not used if #D is started under debugger
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@98 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
b03ebfcab8
corDebug.Terminate() crashed the #D on exit
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@97 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
078cc2744e
Release build fixed (but nunit.framework still must be in GAC)
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@96 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
b97b502dba
"workingDirectory" and "arguments" used in CreateProcess
...
(Since 2.0.50215 this prevented the debugger to start)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@95 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
f6ddb57440
Debugger Interop updated to Beta 2
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@94 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
8f0d6da9ad
Fixed SD-318 and SD-347. Many small changes.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@93 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
20b09a9e74
Improved XmlDoc to text conversion.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@92 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
836369b586
Update DockPanelSuite, fixes bug that views were not properly closed.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@91 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
b8367938c5
Included file icons from Wolfgang Bartelme.
...
Fixed exception when loading project that has a .xml file declared as "compile".
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@90 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
22f417e362
Language bindings can now determine on what characters and keywords code completion should be triggered.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@89 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Markus Palme
9b103ca09a
adopted patch from fidalgo revision 1807
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@88 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
1bd2aefc9e
Fixed StackOverflowException when property ReflectionIndexer.Parameters is used.
...
CC does not pop up on integer literals anymore.
Fixed focus stealing when moving mouse over FoldMargin.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@87 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
2b0fd8cc53
Resolver can now find correct overload in a method invocation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@86 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
d4b3e2860c
Fixed some bugs.
...
PropertyCodeGenerator can work with fields like '_fieldname' or 'm_fieldname'.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@85 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
9b9699e934
MSBuildProject now uses Microsoft.Build.Engine instead of calling MSBuild.exe.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@84 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
ea1e8a047a
Fixed bugs in ParserUpdateThread.
...
Fixed bug in InsightDataProviders.
Added unit test for CC lookup of a method with multiple overloads.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@83 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Mike Krüger
f5cd93dd9f
#D now runs under the latest .NET Framework.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@82 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
b5cc91e62e
Fixed MessageView bug.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@81 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
cc63250aed
Many bugfixes/improvements in the resolver.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@80 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
c9c374372a
ParserService now supports ProjectReferences.
...
Go to definition now works for local variables.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@79 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
c01804f7d2
Added feature: go to definition (Ctrl-Enter)
...
Set warninglevel to 4 for Core + Base (somehow it was set to 0 -> a bug in AbstractMember.cs was hidden)
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@78 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
01ddddbf6a
Fixed Lexer bug (both C#/VB): OverflowException was thrown when dot was at end of expression.
...
Fixed Lexer bug (C#): OverflowException was thrown when integer literal was at end of expression.
Added unit tests for literals.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@77 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
9c7b8022de
Reintroduced ICSharpCode.SharpDevelop.Tests, adjusted NRefactoryResolverTests for new Resolver.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@76 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
3cfb8ffad9
Fixed tooltip flickering and a resolver bug.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@75 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
334b0acb9c
Fixed some bugs in resolver; tooltip now uses ExpressionFinder and GetXmlDocumentation.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@74 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
661a64dd21
Tooltip now shows the type of variables.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@73 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Daniel Grunwald
bd51ecf13e
Added new ResolveResult that gives information about the expression being resolved.
...
Currently it is used for code completion and method insight.
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@72 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
917576aadc
Introduced new debugger class Process
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@71 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
a9f6432c67
Moved some code from WindowsDebugger to DebuggerService
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@70 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Mike Krüger
8ec7193f33
Fixed parser update thread.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@69 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
Mike Krüger
d266a7a7c5
Text markers can now specify foreground color.
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@68 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
886d53609f
Removed some silent fails. Bugfixing
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@67 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
1f1a1936fd
Worked on exceptions; Added ExceptionHistoryPad
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@66 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago
David Srbecký
d30595e544
Added exception handling form
...
git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@65 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
21 years ago