Can Aptana do code folding? - aptana

I would like to code folding in aptana 2 but I cannot figure out how to do it. How do you do it?

You mean these things?
Go to
Window > Preferences
Type in code folding (my bad) into the search box, then change the preferences.

Related

RStudio keyboard shortcuts of Command+Enter and Option+Enter cannot work

My RStudio keyboard shortcuts of Command+Enter and Option+Enter cannot work, after upgrading RStudio Version 1.0.136 on my Mac BookPro notebook. Any one can help me? Many thanks.
Best,
Gary
You can try to rebind them to something different as a semi-solution. However, why the shortcuts don't work I couldn't tell you.
Go to Tools -> Modify keyboard shortcuts and in the search field type run. You will see the Run current line or selection and the bindings behind it. If they are empty then we have an immediate answer to your problem. If not, you can bind it to something different.

How to make Aptana's keyboard shortcuts to be layout independent?

Aptana Studio 3.6.1.
When I edit source code in Aptana I want to save it on disk. While I am in English keyboard layout I can press Ctrl+S. But when I use Russian keyboard layout this shortcut does not work.
you can get shortcut key combinations via Help > Key Assist

Disable Code Assist in Aptana Studio 3

Is there any way to disable code assist in Aptana Studio 3? It is driving me absolutely insane! It changes things I don't want changed, it just overall gets in the way of my workflow. It was never a problem until the most recent update and ever since that update it's been much more aggressive in it's "assisting." I just want to be able to write the code myself without it messing me up.
To Caldwell,
The thing that you have mention is called Content Asisst. It will show a code-assist when you typing a code related to HTML/CSS.
To disable Content Assist in Aptana Studio 3 is :
Choose Window in the main menu ( menu avaiable on top) → Preferences → Choose Aptana Studio → Content Assist → Look at the Auto-display content asisst then you will see the drop down menu at besides, then click drop-down menu choose Off instead of Default delay.
That's all. Thank you
The issue you are referring to is most likely resolved in the beta of 3.0.4, but if you need to turn code assist off, I would suggest:
a) Preferences > Aptana > Editors (main node)
b) Preferences > Aptana > Editors > JavaScript (for example) and check the activation triggers. You may wish to remove "(" and "." for example.
Found this article trying to turn off the auto-complete of quotes and html tags. This feature is called auto-close. It can be turned off in Windows by going to Window -> Preferences -> Aptana Studio -> Editors. Here there is a "Typing" section of options. Unchecking "Auto-close matching character pairs" and "Wrap selected text with matching characters" did the trick for me.

How to add to Aptana helpful panel with snippets?

tell me please, how can i add top panel like on a screenshot?
(with comment blocks and helpful snippets)
Click for full size.
The top toolbar on the HTML/CSS/JS editors from Aptana 2 is not in Aptana 3. You can achieve the same functionality using various commands and snippets. Look under the Commands menu for each languages for some of the new commands with their keybindings.
You can also read more on Rubles here: http://wiki.appcelerator.org/display/tis/Ruble+Specification
And the rubles themselves can be seen on Github:
https://github.com/aptana/js.ruble
https://github.com/aptana/css.ruble
https://github.com/aptana/html.ruble

Switching focus between editor and terminal in Kate

When working in Unix with various programming languages I often use Kate as my primary editor.
It has a really nice function of being able to open a built-in terminal window which is quite useful.
The problem is that switching back and forth to the terminal view using a mouse is quite a pain and I can't find any shortcuts for this. The only shortcut I could find is for closing the entire terminal (not just changing the focus). This is a bit annoying as it causes the text in the terminal window to get truncated (I think it's a known Kate bug).
Does anyone know a better shortcut?
Note that the Kate bug has been fixed. The correct answer to this question is now F4.
There's a "Focus Terminal" shortcut in the "Configure shortcuts"
There you can set it up. F4 didn't work by default in my case and Shift+Tab worked only in one direction.
this is a bug in kate. possible workarounds: a) shift back by pressing Shift+Tab, b) try another shortcut (some do work). see also Bug 157496: Alt+[Key] shortcuts for menu items do not work.
Today (Kate v 22.08.2), it's
Settings > Configure Keyboard Shortcuts > Type "terminal" in Search box >
edit shortcut for "Focus Terminal Panel".
For me, the default was Ctrl+Shift+ F4, while F4 hid the terminal.
I swapped them because it's more convenient for me.
The focus shift is only visible by appearance of the cursor changing slightly.

Resources