Package com.googlecode.goclipse.ui.actions

Examples of com.googlecode.goclipse.ui.actions.GoOracleOpenDefinitionOperation


    @Override
    public void open() {
      textEditor.doSave(new NullProgressMonitor());
     
      SourceRange sr = new SourceRange(region.getOffset(), region.getLength());
      new GoOracleOpenDefinitionOperation(textEditor, sr, OpenNewEditorMode.TRY_REUSING_EXISTING_EDITORS)
        .executeAndHandle();
    }
View Full Code Here

TOP

Related Classes of com.googlecode.goclipse.ui.actions.GoOracleOpenDefinitionOperation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.