zoukankan      html  css  js  c++  java
  • idea 2021新窗口打开工程

    描述

    • Mac M1,IDEA 2017 有部分兼容性问题,遂对IDEA进行升级
    • idea 升级2021(IntelliJ IDEA 2021.3 (Community Edition))
    • 打开新工程,默认在当前窗口打开新tab。
    • 在Preferences | Appearance & Behavior | System Settings | Open project in New window 中配置不生效
    • 索引:idea 2021 open recent new window

    解决办法

    • MacOS 系统偏好设置 -> 通用 -> 首选以标签页方式打开文稿: 永不

    • IDEA 中:Preferences | Appearance & Behavior | System Settings | Open project in New window

    • 问题解决

    原因

    • IntelliJ IDEA is using macOS setting right now. There is a request to have IDE specific setting.
    • 默认使用MacOS的配置,IDEA自己的配置会被覆盖
    • 需要两处配置均配置为新窗口打开

    原文链接

    Question

    Intellij Idea, open new project creates a new tab for each project, how do I revert to a default of a new window per open project?
    

    Description

    If I open a new project in Intellij Idea it now opens it as a new tab. How to change the default behaviour, revert to the previous behaviour and open in a new window?
    

    Discussion

    macOS System Preferences->General set "Prefer tabs when opening documents" to "Never". – 
    CrazyCoder
     Sep 24 at 15:29 
    I think that's a macOS setting, this seems to be IntelliJ that is doing it – 
    atreeon
     Sep 25 at 17:17
    IntelliJ IDEA is using macOS setting right now. There is a request to have IDE specific setting. – 
    CrazyCoder
     Sep 26 at 0:42
    Unless I've got something wrong, Intellij Idea is causing this behaviour, not MacOS (you can see the tabs are even in the same dark mode setting managed by IntelliJ). I'd like to turn this off in IntelliJ. – 
    atreeon
     Sep 27 at 15:52
    IntelliJ IDEA is causing this behavior by respecting the mentioned macOS system preference, see the related tickets: youtrack.jetbrains.com/issue/IDEA-260522 youtrack.jetbrains.com/issue/IDEA-65293 youtrack.jetbrains.com/issue/JBR-2893. – 
    CrazyCoder
     Sep 27 at 15:55
    

    Answer

    n macOS System Preferences | General, set "Prefer tabs when opening documents" to "Never".
    
    Related documents and tickets:
    
    macOS User Guide: 
    Use tabs in windows on Mac : https://support.apple.com/guide/mac-help/use-tabs-in-windows-mchla4695cce/mac
    Big Sur: Add support of opening project as tabs : https://youtrack.jetbrains.com/issue/JBR-2893
    Open project in a new window opens in a tab instead : https://youtrack.jetbrains.com/issue/IDEA-260522
    View multiple IntelliJ IDEA projects in a single frame : https://youtrack.jetbrains.com/issue/IDEA-65293
    
    苏轶然suanec -
    http://www.cnblogs.com/suanec/
    友链:marsggbo
    声援博主:如果您觉得文章对您有帮助,可以点击文章右下角【推荐】一下。您的鼓励是博主的最大动力!
    点个关注吧~
  • 相关阅读:
    SAS学习笔记27 卡方检验
    SAS学习笔记26 方差分析
    SAS学习笔记25 t检验(单个样本t检验、配对样本t检验、两个独立样本t检验及方差不齐时的t'检验)
    SAS学习笔记23 线性回归、多元回归
    HTML canvas画布
    HTML 新全局特性
    MYSQL数据库学习(五)如何自定义函数
    什么是单机结构?什么是集群?什么是分布式?
    MYSQL数据库学习(四)如何备份还原数据库
    MYSQL数据库学习(三)关于DML操作
  • 原文地址:https://www.cnblogs.com/suanec/p/15715969.html
Copyright © 2011-2022 走看看