46 Commits (526c8bd679a48b6fe2cdf599760309e5dd43c10a)

Author SHA1 Message Date
Daniel Grunwald 526c8bd679 Fixed encoding autodetection in ChooseEncodingDisplayBinding to match that when normally opening a file. 16 years ago
Daniel Grunwald fb3fa4dac7 Rewritten IProgressMonitor: 16 years ago
Daniel Grunwald ca3f8791b6 ParserService: allow GetExistingParseInformation with specified project content. 17 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 17 years ago
Daniel Grunwald 7267cd5c81 Trying to reduce amount of global state in ICSharpCode.Core 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 1afb035d95 Use ITextBuffer instead of string in IParser. 17 years ago
Siegfried Pammer 3284781d8f Added some XAML PowerToys 17 years ago
Siegfried Pammer 485f751cc5 - XAML completion is now a bit less intrusive 17 years ago
Daniel Grunwald 4db1e52468 Use a single ProjectCollection - MSBuild 4.0 doesn't support parallel builds if multiple project collections are used. 17 years ago
Daniel Grunwald 7d4c78a8a9 When adding an assembly reference, check if the code-completion information needs to be refreshed. 18 years ago
Daniel Grunwald 7414e9ad6a Fixed several minor code completion bugs. 18 years ago
Daniel Grunwald fef7d40907 Rewritten build system. Separated solution build logic (BuildEngine) from project build logic (MSBuildEngine). 19 years ago
Daniel Grunwald baecdf2d5e SdStatusBar.BeginTask: reset WorkDone to 0. 19 years ago
Daniel Grunwald d5b3330f71 Fixed SD2-1355: FormattingStrategy: meaning of IndentLine, FormatLine return value 19 years ago
Daniel Grunwald 5d5bdc2cdb Use MSBuild's ResolveAssemblyReferences task to make sure we load the correct assembly version for code-completion. E.g. a reference to "System.Net" loads a different assembly depending on the target framework. SharpDevelop now can also find assemblies in custom reference paths, using assembly tables and everything else supported by MSBuild (including custom ResolveAssemblyReferences tasks). 19 years ago
Daniel Grunwald 467dcdd3a4 Worked on SD2-1234 - added support for view contents that are not editing a file (e.g. project options). 20 years ago
Daniel Grunwald 1808336a1c Merged SD 2.1 rev. 2226:2312 to trunk. 20 years ago
Daniel Grunwald 5e9379e6a1 Refresh assembly project contents when adding a reference. 20 years ago
Daniel Grunwald acac08d13e Fixed SD2-911: 'Classes' pad updates its content incorrectly 20 years ago
Daniel Grunwald 387ea3ce1b Fixed wildcards support (SD2-1170) 20 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 20 years ago
Daniel Grunwald f3939e3257 Add Custom Tools support. 20 years ago
Daniel Grunwald 42ab1e46fb Fixed NullReferenceException when implicit reference (like Microsoft.VisualBasic in VB projects) cannot be loaded for code-completion. 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
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald f410739534 Fixed build error introduced by merge. 20 years ago
Daniel Grunwald a4bd782875 Moved more strings to translation database. 20 years ago
Daniel Grunwald 6050a6bda4 Moved some more strings to translation database. Windows Service template now contains installer class. 20 years ago
Daniel Grunwald 515b955432 Lock access to DefaultProjectContent.ReferencedContents - can be modified by main thread and solution loading thread. 20 years ago
Daniel Grunwald 16d87fd62e Fixed SD2-797: Code-completion for nested classes is broken 20 years ago
Daniel Grunwald c1d9f42d0e Fixed SD2-729: Removing a reference will attempt to generate the project content 20 years ago
Matt Ward 7a49557073 SD2-568 - No code completion for COM references. COM interops now loaded after a build. Type library filenames now have end digits removed from filenames in the add reference dialog. In the MSBuild file the COM reference include attribute is now set to the type library short name and not its description. 20 years ago
Daniel Grunwald 98335d8152 Fixed SD2-426: About box / Version info tab / Copy (the clipboard seems to be set correctly, we can ignore the ExternalException) 21 years ago
Daniel Grunwald 32abb6ee5a Change file header. 21 years ago
Matt Ward df90bc1412 Fixed SD2-565. Cutting and pasting a file into its original directory no longer deletes the file. 21 years ago
Daniel Grunwald 2deee1b7ed Fixed SD2-552: Class Browser not Refreshing 21 years ago
Daniel Grunwald 58ad8b5436 BuildAddinDocumentation now updates the AddIn schema. 21 years ago
Daniel Grunwald 4aa100ffdf Boo implicitly references System.dll and Boo.Lang.dll. 21 years ago
Daniel Grunwald 8fc6327d9f Added CSharpBinding.Tests project. 21 years ago
Daniel Grunwald d992e73b07 Fixed two small code completion bugs: 21 years ago
Daniel Grunwald 4f2ce47b02 Fixed some code completion bugs. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald a680c1fcfd Added code completion for attributes. 21 years ago
Daniel Grunwald 6dbad22c85 Added support for My.Forms. 21 years ago
Daniel Grunwald a7a4fe10c9 Fixed code completion problems when one referenced assembly has references to other assemblies. 21 years ago