English 中文(简体)
PyCharm省失踪的主要菜单
原标题:Main menu toolbar missing in PyCharm

我愿向最近在PyCharm省失踪的主要菜单路障展示。

“Screenshot

我正试图在“IntelliJIdea”和“PyCharm”目录中找到的星座,但没有这种档案。

最佳回答

这一工作应当:

  • press Shift twice (equivalent to Navigate > Search Everywhere).
  • type main menu (or just ma me).
  • select View | Appearance: Main Menu.
问题回答

这里的步骤是,将戈兰的主要菜单/毛巾(Orud)拆开给(PyCharm)或其他英特尔利J编辑:

  1. Click on the search icon in the top right-hand corner
  2. In the search bar, type the word menu
  3. You should see this result come up: View | Appearance: Main Menu
  4. Then just click the toggle to change it from "Off" to "On"

“关于编辑窗户的筛选”,</a

档案名称ui.lnf.xml,该档案的位置可能不同于OS。

In Linux - the file location is - Home directory after that .config/JetBrains/Idea_<<version>>/options. For example I am using Ubutu where I can find the location like -

$ sudo find /home/ -name "ui.lnf.xml"
/home/xxxx/.config/JetBrains/IdeaIC2022.2/options/ui.lnf.xml

Under the ui.lnf.xml there will be an entry if main menu is off:

<application>
  <component name="UISettings">        
    <option name="SHOW_MAIN_MENU" value="false" />
  </component>
</application>

需要将数值从<代码>false改为true





相关问题
How do I insert ToolBar separators when binding ItemSource

I am binding a ToolBar to a collection of command view model objects. The objects in the collection have a property IsSeparator that when true I would like represented with a <Separator/> in ...

Outlook shortcuts style toolbar in Qt

Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for ...

How does Google get a toolbar right below the tabs in IE?

I researched through all BHO related documentation, but I just can t figure how Google gets the translation toolbar right below the tabs in IE. Any useful pointers how to achieve the same effect for ...

Powerbuilder: Trying to set the currentitem for a menuCascade

Please clue this newb in. I ve got a menu with it s object type set to menu cascade. I can reference the items in the menu just fine and I can even st the items to enabled or visible. But what I can ...

热门标签