10 Commits (326283c975508be4c7a30e6f28fe283206e5ef9e)

Author SHA1 Message Date
Daniel Grunwald 326283c975 Add support for caching project contents on disk. 14 years ago
Daniel Grunwald 1c61553dd7 Move remainder of the FileService into interface. 14 years ago
Daniel Grunwald ab95b18a3f Refactored parser service. 14 years ago
Daniel Grunwald 9f1f9a8718 Fix SD-1886 - Renaming multiple controls in forms designer causes crash with data loss 14 years ago
Daniel Grunwald 1d95f36481 Adjust SharpDevelop to NRefactory changes (move ICSharpCode.Editor -> ICSharpCode.NRefactory.Editor; put NR.C# in separate assembly) 15 years ago
Daniel Grunwald a2add0b62e WIP 15 years ago
Daniel Grunwald 4fb4288c87 Starting to port SD to new NRefactory 15 years ago
Daniel Grunwald f5780c2944 Apply new file headers 16 years ago
Siegfried Pammer a3b88d4262 IOException when trying to read a file from the parser thread that is exclusively locked (e. g. sdps); removed ParseableFileContentEntry 16 years ago
Daniel Grunwald 359e7bb4ac Remove ICSharpCode.SharpDevelop.DefaultEditor namespace. 16 years ago
Daniel Grunwald 526c8bd679 Fixed encoding autodetection in ChooseEncodingDisplayBinding to match that when normally opening a file. 16 years ago
Daniel Grunwald d7cd3faf36 LoadSolutionProjectsThread: use multiple processor cores for parsing 17 years ago
Daniel Grunwald 2540b7e087 ParserService refactoring: 17 years ago
Daniel Grunwald 44c665f6f5 Fixed ObjectDisposedException if user closes SharpDevelop while LoadSolutionProjects thread is running. 17 years ago
Daniel Grunwald 024c5fb887 ITextEditor: moved to namespace ICSharpCode.SharpDevelop.Editor. 17 years ago
Daniel Grunwald 2cbe40b6a4 Started replacing ICSharpCode.TextEditor references in SharpDevelop API with new ITextEditor interface. 17 years ago
Christian Hornung 1850c9362d Fixed SD2-1471 (Renaming MainForm event handler does not update MainForm.Designer file) by adding IFileDocumentProvider as a generalization of ITextEditorControlProvider to properly support view contents that open multiple documents. 18 years ago
Daniel Grunwald 378073478e Fixed forum-15062: TextEditor changes encoding of UTF-16 files to UTF-8. 19 years ago
Daniel Grunwald 701223a3dc Support "Find references" and "Rename" in .xaml files. 19 years ago
Daniel Grunwald 15d7aadd27 Worked on SD2-1234: Create common way to handle in-memory representations of files that have multiple views. 19 years ago
Daniel Grunwald 387ea3ce1b Fixed wildcards support (SD2-1170) 19 years ago
Daniel Grunwald dcaf24c04d Implemented SD2-1183: Use MSBuild libraries 19 years ago
Markus Palme a1543c981e removed unused import statements 20 years ago
Daniel Grunwald 7bdc43c9c4 Fixed SD2-1012: "Find references" throws exception when used in a stand alone file. 20 years ago
Daniel Grunwald c9ecec41f3 Put ICSharpCode.SharpDevelop.Dom in a separate assembly. 20 years ago
Daniel Grunwald 3d398142f4 C# form template now uses partial classes. File templates now can use the "DependentUpon" attribute. 20 years ago
Daniel Grunwald 32abb6ee5a Change file header. 20 years ago
Daniel Grunwald 009883c525 Use use static readonly collection instance for empty attribute, type parameter and parameter collections. 21 years ago
Daniel Grunwald 040a8b7582 Use LoggingService instead of Console.WriteLine. 21 years ago
Daniel Grunwald 622070a221 Fixed SD2-293 (Creating any C++ Project fails with a NullReferenceException). 21 years ago
Daniel Grunwald 737cbb83df Remove some Console.WriteLine() calls; catch some exceptions which previously were ignored silently or just dumped to the console. 21 years ago
Daniel Grunwald 331c44292e Applied new header to all source files. 21 years ago
Daniel Grunwald c3c5d155d3 Fixed generic class and method declarations in C# parser. 21 years ago
Daniel Grunwald 869779a47c Implemented "rename" refactoring. 21 years ago
Daniel Grunwald 9271e6d1fb Implemented "Find references". 21 years ago