I'm using ctrl+q very often to get to the last edit location. But in aptana editor i get a content menu where i have to choose between "Reformat comment" and "Last edit location".

This drives me nuts, i just want to jump to the last edit location

I can't find the stupid "Reformat comment" binding in the list of shortcuts so i could delete it (or bind to another shortcut), there is only "Last edit location".

Thanks for any ideas

link|improve this question

feedback

1 Answer

up vote 2 down vote accepted

I did it, I did it!

In the file: {Aptana standalone location}\configuration\org.eclipse.osgi\bundles\88\1.cp\bundles\source.ruble\commands\reformat_comment.rb

Change key binding to something like:

  cmd.key_binding = 'CONTROL+Q,Q,Q'

Restart IDE.

Disabling this command in "Customize workspace" didn't help.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.