What is that short cut for moving from cell to cell? Ctrl-Tab? What is the other one?
Ctrl-Tab moves the focus to the drawer on my Textmate…?!
confused,
Daniel
On Oct 7, 2006, at 4:57 PM, Daniel Käsmayr wrote:
What is that short cut for moving from cell to cell? Ctrl-Tab? What is the other one?
Ctrl-Tab moves the focus to the drawer on my Textmate…?!
Yeah it is supposed to be ctrl-Tab, clearly an unfortunate choice of my part since it has another meaning. I never navigate around the drawer, so didn't realize it was even doing that. If you are inside an array/tabular environment though, ctrl-tab should move you from cell to cell (and ctrl-shift-tab backwards), i.e. it should override the drawer switching.
Any thoughts for a different shortcut?
confused,
Daniel
Haris
Am 7. Okt 2006 um 23:02 schrieb Charilaos Skiadas:
ctrl-tab should move you from cell to cell (and ctrl-shift-tab backwards), i.e. it should override the drawer switching.
It doesn't override it -- which is why I noticed it in the first case :) Any free shortcuts with the arrow keys?
Dan
\begin{appendices} \chapter{Results of the survey}\label{cha:results_of_the_survey} % (fold) \begin{tabular}{p{9,5cm}p{2cm}p{2,5cm}} \hlx{vhv} \textbf{Answer} & \textbf{Average} & \textbf{Standard Deviation}\ \hlx{vhv} text text text & \num{4.1} & \num{1.5} \ \hlx{vhv} \end{tabular} % chapter results_of_the_survey (end) \end{appendices}
It should work when the caret is in one of these lines. I guess it should really have worked in the line before them as well, I'll need to check the regexp for that. It works once the scope is meta.cell.environment.tabular.latex I'll change it to be meta.row.... and then it should work in the previous line as well, though it still won't work if you are in the \begin{tabular} line.
\textbf{Answer} & \textbf{Average} & \textbf{Standard Deviation}\
\hlx{vhv} text text text & \num{4.1} & \num{1.5} \ \hlx{vhv}
Haris
I have tried some other tables in my LaTeX project and it still doesn't work; the drawer is not visible, still the cursor/caret just disappears until I press ctrl-tab again. Selecting the command from the menu works, so there definitely is no problem with the regex… just the shortcut?!
Dan
On Oct 8, 2006, at 8:34 AM, Daniel Käsmayr wrote:
I have tried some other tables in my LaTeX project and it still doesn't work; the drawer is not visible, still the cursor/caret just disappears until I press ctrl-tab again. Selecting the command from the menu works, so there definitely is no problem with the regex… just the shortcut?!
Sounds like a problem with the scope selector for the macro then. Does the macro show up if you look for it via ctrl-cmd-T? If it does, then the scope selector is ok and there must be something wrong with the shortcut. Try to change the shortcut to something else, and see what happens then. Also make sure to update. I just added extended the scope selectors for the macro slightly.
Dan
Haris