1420 links
  • Animal
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
Links per page: 20 50 100
page 1 / 1
2 results tagged Automatique x
  • firefox-traduction.png (image) - 429x307px
    Hé, Firefox, how about « ne jamais rien traduire, plus jamais de la vie JAMAIS » ?

    Je relaie. Ça me gonfle aussi.

    Mon Oct 9 14:37:06 2023 - permalink -
    QRCode
    - https://lehollandaisvolant.net/img/62/firefox-traduction.png
    Automatique Firefox Traduction
  • android studio - How to prevent open last projects when intellij idea start - Stack Overflow

    J'ai rencontré ce problème ce soir.

    En ouvrant IntelliJ, au moment du chargement du projet, j'ai la fenêtre de chargement du projet qui indique "Loading components" et qui bloque. En cliquant sur Cancel, le logiciel ne répond plus. Je suis alors obligé de tuer le processus (kill -9 XXXX).

    Ce problème a fait l'objet de retours utilisateurs (par exemple ici ou là) depuis plusieurs mois, mais ne semble toujours pas corrigé.

    Pour contourner ce problème, il est cependant possible de dire à l'IDE de ne pas charger automatiquement le dernier projet à l'ouverture. Ainsi, si c'est un projet en particulier qui pose un problème au chargement, l'utilisateur peut charger un autre projet, puis ouvrir le projet souhaité ensuite via l'interface.

    Pour qu'IntelliJ ne charge pas automatiquement le dernier projet, il faut modifier sa configuration dans le fichier suivant :

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

    Pour trouver ce fichier selon votre OS, c'est par ici.

    En ce qui me concerne, le fichier ressemble à ceci :

    <application>
      <component name="GeneralSettings">
        <option name="confirmExit" value="false" />
        <option name="confirmOpenNewProject2" value="1" />
        <option name="showTipsOnStartup" value="false" />
      </component>
    </application>

    Il faut simplement ajouter la lige suivante pour que le bloc ressemble à ceci :

    <application>
      <component name="GeneralSettings">
        <option name="confirmExit" value="false" />
        <option name="confirmOpenNewProject2" value="1" />
        <option name="reopenLastProject" value="false" />
        <option name="showTipsOnStartup" value="false" />
      </component>
    </application>

    En attendant la correction qui va bien ...

    Sun Dec 22 01:49:54 2019 * - permalink -
    QRCode
    - https://stackoverflow.com/questions/5362036/how-to-prevent-open-last-projects-when-intellij-idea-start
    Automatique Chargement IntelliJ Problème Projet
Links per page: 20 50 100
page 1 / 1
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation