Hide Xdebug panel from Sublime Text 3 - sublimetext3

I've installed Xdebug package on my Sublime 3.
Debugging works just fine, but I can't get rid of the Xdebug panel on the bottom...
Pressing Esc does nothing. When I have the Find panel oppend, just pressing Esc makes it go away, but it doesn't work with the Xdebug panel, any help?
I've found this Sublime Text 3 - Xdebug Context panel here, but it does not have any answers yet...

I had this problem and I solved it by clicking on the following options:
View> Layout> Single

You can do it in the following way:
Stop debugging - in Sublime's main menu: Tools > XDebug > Stop debugging
Tools > XDebug > Restore Layout (it's important to stop debugging first!)
If you just switch to Single Layout, 4 inactive debug tabs will remain open.

Related

Livecode: script in the code editor is not color-coded

My script in the code editor is not color-coded. Only terms like "put" or "else" are shown in bold letters. Is this a problem in the settings? I've made a screen capture showing the script editor with uncolorized syntax
First check the colorization settings in the Preferences stack. Colorization may be set to none, default and Revolution Classic.
You may try re-installing LiveCode. Removing the preferences stack may also help (from the LiveCode settings folder, not from the IDE folder).
Go to menu Edit/Preferences on the main bar, you will see preferences stack then click on "Reset all preferences to default" button.

Alt button not detected on some keymap shortcut IntelliJ (elementaryOS 5.1.7

Settings
IntelliJ 2019.2 (same issue in 2020.2)
elementary OS 5.1.7.
AZERTY bluetooth Keyboard (Logitech K260)
French Keyboard Layout
French Input method
No custom configuration made either in IntelliJ or in the OS
Problem
The "Move Line Up/Down" shortcut I was using on Windows (Shift + Alt + Up/Down) is not working.
Description
On intelliJ, I opened Settings/Keymap window to check the shortcut was correctly set.
When trying to redefine this shortcut, the "Alt" button was not detected when pressed.
However, I can use it on elementaryOS (e.g. Alt+Tab is working).
On intellij, I can use some other shortcuts like "Alt + Up".
My OS were recently installed.
I already tried to put UK layout/input method with no success.
Two ideas:
system settings : something i missed in keyboard settings ? Don't know much about linux configurations.
IntelliJ option i'm missing.
Thanks.
Finally found the issue.
On elementaryOS,
Go to your Keyboard settings, select "Layout" tab.
On "Switch layout" options, change the default shortcut "Alt + Shift".
Then I am able to reuse this specific shortcut in IntelliJ.
See the screenshot below to get more information:
Keyboard/Layout/Switch layout

Flutter Android Studio cursor flashing issue. Can't enter text

Sometimes my cursor starts flashing and I can't modify text. Very annoying thing and I don't know what to do. I enter a text from a keyboard but it us just flashing.
Go to File > Settings > Editor > General > Appearance, then uncheck the Use
block caret
or Remove these directories:
~/Library/Application Support/AndroidStudioBeta
~/Library/Caches/AndroidStudioBeta
~/Library/Logs/AndroidStudioBeta
~/Library/Preferences/AndroidStudioBeta
Disable IdeaVim plug-in in the IDE Settings (Preferences on macOS) | Plugins.

Terminal Missing in Android Studio

I opened Android Studio to find that the Terminal Tab is no longer present along the bottom left. Restoring to the default layout did not return it. I also can't seem to find any reference to it in the View or Window Tabs.
How do I get the to the Terminal tab in Android Studio?
Update:
Terminal is not present under View -> Tool Windows, but the Terminal Plugin is installed and enabled.
File > Settings > Plugins' - Search for "terminal"
Untick the check box -> Press Apply
Tick it again -> Press Apply -> Press OK
Restart Studio
Try the shortcut alt+F12. Or check the information under the heading
Running embedded local terminal
On the following link:jetbrains help
Toggling Tools-> Android-> Enable ADB Integration Off/On then restarting the IDE returned my Terminal Tab.

How do I get the terminal within GVim to react to mouse scrolls?

I'm on a Hardy Heron Ubuntu build, BTW.
Try:
:set mouse=a
":help mouse" says
Enable the use of the mouse. Only works for certain terminals
(xterm, MS-DOS, Win32 |win32-mouse|, qnx pterm, and Linux console
with gpm). For using the mouse in the GUI, see |gui-mouse|.
The mouse can be enabled for different modes:
n Normal mode
v Visual mode
i Insert mode
c Command-line mode
h all previous modes when editing a help file
a all previous modes
r for |hit-enter| and |more-prompt| prompt
A auto-select in Visual mode
Normally you would enable the mouse in all four modes with: >
:set mouse=a
When the mouse is not enabled, the GUI will still use the mouse for
modeless selection. This doesn't move the text cursor.
Hate to give this answer, because it isn't very helpful, but it works fine for me (scroll wheel in gvim on ubuntu hardy).
But maybe I can suggest some things that help debug the issue:
Confirm you are running "gvim" and trying to scroll the new window that comes up (i.e. you are not running vim in an xterm and trying to scroll that with the mouse)
Confirm the scroll wheel works in other apps. Use "xev" to make sure the X server is seeing the scroll events if you're unsure.
Hope that helps.

Resources