14596 Commits (7a09aa56b8728a0e780bbc05ba846109348a41cd)
 

Author SHA1 Message Date
Daniel Grunwald 766c524f61 Rename Erbauer/Auswerter directories. 20 years ago
Daniel Grunwald 0e75a514cf When typing a variable declaration like "List<string> list = new ***", the new-completion popup preselects "List<string>". 20 years ago
David Srbecký 5371ac4b7d Exception interception 20 years ago
David Srbecký b0f3900260 Exception dialog uses TextBox and is bit more informative 20 years ago
Daniel Grunwald 4c1a238309 Improved support for partial classes. 20 years ago
David Srbecký 026b3f41b5 Bugfixing, handled exceptions handled faster 20 years ago
Daniel Grunwald 39e4a95f2d Fixed C# parser (added support for generic methods inside interfaces). 20 years ago
David Srbecký 021e7c4129 CurrentLineBookmark does not use whole line, 'Debug' layout used during debugging 20 years ago
Daniel Grunwald 3d3b57eec6 Fixed parser crash introduced in last revision. 20 years ago
David Srbecký 19ff0d6ece IsProcessRunningd and IsDebugging replaced with IsCurrentProcessSafeForInspection 20 years ago
David Srbecký 6e692e24d1 Removed IsProcessRunningChanged and IsDebuggingChanged from NDebugger 20 years ago
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 20 years ago
David Srbecký 97264ff9af Worked on stepping (sometimes it was necessary to step more times) 20 years ago
Daniel Grunwald 4f2ce47b02 Fixed some code completion bugs. 20 years ago
Markus Palme 7b831f403f added vb.net completion after several expressions and keywords. added insight for vb.net 20 years ago
David Srbecký 3a0a26c1b1 Updating my headers 20 years ago
David Srbecký 45fb709e2b Worked on Local variables pad 20 years ago
Daniel Grunwald 8545cf82a6 .csproj/.vbproj files can now be opened directly (.sln is automatically created) 20 years ago
Daniel Grunwald 3c524117ba Fixed bug in ReflectionOnly assembly loading. 20 years ago
Markus Palme 1d89d05800 added vb.net keyword completition. todo: add completition for special statements, show insight 20 years ago
Daniel Grunwald d47503462a git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@231 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 20 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 20 years ago
Daniel Grunwald baf2cf6305 Fixed solution saving (the order of the solution folders would reverse every time the solution is saved). 20 years ago
Daniel Grunwald e7682346e9 Added generic methods to VB.Net grammar. 20 years ago
Daniel Grunwald f395a72edb Added panel with options for code completion. 20 years ago
Markus Palme 3d85cd4c9d added 'open solution' button to main toolbar (common task) 20 years ago
Daniel Grunwald 9d32b99b27 Code completion remembers frequently used items and prefers them in SelectItemWithStart(). 20 years ago
Daniel Grunwald 3e4733ae24 Added code completion on type parameters in generic classes. 20 years ago
Daniel Grunwald 6adc092649 Added tool to put revision number into AssemblyInfo files. 20 years ago
David Srbecký 342faab715 Some error checking, Debugger.Interop update 20 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 20 years ago
David Srbecký 9a68efa627 A little modification of the hack 20 years ago
David Srbecký 6ebd81be36 Really nasty hack to force release of debug symbols 20 years ago
David Srbecký 0b09ba7c5c WindowsDebugger cleaned up 20 years ago
David Srbecký 6ba47f5293 Worked on breakpoints 20 years ago
Daniel Grunwald 107881ee32 Added support for code completion on partial classes. 20 years ago
David Srbecký 5c7a9b3264 Reworked DebuggerService, IDebugger, DefaultDebugger and Debugger menu 20 years ago
Daniel Grunwald 90a5e40aa7 Added code completion for the "My" namespace. 20 years ago
Daniel Grunwald 5b197228c4 Added generics support to the VB.Net parser. 20 years ago
David Srbecký 41ca00af34 Removed old code from DebuggerService 20 years ago
David Srbecký 808868e161 Replacing EventHandler with generics EventHandler 20 years ago
David Srbecký 5ecc508dfb All events inherit from DebuggerEventArgs 20 years ago
Daniel Grunwald 325d2690ec Fixed some code completion bugs. 20 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 20 years ago
David Srbecký 13adbd2926 CurrentProcess, CurrentThread and CurrentFunction set in ManagedCallback 20 years ago
David Srbecký ed5e592bff System.Diagnostics not used in debugger anymore 20 years ago
Daniel Grunwald 6b07312f2b Added code completion after keywords like 'using', 'new', 'as', 'is', ... 20 years ago
David Srbecký 30f4a6b5fc Some custom exceptions removed 20 years ago
David Srbecký 65171699b3 Added Process collection 20 years ago