|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected abstract doComputeProposals(context EditorOperationContext, cm ICancelMonitor) : LangCompletionResult in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeContextInformation(context EditorOperationContext) : Indexable<IContextInformation> in class melnorme.lang.ide.ui.text.completion.AbstractCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected doComputeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected abstract doComputeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.AbstractCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeContextInformation(context EditorOperationContext) : Indexable<IContextInformation> in class melnorme.lang.ide.ui.text.completion.ILangCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected doEditorSave(context EditorOperationContext, pm IProgressMonitor) : void in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeContextInformation(context EditorOperationContext) : Indexable<IContextInformation> in class melnorme.lang.ide.ui.text.completion.CompletionProposalsGrouping |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected doComputeProposals(context EditorOperationContext, cm ICancelMonitor) : LangCompletionResult in class LANG_PROJECT_ID.ide.ui.editor.LANGUAGE_CompletionProposalComputer |
From |
To |
|
Change Parameter Type editor : AbstractLangEditor to editor : Optional<ITextEditor> in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveEditor boolean) : INFO in class melnorme.lang.ide.ui.editor.hover.ILangEditorTextHover |
From |
To |
|
Change Parameter Type editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, textViewer ITextViewer) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected computeProposals(context EditorOperationContext, cm ICancelMonitor) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.LangCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected computeCompletionEngine(context EditorOperationContext) : TemplateEngine in class melnorme.lang.ide.ui.templates.LangTemplateCompletionProposalComputer |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public completeAndReturnResults(context EditorOperationContext) : List<ICompletionProposal> in class _org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.ILangCompletionProposalComputer |
From |
To |
|
Change Parameter Type editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveBuffer boolean) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Change Parameter Type sourceContext : SourceOperationContext to sourceContext : EditorOperationContext in method public complete(sourceContext EditorOperationContext) : void in class _org.eclipse.jdt.internal.ui.text.template.contentassist.TemplateEngine |
From |
To |
|
Change Parameter Type editor : AbstractLangEditor to editor : Optional<ITextEditor> in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveBuffer boolean) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Change Parameter Type editor : AbstractLangStructureEditor to sourceBuffer : ISourceBuffer in method public BestMatchHover(sourceBuffer ISourceBuffer, editor ITextEditor) in class melnorme.lang.ide.ui.editor.hover.BestMatchHover |
From |
To |
|
Change Parameter Type editor : ITextEditor to sourceBuffer : ISourceBuffer in method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method protected doComputeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.templates.LangTemplateCompletionProposalComputer |
From |
To |
|
Change Parameter Type editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveEditor boolean) : INFO in class melnorme.lang.ide.ui.editor.hover.ILangEditorTextHover |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.CompletionProposalsGrouping |
From |
To |
|
Change Parameter Type context : SourceOperationContext to context : EditorOperationContext in method public computeCompletionProposals(context EditorOperationContext) : Indexable<ICompletionProposal> in class melnorme.lang.ide.ui.text.completion.AbstractCompletionProposalComputer |
From |
To |
|
Change Parameter Type editor : AbstractLangStructureEditor to editor : ITextEditor in method public BestMatchHover(sourceBuffer ISourceBuffer, editor ITextEditor) in class melnorme.lang.ide.ui.editor.hover.BestMatchHover |
From |
To |
|
Change Return Type RESULT to ToolOpResult<RESULT> in method public parseProcessOutput(source String) : ToolOpResult<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 |
From |
To |
|
Change Return Type SourceOperationContext to EditorOperationContext in method protected createContext(viewer ITextViewer, offset int) : EditorOperationContext in class melnorme.lang.ide.ui.text.completion.LangContentAssistProcessor |
From |
To |
|
Change Return Type RESULT to ToolOpResult<RESULT> in method public execute(cm ICancelMonitor) : ToolOpResult<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractSingleToolOperation |
From |
To |
|
Change Return Type RESULT to ToolOpResult<RESULT> in method public handleProcessResult(result ExternalProcessResult) : ToolOpResult<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 |
From |
To |
|
Change Return Type SourceOperationContext to EditorOperationContext in method public create(offset int, selection SourceRange, viewer ITextViewer, editor ITextEditor) : EditorOperationContext in class melnorme.lang.ide.ui.editor.actions.EditorOperationContext |
From |
To |
|
Change Return Type SourceOperationContext to EditorOperationContext in method public create(viewer ITextViewer, offset int, editor ITextEditor) : EditorOperationContext in class melnorme.lang.ide.ui.editor.actions.EditorOperationContext |
From |
To |
|
Change Return Type RESULT to ToolOpResult<RESULT> in method protected doHandleProcessResult(result ExternalProcessResult) : ToolOpResult<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 |
From |
To |
|
Change Return Type RESULT to ToolOpResult<RESULT> in method public abstract parseProcessOutput(outputParseSource StringCharSource) : ToolOpResult<RESULT> in class melnorme.lang.tooling.toolchain.ops.AbstractToolOperation2 |
From |
To |
|
Rename Parameter canSaveEditor : boolean to allowedToSaveBuffer : boolean in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveBuffer boolean) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Rename Parameter editor : AbstractLangStructureEditor to sourceBuffer : ISourceBuffer in method public BestMatchHover(sourceBuffer ISourceBuffer, editor ITextEditor) in class melnorme.lang.ide.ui.editor.hover.BestMatchHover |
From |
To |
|
Rename Parameter editor : ITextEditor to sourceBuffer : ISourceBuffer in method protected getRawDocumentation(sourceBuffer ISourceBuffer, offset int) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Rename Parameter canSaveEditor : boolean to allowedToSaveEditor : boolean in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveEditor boolean) : INFO in class melnorme.lang.ide.ui.editor.hover.ILangEditorTextHover |
From |
To |
|
Rename Parameter editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveEditor boolean) : INFO in class melnorme.lang.ide.ui.editor.hover.ILangEditorTextHover |
From |
To |
|
Rename Parameter editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, textViewer ITextViewer) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |
|
Rename Parameter editor : AbstractLangEditor to sourceBuffer : ISourceBuffer in method public getHoverInfo(sourceBuffer ISourceBuffer, hoverRegion IRegion, editor Optional<ITextEditor>, textViewer ITextViewer, allowedToSaveBuffer boolean) : String in class melnorme.lang.ide.ui.editor.hover.AbstractDocHover |
From |
To |