Aptana / Titanium Studio Disable Highlighting - titanium

Aptana/Titanium Studio is a pretty good IDE, but the preferences are a mess.
I want to basically turn off all the annoying highlighting and code hints it bombards you with but can't find the preferences for that.
Thanks for your help!

You can click the "Mark Occurrences" button in the toolbar, and that should toggle it for all Aptana editors.

Related

Change suggestion choice shortcuts Intellij

In Visual Studio Code I can change the keyboard shortcuts for navigating the suggestion window easily.
Can I do the same in Intellij IDEA? I havent' been able to find a way so far.
In IntelliJ IDEA you can customize the keyboard shortcuts for the Up and Down actions in the Keymap Settings.

Missing toolbar Visual Studio 2015

im getting crazy, i don't see the toolbar in code on visual studio 2015, that toolbar that for example let you select when a botton lost focus,clicked etc
do anyone got the same problem?
thanks guys,
and have a great day
José Lopes
have you tried resetting your settings?
TOOLS>IMPORT AND EXPORT>RESET ALL SETTINGS
It's called the Navigation bar. You can turn it on and off under Tools -> Options -> Text Editor. You find this option under the "General" tab of your language of choice (or, you can do it for "All Languages").

Disable click and drag cut and paste in IntelliJ Idea IDE

In my IntelliJ Idea 13.1.2 IDE I keep running into situations where I'm selecting on a click and drag via my laptop touch pad. I keep accidentally clicking and dragging text and cutting lines. I've searched the options and settings panels for the words click and drag but I don't see a way to turn this feature off. IntelliJ's help talks about how to use click and drag cutting but doesn't say how to disable it.
Does anyone know how to disable cut and paste through click and drag in the IntelliJ IDE?
I found it in Settings → Editor → General.
Under the Mouse heading. The option is called "Enable Drag'n'Drop functionality in editor".
This also seems to disable drag and drop moving of files though.
In WebStorm 2020.1 (and presumably in other Jetbrains IDEs), the related option 'Move code fragments with drag-and-drop' is in Preferences > Editor > General:
Unchecking the checkbox does the trick without unwanted side effects such as also disabling the drag-and-drop operations for files etc.
There is no way to disable Drag-n-drop highlighted text in the editor itself!!! ALT guard for drag-n-drop files is a good idea as I accidentally drag and drop files on daily basis. Kudos for discovering that I just enabled it.
I have contacted Intellij support to give us a setting that we can disable in editor drag and drop. I think that is a stupid feature in the first place...

How to disable auto show hints in JetBrains IDEs (IntelliJ IDEA, PyCharm, WebStorm) on mouse over

How to disable auto show hints in IntelliJ IDEA on mouse over?
Edit:
This hint could be very big if you call existing method with incorrect parameters. It's very uncomfortable.
There are the same behaviour in PyCharm:
and WebStorm:
Those popups (or tooltips) has been my worst annoyance in the editor for a while. There is how I fixed it:
On the editor, at the bottom-right of the window, there is a head icon. Click it and uncheck the box "Import popup".
You can have a look at this guide (with images) to help you finding the checkbox:
http://www.jetbrains.com/idea/webhelp/disabling-inspections.html
I hope that can help you
TOTALLY: Open Settings (or Pereferences, if you are OS X user) dialog, choose Editor | Inspections. On the Mange tab (right pane of the dialog) select Copy. Then click the language node. Here you can find the setion that is probably responsible for your tooltips and disable it. Or disable the whole language node, if you like. This way you have all the IDE features working and no tooltips at all. You can return back to Project Default inspections profile when you need it.
PARTIALLY: Try to disable the respected intention action. Press Alt+Enter when you see the tooltip, select the action from the list and press the right arrow key. In the context menu, select "Disable".
From JetBrains Forum.
You probably need to uncheck the Inlay Hints.
For Windows 10 & PyCharm Community 2020.3.3 :
File > Settings > Editor > Inlay Hints
Uncheck Show hints for:

Aptana - Preview in browser shortcut?

What's the shortcut for previewing in web-broswer for Aptana Studio 3? I have been looking all around, but still couldn't find it.
There is no default keybinding for previewing the file, but you could define one from the Preferences > General > Key page and looking for "Show Preview":
Hope this helps.