|
Change Parameter Type assistant : ContentAssistant to assistant : ContentAssistantExt in method protected createContentAssistProcessor(assistant ContentAssistantExt, categories Indexable<CompletionProposalsGrouping>, sourceBuffer ISourceBuffer) : LangContentAssistProcessor in class melnorme.lang.ide.ui.text.AbstractLangSourceViewerConfiguration |
From |
To |
|
Change Parameter Type contentAssistant : ContentAssistant to contentAssistant : ContentAssistantExt in method public LangContentAssistProcessor(contentAssistant ContentAssistantExt, groupings Indexable<CompletionProposalsGrouping>, sourceBuffer ISourceBuffer, editor ITextEditor) in class melnorme.lang.ide.ui.text.completion.LangContentAssistProcessor |
From |
To |
|
Change Parameter Type assistant : ContentAssistant to assistant : ContentAssistantExt in method protected configureContentAssistantProcessors(assistant ContentAssistantExt, sourceBuffer ISourceBuffer) : void in class melnorme.lang.ide.ui.text.AbstractLangSourceViewerConfiguration |
From |
To |
|
Move Method protected abstract getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected abstract getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier |
From |
To |
|
Move Method protected escapeToHTML(rawDocumentation String) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected escapeToHTML(rawDocumentation String) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier |
From |
To |
|
Move Method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocHover to protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String from class melnorme.lang.ide.ui.editor.hover.AbstractDocDisplayInfoSupplier |
From |
To |
|
Move Method protected getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class com.googlecode.goclipse.ui.editor.GoDocTextHover to protected getOpenDocumentationOperation(sourceBuffer ISourceBuffer, offset int) : OpenDocumentationOperation from class melnorme.lang.ide.ui.text.DocDisplayInfoSupplier |
From |
To |