Eclipse HotKey: ¿cómo cambiar entre pestañas?


¿Cómo puedo cambiar entre ventanas abiertas en Eclipse? Hay Ctrl+F6 , pero me está preguntando cuál quiero, pero quiero cambiarlo como pestañas en el navegador o ventana en el sistema operativo (Cmd/Ganar+Tab ) sin selección de archivos de la lista. ¿Cómo hacer esto fácil en Eclipse?

He intentado asignar teclas de acceso rápido para eventos:

  • adelante
  • forward history
  • página siguiente

Pero no funciona como yo quiera.

Author: Skay, 2010-02-25

21 answers

  • CTRL+E (para una lista de editor)
  • CTRL+F6 (para cambiar al siguiente editor a través de una lista)
    Puede asignar otro acceso directo a la tecla' Next Editor'.

Son los dos accesos directos oficiales, pero ambos implican una lista que se muestra.

CTRL+Página Arriba / CTRL+Page Down puede recorrer los editores sin mostrar una lista.

Lo que es interesante con eso último conjunto de accesos directos es:
no se enumeran en los accesos directos de Eclipse Keys a definir.
Pueden ser heredados del editor de varias páginas, convirtiéndolos en un atajo específico del sistema operativo .


Con respecto a los accesos directos en Mac OS (OSX), Matt Ball se quejó en septiembre. 2011 a no poder reasignar CTRL+Página Arriba/CTRL+Page Down:

Me vuelve loco no ser capaz de voltear a través de pestañas abiertas como puedo en casi todos los demás programas con pestañas en OS X (-Izquierda y -Derecha ).

Bueno, en marzo de 2012, Arthur respondió: {[16]]}

, acabo de descargar la última versión de Eclipse (3.7+). He podido enlazar "Pestaña Anterior / siguiente" a (-Izquierda y -Derecha) cuando en el Editor, que estoy bastante seguro de que no podía hacer antes.
Supongo que te oyeron.
Funciona igual que es de esperar, las pestañas van de izquierda a derecha y viceversa, no sobre una base de historia o alguna tontería como esa.

Matt Ball confirma:

Oh wow, seleccionar "Editar código fuente Java" realmente funcionó!
Ahora, desafortunadamente esto significa que soy SOL si navego en un archivo no Java(JSP, XML, JS, etc.).
La solución para esto es "copiar comando" para este par, y seleccionar todos los "cuando" que quiero.
Hasta ahora es al menos funciona muy bien para archivos Java y JSP.
Esta es una gran PITA para establecer, pero es sólo una cosa de una sola vez.

Sus preferencias exportadas están disponibles aquí para que las pruebes.
Una vez importado, debería ver, para todos los tipos de documento relevantes:

Enlaces de teclas de Mac Os

 844
Author: VonC,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-05-23 11:47:27

Si va a Preferencias (por ejemplo, Ventana→Preferencias) y ver General→Teclas

Y luego busque "Pestaña siguiente" y "Pestaña anterior", puede reasignarlas.

Siguiente comando de pestaña en las preferencias de Eclipse, antes de volver a enlazar

 182
Author: victor,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-01-14 20:52:25

Cambiar como Windows en el sistema operativo (ir a la ventana que tuvo el último foco )

CTRL-F6 en Eclipse, como ALT-FICHA (en windows), trae una lista de las pestañas/ventanas disponibles (si se mantiene la CTRL / ALT clave deprimido) y destaca la que va a saltar a cuando usted deja para ir de esta clave. No tiene que seleccionar la ventana. Si desea recorrer varias pestañas a la vez, mantenga pulsado el CTRL botón y presiona el FICHA el botón. Este es el comportamiento idéntico a ALT-PESTAÑA en Windows.

En este sentido, CTRL-CAMBIO-F6 en eclipse es el ALT-CAMBIO-FICHA analógico. Personalmente, cambio estos enlaces en Eclipse para que sean como Visual Studio. I. e. CTRL-FICHA y CTRL-CAMBIO-FICHA y yo lo hago así:

Ventana > Preferencias > General > Teclas

, a Continuación, establezca "Siguiente Editor"=Ctrl+Ficha y "Editor Anterior"=Ctrl+Cambio+Ficha. No olvide hacer clic en" Unbind Command " antes de establecer el nuevo enlace.

Cambiar como navegador (ir a la pestaña a la derecha de la pestaña actual )

Este es CTRL-PageDown a ve a la derecha., CTRL-PageUp a la izquierda. Frustrante, cuando se llega al final de la lista de pestañas (por ejemplo, la pestaña de la mano derecha) y luego tratar de ir a la derecha de nuevo Eclipse no ciclo ronda a la primera pestaña (izquierda) como la mayoría de los navegadores lo haría.

 89
Author: Robino,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-07-21 11:48:53

Puede usar ALT+Izquierda para ir a la pestaña anterior, o ALT+Derecha para ir a adelante. Sin embargo, este método está utilizando el cambio de pestañas como el historial, por lo que irá a la pestaña anterior que tenía abierta y hacia adelante si ha ido "atrás" una o más. Un poco raro, lo sé, pero funciona. Siempre puede "restablecer" el historial haciendo clic en cada pestaña una vez.

 53
Author: peirix,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2010-02-26 13:55:21
  • Right movimiento lateral: Ctrl + page Down
  • Left movimiento lateral: CTRL + page Up

Adicional

  • obtener la lista de pestañas abiertas : Ctrl + F6

Eclipse otros atajos

 14
Author: Jubin Patel,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-08-05 04:48:22

CTRL + F6 es buena para usar. Si desea cambiar a la pestaña siguiente/anterior, debe hacer CTRL+Página Abajo / CTRL+Page Up .

 13
Author: fastcodejava,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-01-31 10:02:10

El valor predeterminado es Ctrl + F6. Puede cambiarlo yendo a Preferencias de ventana . Normalmente lo cambio a Ctrl + Tab, el mismo que usamos para cambiar de pestañas en un navegador y otras cosas.

 8
Author: asgs,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-03-03 07:42:32

Secuencia personalizada de encuadernación de teclas ejemplo : CTRL + TAB para cambiar entre Módulos o Editores visibles Forward direction usando Eclipse RCP.

Presiona CTRL + TAB segunda vez para abrir otro editor y cierre el editor anterior usando RCP Eclipse.

package rcp_demo.Toolbar;

import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IEditorReference;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.handlers.HandlerUtil;
import rcp_demo.Editor.EmployeeEditor;
import rcp_demo.Editor.EmployeeEditorInput;
import rcp_demo.Editor.ProductEditor;
import rcp_demo.Editor.ProductEditorInput;
import rcp_demo.Editor.UserEditor;
import rcp_demo.Editor.UserEditorInput;

public class Forward_Editor extends AbstractHandler{

    static String Editor_name;  //  Active Editor name store in Temporary 
    static int cnt;             //  close editor count this variable
    @Override
    public Object execute(ExecutionEvent event) throws ExecutionException {

        IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindow(event);
        IWorkbenchPage page = window.getActivePage();

        UserEditorInput std_input = new UserEditorInput();
        EmployeeEditorInput emp_input=new EmployeeEditorInput();
        ProductEditorInput product_input=new ProductEditorInput();

        IEditorReference[] editors = page.getEditorReferences();

        //Blank Editor Window to execute..
        if(editors.length==0)
        {
            //First time close editor can open Student_Editor
            if(cnt==1 && Editor_name.equals("Student_Editor"))
            {
                try {
                    page.openEditor(emp_input, EmployeeEditor.Id);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("EMP>>Len:: "+editors.length+"..EDi::"+Editor_name);
                } catch (PartInitException e) {
                    e.printStackTrace();
                }       
            }
            //First time close editor can open Employee_Editor
            else if(cnt==1 && Editor_name.equals("Employee_Editor"))
            {
                try {
                    page.openEditor(product_input,ProductEditor.ID);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("PRO>>Len:: "+editors.length+"..EDi::"+Editor_name); 
                } catch (PartInitException e) {e.printStackTrace();
                }
            }
            //First time close editor can open Product_Editor
            else if(cnt==1 && Editor_name.equals("Product_Editor"))
            {
                try {
                    page.openEditor(std_input, UserEditor.ID);
                    System.out.println("student Editor open");
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("Close::"+Editor_name);
                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
            //First Time call // empty editors 
            else{
                try {
                    page.openEditor(std_input, UserEditor.ID);
                    System.out.println("student Editor open");
                    Editor_name=page.getActiveEditor().getTitle();
                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
        }//End if condition

        //AvtiveEditor(Student_Editor) close to open Employee Editor
        else if(page.getActiveEditor().getTitle().equals("Student_Editor"))
        {
            try {
                //page.closeAllEditors(true);
                page.closeEditor(page.getActiveEditor(), true);
                page.openEditor(emp_input, EmployeeEditor.Id);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("EMP>>Len:: "+editors.length+"..EDi::"+Editor_name);
            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Employee_Editor) close to open Product Editor
        else if(page.getActiveEditor().getTitle().equals("Employee_Editor"))
        {
            try {
                page.closeAllEditors(true);
                page.openEditor(product_input,ProductEditor.ID);

                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("PRO>>Len:: "+editors.length+"..EDi::"+Editor_name);

            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Product_Editor) close to open Student Editor
        else if(page.getActiveEditor().getTitle().equals("Product_Editor"))
        {
            try {
                page.closeAllEditors(true);
                page.openEditor(std_input, UserEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("stud>>Len:: "+editors.length+"..EDi::"+Editor_name);
            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        //by default open Student Editor
        else 
        {
            try {
                page.closeAllEditors(true);
                page.openEditor(std_input, UserEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("stud_else>>Len:: "+editors.length+"..EDi::"+Editor_name);
            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        return null;
    }
}

>Custom KeyBinding sequence example : <kbd> SHIFT + TAB </kbd> to switch between visilble Modules or Editors **Backword** direction using Eclipse RCP.


package rcp_demo.Toolbar;

import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IEditorReference;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.handlers.HandlerUtil;
import rcp_demo.Editor.EmployeeEditor;
import rcp_demo.Editor.EmployeeEditorInput;
import rcp_demo.Editor.ProductEditor;
import rcp_demo.Editor.ProductEditorInput;
import rcp_demo.Editor.UserEditor;
import rcp_demo.Editor.UserEditorInput;

public class Backword_Editor extends AbstractHandler{

    static String Editor_name;   // Active Editor name store in Temporary 
    static int cnt;

    @Override
    public Object execute(ExecutionEvent event) throws ExecutionException {

        IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindow(event);
        IWorkbenchPage page = window.getActivePage();
        //Three object create in EditorInput 
        UserEditorInput std_input = new UserEditorInput();
        EmployeeEditorInput emp_input=new EmployeeEditorInput();
        ProductEditorInput product_input=new ProductEditorInput();

        IEditorReference[] editors = page.getEditorReferences();
        System.out.println("Length : "+editors.length);

        if(editors.length==0)
        {
            //First time close editor can open Student_Editor
            if(cnt==1 && Editor_name.equals("Product_Editor"))
            {
                try {
                    page.openEditor(emp_input, EmployeeEditor.Id);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("EMP>>Len:: "+editors.length+"..EDi::"+Editor_name);
                } catch (PartInitException e) {
                    e.printStackTrace();
                }               
            }
            //First time close editor can open Employee_Editor
            else if(cnt==1 && Editor_name.equals("Employee_Editor"))
            {
                try {
                    page.openEditor(std_input, UserEditor.ID);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("Student>>Len:: "+editors.length+"..student::"+Editor_name);

                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
            //First time close editor can open Product_Editor
            else if(cnt==1 && Editor_name.equals("Student_Editor"))
            {
                        try {
                            page.openEditor(product_input,ProductEditor.ID);
                            cnt=1;
                            Editor_name=page.getActiveEditor().getTitle();
                            System.out.println("PRO>>Len:: "+editors.length+"..EDi::"+Editor_name);

                        } catch (PartInitException e) {
                            e.printStackTrace();
                        }
            } 
            //First Time or empty editors to check this condition
            else{
                try {
                    page.openEditor(product_input,ProductEditor.ID);
                    System.out.println("product Editor open");
                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
        }
        //AvtiveEditor(Product_Editor) close to open Employee Editor
        else if(page.getActiveEditor().getTitle().equals("Product_Editor"))
        {
            System.out.println("Product:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(emp_input, EmployeeEditor.Id);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("Employee Editor open");
            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Employee_Editor) close to open Student Editor
        else if(page.getActiveEditor().getTitle().equals("Employee_Editor"))
        {
            System.out.println("Emp:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(std_input, UserEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("student Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Student_Editor) close to open Product Editor
        else if(page.getActiveEditor().getTitle().equals("Student_Editor"))
        {
            System.out.println("Product:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(product_input,ProductEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("product Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        //by default open Student Editor
        else 
        {
            try {
                page.closeAllEditors(true);
                page.openEditor(product_input,ProductEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("product Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        return null;
    }
}

Secuencia de encuadernación personalizada ejemplo: SHIFT + TAB para cambiar entre Módulos o Editores visibles Backword dirección usando Eclipse RCP.

package rcp_demo.Toolbar;

import org.eclipse.core.commands.AbstractHandler;
import org.eclipse.core.commands.ExecutionEvent;
import org.eclipse.core.commands.ExecutionException;
import org.eclipse.ui.IEditorReference;
import org.eclipse.ui.IWorkbenchPage;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PartInitException;
import org.eclipse.ui.handlers.HandlerUtil;
import rcp_demo.Editor.EmployeeEditor;
import rcp_demo.Editor.EmployeeEditorInput;
import rcp_demo.Editor.ProductEditor;
import rcp_demo.Editor.ProductEditorInput;
import rcp_demo.Editor.UserEditor;
import rcp_demo.Editor.UserEditorInput;

public class Backword_Editor extends AbstractHandler{

    static String Editor_name;   // Active Editor name store in Temporary 
    static int cnt;

    @Override
    public Object execute(ExecutionEvent event) throws ExecutionException {

        IWorkbenchWindow window = HandlerUtil.getActiveWorkbenchWindow(event);
        IWorkbenchPage page = window.getActivePage();
        //Three object create in EditorInput 
        UserEditorInput std_input = new UserEditorInput();
        EmployeeEditorInput emp_input=new EmployeeEditorInput();
        ProductEditorInput product_input=new ProductEditorInput();

        IEditorReference[] editors = page.getEditorReferences();
        System.out.println("Length : "+editors.length);

        if(editors.length==0)
        {
            //First time close editor can open Student_Editor
            if(cnt==1 && Editor_name.equals("Product_Editor"))
            {
                try {
                    page.openEditor(emp_input, EmployeeEditor.Id);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("EMP>>Len:: "+editors.length+"..EDi::"+Editor_name);
                } catch (PartInitException e) {
                    e.printStackTrace();
                }               
            }
            //First time close editor can open Employee_Editor
            else if(cnt==1 && Editor_name.equals("Employee_Editor"))
            {
                try {
                    page.openEditor(std_input, UserEditor.ID);
                    cnt=1;
                    Editor_name=page.getActiveEditor().getTitle();
                    System.out.println("Student>>Len:: "+editors.length+"..student::"+Editor_name);

                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
            //First time close editor can open Product_Editor
            else if(cnt==1 && Editor_name.equals("Student_Editor"))
            {
                        try {
                            page.openEditor(product_input,ProductEditor.ID);
                            cnt=1;
                            Editor_name=page.getActiveEditor().getTitle();
                            System.out.println("PRO>>Len:: "+editors.length+"..EDi::"+Editor_name);

                        } catch (PartInitException e) {
                            e.printStackTrace();
                        }
            } 
            //First Time or empty editors to check this condition
            else{
                try {
                    page.openEditor(product_input,ProductEditor.ID);
                    System.out.println("product Editor open");
                } catch (PartInitException e) {
                    e.printStackTrace();
                }
            }
        }
        //AvtiveEditor(Product_Editor) close to open Employee Editor
        else if(page.getActiveEditor().getTitle().equals("Product_Editor"))
        {
            System.out.println("Product:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(emp_input, EmployeeEditor.Id);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("Employee Editor open");
            } catch (PartInitException e) {
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Employee_Editor) close to open Student Editor
        else if(page.getActiveEditor().getTitle().equals("Employee_Editor"))
        {
            System.out.println("Emp:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(std_input, UserEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("student Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        //AvtiveEditor(Student_Editor) close to open Product Editor
        else if(page.getActiveEditor().getTitle().equals("Student_Editor"))
        {
            System.out.println("Product:: "+page.getActiveEditor().getTitle());
            try {
                page.closeAllEditors(true);
                page.openEditor(product_input,ProductEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("product Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        //by default open Student Editor
        else 
        {
            try {
                page.closeAllEditors(true);
                page.openEditor(product_input,ProductEditor.ID);
                cnt=1;
                Editor_name=page.getActiveEditor().getTitle();
                System.out.println("product Editor open");
            } catch (PartInitException e) {
                // TODO Auto-generated catch block
                e.printStackTrace();
            }
        }
        return null;
    }
}

Secuencia de teclas

M1 significa CTRL

M2 significa SHIFT

Plugin.xml


<extension point="org.eclipse.ui.commands">
        <command
                defaultHandler="rcp_demo.Toolbar.Forward_Editor"
                id="RCP_Demo.Toolbar.Forward_editor_open_cmd"
                name="Forward_Editor">
        </command>
        <command
                defaultHandler="rcp_demo.Toolbar.Backword_Editor"
                id="RCP_Demo.Toolbar.backwards_editor_open_cmd"
                name="Backword_Editor">
        </command>
    </extension>
<extension point="org.eclipse.ui.bindings">
        <key
                commandId="RCP_Demo.Toolbar.Forward_editor_open_cmd"
                schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
                sequence="M1+TAB">
        </key>  
        <key
                commandId="RCP_Demo.Toolbar.backwards_editor_open_cmd"
                schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
                sequence="M2+TAB">
        </key>              
</extension>
 6
Author: Chetan Bhagat,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-02-01 12:03:02

Script AutoHotkey de 3 líneas (en Windows, de todos modos):

#IfWinActive ahk_class SWT_Window0
^+Tab::^PgUp
^Tab::^PgDn

Pon esto en tu carpeta de inicio (guárdalo como *.ahk, debe tener AutoHotkey instalado) y las pestañas Eclipse ahora funcionarán como Chrome o Firefox.

 5
Author: Zook,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-03-07 21:46:04

Resuelto!!

Cambiar Esquema a Microsoft Visual Studio

Ventana > Preferencias > General > Teclas

Buscar Esquemas desplegable

Mi versión eclipse:

Eclipse Java EE IDE para Desarrolladores Web.

Versión: Juno Service Release 1 Código de construcción: 20120920-0800

 3
Author: sumitarora,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-03-22 12:23:35

Nadie leerá mi respuesta, pero de todos modos... Si estás en Mac OS X te encantarán los gestos multi touch para la navegación del historial en Eclipse: http://sourceforge.net/apps/mediawiki/eclipsemultitch /

 3
Author: borisdiakur,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-07-12 21:31:36

En windows si tiene un ratón de 5 botones, puede usar adelante y atrás en lugar de ALT+Left y ALT+Right.

 2
Author: ajon,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-09-05 17:11:05

Tecla de acceso directo para volver a la pestaña anterior

Alt + LeftArrow para volver.

 2
Author: Sunil Garg,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-11-22 12:39:50

Una forma de hacerlo es usar el complemento VI, y luego simplemente hacer :n (y :N) para ir entre archivos.

Eso es lo que hago.
 1
Author: CPerkins,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-05-02 08:55:25

Puede configurar las teclas de acceso rápido en Preferencias -> General -> Teclas (o simplemente escriba "teclas" en el campo de filtro en la parte superior del diálogo de preferencias.

Una vez seleccionada la sección de Teclas, busque la pestaña Siguiente y la Pestaña Anterior y asígneles su propia tecla de acceso rápido haciendo clic en el campo "Enlace" y luego escribiendo sus teclas de acceso rápido.

Pulse Aplicar o Aceptar para finalizar el proceso.

 1
Author: grigb,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2013-07-05 21:56:17

Cito la respuesta de VonC, agregando algo.

  • Ctrl+PgUp(PgDn) para cambiar entre pestañas en la pila actual (tanto editores como vista)
  • Ctrl+E para cambiar entre pestañas en la pila actual, usando una lista filtrada
  • Ctrl+F6 para cambiar entre editores, sin importar qué pila
  • Ctrl+F7 para cambiar entre vistas, sin importar qué pila

Además, hay Error 206299 abrir para solicitar usando Ctrl+Tab para cambiar pestañas en lugar de Ctrl+PgUp(PgDn ).

  • Como esto rompería la accesibilidad, el usuario debe establecer una preferencia para esto. Tal vez debería haber una pregunta en el Cuestionario de Bienvenida durante las instalaciones de Oomph.

Si no está satisfecho, puede asignarse el Enlace de claves, desde Ventana > Preferencias > General > Claves.

 1
Author: psuzzi,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2016-09-24 17:27:58

Por alguna razón, mi configuración de Eclipse estaba dañada, así que tuve que editar manualmente el archivo /.plugins / org.eclipsar.e4.banco de trabajo/banco de trabajo.xmi

Debo haber establecido previamente Ctrl+Tab al cambio de pestañas similar al Navegador, e incluso al restablecimiento de todos los enlaces de teclas en las preferencias de Eclipse, no eliminaría los accesos directos (tampoco se mostraban en ninguna parte). Abrí el archivo mencionado anteriormente y eliminé los elementos <bindings> marcados con <tags>type:user</tags> relacionados con el atajos que no funcionan.

 1
Author: friederbluemle,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-01-31 09:00:36

De Derecha a izquierda : ctrl+ cambio + 9 o ctrl + cambio + Página o ctrl + Página

De Izquierda a derecha : ctrl + cambio + 3 o ctrl + cambio + la Página hacia Abajo o ctrl + La Página Hacia Abajo

 1
Author: Parth Patel,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-10-05 12:24:54

Si simplemente desea cambiar entre el actual y el anterior de la ficha de selecciones, usando CTRL + F6 cambiará de ida y vuelta. Para navegar a una pestaña más atrás en su historial, debe usar ARRIBA / ABAJO teclas mientras la ventana de editores está abierta. Esto funciona con Helios (Eclipse 3.6); no estoy seguro de si esto es cierto para versiones anteriores de Eclipse.

 0
Author: Mel Llaguno,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-03-03 07:46:53

Mantenga presionado CTRLy presione F6 hasta que llegue al editor que desea, luego suelte. La interfaz de usuario no es tan bonita como la selección de la ventana, pero la funcionalidad es la misma.

 0
Author: Christopher Oezbek,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2014-03-03 07:47:29

En una máquina SLES12 puede usar Ctrl+PageUp y Ctrl+PageDown para navegar entre pestañas de forma predeterminada. Siempre puede cambiar estas claves desde la ventana de Preferencias navegando a través de la sección" claves "en la categoría" General". Este proceso está bien explicado por Victor y VonC anteriormente.

 0
Author: pavan kumar,
Warning: date(): Invalid date.timezone value 'Europe/Kyiv', we selected the timezone 'UTC' for now. in /var/www/agent_stack/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 61
2017-01-31 09:16:49