19 Commits (5d4cdedf8daf12ce2a5282f3bc511e7683e0f2f1)

Author SHA1 Message Date
Matt Ward 0463ff4a40 Remove code completion sample. 12 years ago
Daniel Grunwald a93b443928 Adjust CSharpCodeCompletion sample to DOM changes (NamespaceEntry/KeywordEntry). 15 years ago
Daniel Grunwald 9ee5a7b3cc Updated some of the SharpDevelop samples. 15 years ago
Daniel Grunwald 1ffe463bab Fixed forum-7686: make code completion in CSharpCodeCompletion sample work better when the edited code has syntax errors/incomplete code. 17 years ago
Matt Ward 4088319ffe Code completion sample was using the obsolete Instance property on VBNetAmbience and CSharpAmbience. 17 years ago
Daniel Grunwald 82bbab8aec Forum-6859: Show code templates in code completion. 18 years ago
Daniel Grunwald 9b4679edf1 NRefactoryResolver rewrite: remove code duplication between NRefactoryResolver and TypeVisitor. Changed handling of method groups to follow C# specification more closely. 18 years ago
Matt Ward 4f8f2dc7db Updated samples so they work with SharpDevelop 3.0 18 years ago
Daniel Grunwald c440f7c2a1 CSharpCodeCompletionSample: show xml documentation 18 years ago
Daniel Grunwald 22775ffe8e Fixed some off-by-one bugs in the CSharpCodeCompletion example (caused by the different line counting in the parser and the text editor). 18 years ago
Daniel Grunwald 3acc3cbb3e Improved CSharpCodeCompletion sample: add tool tip support, show only one entry for overloaded methods 18 years ago
Daniel Grunwald 0acdde0b37 Add optional "settingsPath" and "domPersistencePath" settings to SharpDevelop.exe.config. These can be used to redirect the settings/code completion cache to different folders, e.g. for running SharpDevelop from a USB stick. 18 years ago
Daniel Grunwald 839bf506c9 Add BSD header to SharpDevelop samples. 18 years ago
Daniel Grunwald 2e258f2150 Improved SharpDevelop.Dom API. 18 years ago
Daniel Grunwald 05f80162ee Fixed CSharpCodeCompletion sample. 19 years ago
Daniel Grunwald 9b7a082e24 Add partial C# 3.0 support. 19 years ago
Daniel Grunwald 02ad6da28f Add standalone C# code completion example. 19 years ago