3047 Commits (f411e6112c367faceaec3c1078e71dee0e16f335)

Author SHA1 Message Date
Mike Krüger cd8281e9a8 worked on forms designer loading. 20 years ago
Mike Krüger 4e7cb5154a worked on codedom ast codegenerator. codedom code generation is now more in line with the .net codedom formsdesigner output. 20 years ago
Markus Palme 0ca4a6c4be inserted operator declartions into DOM. fixed locations of operator declarations, this enabled folding for them 20 years ago
Markus Palme 5ac7897e3d fixed exception when referenced project that was thrown when a referenced project wasn't part of the open project 20 years ago
Markus Palme 08cd056a03 replace and replace all works 20 years ago
Markus Palme 3127b5b359 assign correct document iterator 20 years ago
Mike Krüger c95b0c7975 nunit pad now working. 20 years ago
Mike Krüger 635349f5ca Errorlist labels are now updated. 20 years ago
Andrea Paatz 4409a2e4e0 go to definition now works for parameters too 20 years ago
Mike Krüger 5ca739dbca Worked on bookmarks 20 years ago
Mike Krüger 3df25d688c Fixed bug in ActiveContent property in SdiLayout. (Bug affected the functionalty of cut/copy/paste. updated the sidebar control library to .NET 2. 20 years ago
Daniel Grunwald 588845f7e7 Keyword completion is not activated in comments anymore. 20 years ago
Daniel Grunwald c27ee76994 Small bug fixes. 20 years ago
Daniel Grunwald 2cdb101e4a Improved prjx imported. 20 years ago
Daniel Grunwald b414c2c33a Fixed some resolver bugs. 20 years ago
Daniel Grunwald d62435fb23 Ported some fixes for unit test mode from Fidalgo rev. 2014. 20 years ago
Daniel Grunwald f74fdf8a15 Rename Erbauer/Auswerter files. 20 years ago
David Srbecký 8de9cde42b Prototype of SetIP 20 years ago
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
Daniel Grunwald 4c1a238309 Improved support for partial classes. 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
Daniel Grunwald 80c70338c7 Fixed code completion bugs regarding "global::"/"Global". 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
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
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 f395a72edb Added panel with options for code completion. 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
Daniel Grunwald a680c1fcfd Added code completion for attributes. 20 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 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
Daniel Grunwald 325d2690ec Fixed some code completion bugs. 20 years ago
Daniel Grunwald 3571a1a7e4 Worked on code completion. 20 years ago
Daniel Grunwald 6b07312f2b Added code completion after keywords like 'using', 'new', 'as', 'is', ... 20 years ago
Daniel Grunwald e0ba9a5f35 Improved code completion. 20 years ago
Daniel Grunwald 6490c0c38b Small improvements. 20 years ago
Daniel Grunwald ef076ee060 Improved C# <-> VB.Net conversion. 20 years ago
Daniel Grunwald 5ca1f5bdc2 Parser now inserts documentation into the AST. 20 years ago