Cómo evitar abrir los últimos proyectos cuando se inicia intellij idea


Por defecto intellij idea abre el último proyecto al iniciar. ¿Cómo abrir intellij idea sin abrir los últimos proyectos?

Author: Andrew, 2011-03-19

11 answers

IntelliJ 14, 15, 16:

Settings -> Appearance & Behaviour -> System Settings -> Reopen last project on startup

Anteriormente:

Settings -> General -> Startup/shutdown -> Reopen last project on startup.
 261
Author: Tomasz Nurkiewicz,
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-01-23 19:54:43

Si por alguna razón necesita cambiar esta configuración sin usar la interfaz de usuario (por ejemplo, si IDEA está colgando cuando abre su proyecto), puede encontrar la configuración en eg

/.IntelliJIdea10/config/options/ide.general.xml

La ubicación del archivo está documentada en http://devnet.jetbrains.net/docs/DOC-181

La configuración específica que necesita cambiar (o agregar) es

<application>
  <component name="GeneralSettings">
    <option name="reopenLastProject" value="false" />
  </component>
</application>

Mac

En la última versión de IntelliJ, la ubicación de este archivo en un Mac es

~/Library/Preferences/IntelliJIdea2018.2/options/ide.general.xml
 104
Author: Patrick Wilkes,
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
2018-08-09 09:39:28

Para Intellij 13 en Mac 10.9 (Mavericks), se encuentra en ~/Library/Preferences/IntelliJIdea13/options/ide.general.xml también. (No tengo suficiente reputación para votar la respuesta de Nicholas ).

 14
Author: asokan,
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-04-01 16:50:50

En el Mac el archivo se encuentra en ~/Library/Preferences/IntelliJIdea12/options/ide.general.xml

Y luego establezca la opción reopenLastProject en false.

 12
Author: Nic Cottrell,
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 15:50:59

Abrí este archivo en VI usando esta ruta:

~/Library/preferences/IdeaIC13/options/ide.general.xml

Y cambió este valor:

<option name="reopenLastProject" value="true" />

A

<option name="reopenLastProject" value="false" />
 10
Author: Anna Billstrom,
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-10-17 22:19:15

Simplemente marque la casilla de verificación:

Settings -> General -> Reopen last project on startup

Esto es para la idea 10.

 8
Author: Vladimir Ivanov,
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
2011-03-19 12:27:04

La forma más rápida es

Ctrl + shift + a

Y luego simplemente escriba

Reabrir

introduzca la descripción de la imagen aquí

 8
Author: hevi,
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-02-28 13:48:46

En IntelliJ 14 es:

Configuración - > Apariencia y comportamiento - > Configuración del sistema - > Inicio / Apagado - > Reabrir el último proyecto al inicio

Puede abrir la ventana de configuración pulsando CTL + ALT + S.

 7
Author: Evdzhan Mustafa,
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
2015-02-12 10:38:35

IntelliJ 2016.x mantiene esta información en su propio archivo ahora. En mi MacBook Pro con OSX:

~/Library/Preferences/IntelliJIdea2016.2/options/recentProjects.xml

Si IntelliJ se bloquea en el inicio, fuerce a salir de la aplicación y luego cambie el nombre de este archivo a algo como "recentProjects.XML.bak."

Al reiniciar, aparecerá la pantalla de opciones para crear o abrir un proyecto.

Nota: la ruta real puede variar dependiendo de la versión de IntelliJ que haya instalado, por ejemplo.

IntelliJIdea2016.1/ IntelliJIdea2016.2/ IntelliJIdea2016.3/

 6
Author: Curtis Taylor,
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-02 04:04:38

Intellij Idea o Android Studio:

Desde el menú ir a:

File > Settings >Appearence & Behavior > System Settings.

Desactiva la opción:

Reopen last project on startup

introducir la descripción de la imagen aquí

 3
Author: Jorgesys,
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-12-06 16:30:28

Para la última versión de Android Studio IDE

Simplemente siga estos pasos

Archivo > Configuración > Configuración del sistema > haga clic en Reabrir la casilla de verificación del último proyecto > Aplicar o Aceptar

 0
Author: Danik_Help,
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
2015-12-05 06:23:34