1113 Commits (91069acffda0aeb655b9a4d892fe714088e686ba)

Author SHA1 Message Date
Daniel Grunwald a725d631a5 Fixed SD2-1106: FxCop code analysis not run when building the entire solution 19 years ago
Daniel Grunwald c7e62da426 Fixed SD2-1202: NullReferenceException for incomplete type argument list 19 years ago
Daniel Grunwald 4a7de549c2 Fixed building of VB compact framework projects (SD2-1196) 19 years ago
Daniel Grunwald 47ae6603d0 Fixed SD2-596: C# to VB conversion should use CType instead of DirectCast for casts to primitives 20 years ago
Daniel Grunwald f399bed9de Fixed SD2-1079: Cast statements not converted correctly from C# to VB. 20 years ago
Daniel Grunwald 5691c03e96 Fixed SD2-1181: Remove unused imports removes using statements required for type arguments 20 years ago
Daniel Grunwald 2e1943b2ff Now using EasyCodeDom to make NRefactoryASTGenerator code more readable. 20 years ago
Daniel Grunwald ad8d980c80 Rewrote subversion DiffPanel using SplitContainers, fixes resizing problems. 20 years ago
Daniel Grunwald f860a723e0 Fixed forum-12405: BracketMatchingStyle bug in Text Editor Control - one line patch by Dan Fowler 20 years ago
Markus Palme a0db909e8f SD2-1161: Refactor icons don't show for VB generic interface declarations in the editor. 20 years ago
Daniel Grunwald 6d85e67099 Speed up folding code a bit. 20 years ago
Markus Palme 9b8e8de67b added SharpCoco source code 20 years ago
Markus Palme c72b88aa50 keep directory 20 years ago
Markus Palme 2a40620a58 fixed parser generation 20 years ago
Markus Palme af50fcaf60 removed sharpcoco binary because it's not used. removed sharpcoco source code because it doesn't match the version used. 20 years ago
Daniel Grunwald cec58a8ed4 Fixed ExpressionFinder unit test, added unit tests for folding manager. 20 years ago
Daniel Grunwald 819f30e1da Fixed file headers. 20 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Markus Palme 79889f6620 forum 12715 20 years ago
Markus Palme 64eae0f20b cleanup; converted array lists to generic lists 20 years ago
Markus Palme 1dc51241d5 cleanup 20 years ago
Markus Palme 58a4e84c3b replaced array list with generic lists; cleanup 20 years ago
Markus Palme 9c565052a2 removed the tip of the day dialog 20 years ago
Daniel Grunwald bd84127e89 Type parameters are now included in CtrlSpace list. 20 years ago
Daniel Grunwald 53739a9c31 Fixed forum-12661: Missing parenthesis when converting CastExpression from VB to C#. 20 years ago
Daniel Grunwald b222c73868 Fixed SD2-1164: Code completion doesn't appears for referenced projects namespaces content. 20 years ago
Daniel Grunwald 75ccdb10ea ICSharpCode.Core: For <MenuItem type="CheckBox">, the checked attribute can now be specified. Doing so enables lazy loading by using that value as default (until the item is clicked). The value can depend on properties stored in the PropertyService. 20 years ago
Daniel Grunwald 6f8dff4b67 Fixed various translation issues. 20 years ago
Daniel Grunwald 11bde7c539 Fixed SD2-1011: If statement indentation when no bracket used. 20 years ago
Daniel Grunwald 70a9f05362 Fixed SD2-1142: Indentation removes comments in VB code. 20 years ago
Daniel Grunwald dfe345a6f8 TextArea.IsInputChar now always returns true. This fixes SD2-747: Form containing the text editor and a button with a shortcut 20 years ago
Daniel Grunwald efe9804358 Fixed SD2-1163: Text is shown above text editor's limits when scrolling text horizontally. 20 years ago
Daniel Grunwald d9dd2ffd90 Fixed SD2-1166: C# parser: Initializer in event declaration causes parser error 20 years ago
Daniel Grunwald bc52b86150 Use GDI (TextRenderer) instead of GDI+ (DrawString) for text rendering in the text editor. 20 years ago
Daniel Grunwald 3010494a64 Fixed SD2-950: SharpDevelop Project Cconverter doesn't show correct line/column status. 20 years ago
Daniel Grunwald 2ddd254943 CodeDomVisitor: keep type arguments on base type references. 20 years ago
Daniel Grunwald c1021f1393 Fixed SD2-982: Autogenerated interface code adds property setter when only getter defined 20 years ago
Daniel Grunwald ca3838f9b3 Re-enable resolver unit tests. 20 years ago
Daniel Grunwald 7936cdc4dc Fixed SD2-1048: Fully qualified names base types are added after 'global::' as keywords Converting from VB to C#. 20 years ago
Daniel Grunwald 26fad390b9 Include NodeTrackingAstVisitor in NRefactory. 20 years ago
Daniel Grunwald 7f16f7249c Simple solution configuration editor (adding/removing configurations not yet supported) 20 years ago
Daniel Grunwald 41de00fe68 Fixed SD2-1094: Compact Framework GetDeviceFrameworkPath task failing 20 years ago
Markus Palme 165f9fe9e5 patch from Troy Simpson improving gutter selection 20 years ago
Markus Palme b0d238f8c8 patch from Troy Simpson improving texteditor gutter selection behaviour 20 years ago
Matt Ward 8a1e9ad624 SD2-1002. Right clicking in the text editor no longer extends the text selection. 20 years ago
Matt Ward d2a822d9b1 Fixed SD2-1043. Can now open auto-hide pads using their keyboard shortcuts. 20 years ago
Matt Ward 1eddd435a2 Updated to NUnit 2.2.8. Commented out SharpDevelop tests that no longer compile. Removed all occurrences of %3B from project files. Added a probing binary path to SharpDevelop's app.config pointing to the location of the NUnit assemblies. This allows the Unit Testing window to work without needing NUnit added to the GAC. 20 years ago
Matt Ward 5de660a1f5 Added incremental search. 20 years ago
Daniel Grunwald 00f292290d Code completion for .NET CF 2.0 projects. 20 years ago
Daniel Grunwald 4af14f6adf When target framework is set to .NET 1.0 or .NET 1.1, show code-completion specific to that .NET versions. 20 years ago