Intellij Maven Sidebar invisible when minimized on Mac OS - macos

I am new to running IntelliJ on a Mac. On Windows, it's possible to "minimize" the Maven "toolbar" to the right edge of the screen:
On my Mac, minimizing this makes the bar disappear. Why is that? How can I change this?

Probably you've toggled tool windows view (this could be done by hitting Alt twice, or by clicking most-left bottom icon):
If you click this button, tool window bars and buttons are shown. At the same time the button, appearance toggles to show hide tool window bars. If you click the button again, the tool window bars and buttons are hidden again.
More info in Working with Tool Windows

Related

Win32/C++: Program started minimized shows generic icon in taskbar flyout preview - how do I set my own image or fix it?

When you hover the mouse over taskbar buttons in Win10 you get a preview of that Window in a flyout. However if I start my program minimized it shows a generic icon (if I then restore it, the preview is updated and works minimized or not - so on startup is the key).
How do I have it show what the window will look like when restored or set my own image to use so this doesn't happen? It's okay if my own image is the only one that ever shows. I wouldn't mind disabling the preview on the flyout either (I do need the flyout because I use use toobar buttons on it).
I see ITaskbarList3::SetThumbnailClip() but that would have the same issue.
TIA!!
Found this is controlled by the DWM (Desktop Window Manager) via dwmapi. Examples of use is here

Use non-native fullscreen window mode in PhpStorm on macOS

How can I configure PhpStorm to use the "non-native" fullscreen mode? I'd like PhpStorm to be fullscreen (without the macOS top menu bar, etc), in the same window (without creating a new window that I have to scroll between).
The terminal for macOS iTerm2 have this setting. You can choose to remove the tick from "Native full screen windows". When this tick is removed, the fullscreen mode will simply take out all space in the window, without creating a new separate window.
Native fullscreen example
Notice how a new separate "window" is created called "PhpStorm"
Non-native fullscreen example
Notice how theres still one window called "Desktop". The iTerm window fills out the whole screen though.
the only way you can do it at the moment is by adjusting the dock in mac to hide menu automatically and then spread the editor to wider and higher setting
click right on the dock in mac and goto settings and hide menu works for me
i am suffering from same issue lol after i saw iterm2 :P

How to show view controls in the new update of Xcode 12?

I have updated xcode to the latest version ( Version 12.0 (12A7209)) and I can't show the toggle icons that show/hide inspector, debug or navigator Area
How can I show them again?
For the navigator the button is now at the far left, or use Command 0.
For the inspector the button is now at the far right, or use Command Option 0.
Also, in full screen mode you can summon the inspectors as overlays by hovering at the side with the mouse. Very cool as it saves space.
For the debug area there is no button; use Shift Command Y.
Basically this is a good time to learn the keyboard shortcuts!

IntelliJ Idea on MacOS: Move toolbar away from main menu

I'm usually working with IntelliJ IDEA on MacOS in fullscreen mode. When I try to access something in the toolbar, I often overshoot the target a little, and the main menu bar opens instead, hiding the toolbar. So I have to move the mouse a little lower, wait and move carefully into the toolbar again. This is quite annoying. Are there any tips to avoid this? Is it possible to move the toolbar, say, to the bottom of the screen?
It doesn't seem to be possible at the moment, but there are 2 open requests you can vote for:
IDEA-119950 A setting in the settings area to stop 'show on hover' menu in fullscreen
IDEA-117034 Fullscreen menu bar is too eager to show

In Visual Studio how do I copy the 'Full Screen' icon to the toolbar?

Under the View menu, there is a Full Screen entry that I would like to see on the toolbar all the time. When I enter full screen mode, the icon is automatically placed on the menu bar but then it disappears when I leave full screen mode.
[Menu] View/Toolbars/Customize... doesn't allow me to drag the icon to the toolbar
When I use Eclipse IDE, I can simply double-click the tab to put it into full screen mode - if there was a way to configure Visual Studio to do the same, that would be ideal...
On the Customize window navigate to the second tab and find the toolbar you want to edit:
Use the Add Command... option and find the fullscreen command in the View category:
Use the Move Up and Move Down to position the button where you want it.
When you go into Customise..., click on the Commands tab.
Then click the toolbar button and scroll to "Standard".
Then click Add command, then View and then Fullscreen and it should be added!

Resources