> Ola!
>
> I used to want this features as well, and I was really frustrated
> that you have to include CTRL to have this feature.
> CTRL-page-up and CTRL-page-down.
> Now that I'm used to it, I would not see it any other way. When
> you're coding in a certain method and you quickly want to see
> something in f.e. a private method, using page-up and page-down can
> bring you to the implementation and if you know what parameter to
> use, you immediately can start typing, since the cursor did not move
> with it.
>
> And getting used to the CTRL was a matter of 1 day.
>
> Best regards,
> Jeroen.
> nerd.rb - http://www.rubyonrailsforum.nl - http://www.vici-nl.com
>
> > Hi!
> >
> > Can I make the cursor follow when I've done some scrolling via Page-
> > Up/
> > Page-Down?
> >
> > I mean... let's say: I've scrolled down 3 pages via Page-Down and
> now
> > I want to go on editing right on this page.
> > To do so, I must click with the mouse somewhere on the document. But
> > is this possible by using the keyboard too? E.g., is there a
> Shortcut
> > that positions the cursor right in the middle of displayed page?
>
> You can use shift-cmd-j to move the cursor to the Middle Visible Line.
> Also accessible in the 'navigation' menu.
>
> Cheers,
> Nigel
Hi all
I was looking for a quick way to go to the start of a scope. I often find
myself selecting something, then typing a start bracket to wrap that
selection in brackets:
strpos($key, ".") +1
becomes
(strpos($key, ".") +1)
which leaves my cursor just after the closing bracket. If I want to get back
to before the opening bracket, I usually alt-left arrow. I could also go
just inside the closing bracket, hit cmd-shift-b to select the whole scope
and then click left arrow once, but it's too many keys. Is there a way to
navigate bounds?
Thanks
Nevan
Hi,
on typping "section+tab" the right code appear:
Section~\ref{sec:}
then tab and when over sec: typing alt+scape show the list of suggestion
with the section to reference.
BUT:
On including a bibtex reference using ^{ or navigating to the menu, no
suggestion window appear with the suggestion, only
\cite{xxxx}
Where xxxx is the last entry on my bibliography, then I go after the last x
(between x and }) and alt+scape, and nothing happen at all. It always
reflect he last on my Bib file (I try to change it and it is always the
last)
NOTE: By the way the doc typeset properly and bibtex runs ok.
NOTE: I'm on the last version of Textmate and the latex Bundle.
Thanks in advance
NOTE: is there any log where I can look for the exection or something.
--
View this message in context: http://www.nabble.com/no-suggestion-for-%5Ccite%7B%7D-tp19979530p19979530.h…
Sent from the textmate users mailing list archive at Nabble.com.
To continue with the previous ( & unresolved) post; see: http://lists.macromates.com/textmate/2008-May/025441.html
With this \newenvironment the scope never closes braces or the list
environment, and so the syntax color scheme is forever wrong in the
rest of the document:
%preamble(fold)
......
%create new list environment (bullets - named buls)(fold)
\newcommand{\bu}{\ensuremath{\bullet}{ }}
\newenvironment{buls}
{\begin{list}{\bu}
{
\setlength{\topsep}{3pt}
\setlength{\parsep}{0pt}
\setlength{\itemsep}{2pt}
\setlength{\labelsep}{0pt}
\setlength{\itemindent}{10pt}
\setlength{\leftmargin}{40pt}
\setlength{\rightmargin}{0pt}
\normalfont\upshape
}}
{\end{list}}
%create new list environment (bullets - named buls)(end)
.....
%preamble(end)
\begin{document}.....
some text here ****the scope here is:
text.tex.latex
meta.group.braces.tex
meta.function.environment.list.latex
___when it should just be (and in fact is without
the previous \newenvironment definition):
text.tex.latex
....\end{document}
It seems to be a bug in the Language definitions of these scopes (tex
and/or latex).
Can this be solved (and maybe the bundle updated with the correction)?
Thanks,
Hi!
Can I make the cursor follow when I've done some scrolling via Page-Up/
Page-Down?
I mean... let's say: I've scrolled down 3 pages via Page-Down and now
I want to go on editing right on this page.
To do so, I must click with the mouse somewhere on the document. But
is this possible by using the keyboard too? E.g., is there a Shortcut
that positions the cursor right in the middle of displayed page?
Thanks for hints...
Tom
How can I turn soft tabs on in certain projects, but not in others?
Selecting "Soft Tabs (Spaces)" from the menu at the bottom of the
screen appears to work on a system-wide, per language basis.
One project I'm working on uses soft tabs. The rest do not. I'm
unlikely to remember to manually keep changing this setting back and
forth!
I would prefer to set this only on a per project basis, but setting it
by language per project would work.
Thank you for taking the time for my question.
-Steve-
Hi
suppose the caret is somewhere inside a scope meta.myscope
delimited by two keywords beginmyscope and endmyscope.
I need to capture all the text in the region between
beginmyscope and endmyscope. I thought the Input
type "Selected Text or Scope" might do exactly this,
but I'm seeing something different: only the text from
the line where the caret is to endmyscope is captured.
Is this the intended behaviour, or I'm doing something
wrong? I think the scope is defined correctly since
ctr-shift-P shows that the entire region between
beginmyscope and endmyscope is correctly parsed
as meta.myscope. What's wrong?
Thanks
Piero
Hello.
I have no idea why TM refuses to open some perl scripts that are with
the executable bit set.
When under a project, if I click the file name, a new tab doesnt open.
If I ask mate to open the file from the terminal with the project
open, it doesn't open as well.
If I close everything and use mate to open the file, it opens correctly!
If I right-click on the file I do not have the option to set text/binary flag.
Can anybody please give me a hint to solve this isse?
TIA
Alberto
--
Alberto Simões
The repository for bundles has been moved to a new URL: http://svn.textmate.org/
To update a checkout to the new location one has to do:
# assuming this is where your old chekout is
cd /Library/Application\ Support/TextMate
svn switch --relocate \
http://macromates.com/svn/Bundles/trunk/ \
http://svn.textmate.org/trunk/
If you have switched subsets of the checkout, for example because you
are testing WIP bundles, then you have to ‘svn switch --relocate’ your
switched bundles first.
If you run “svn status” in the root of your checkout, it will indicate
if bundles have been switched by the S marker.
To get the FROM URL of a switched bundle, cd to the folder containing
it and run:
svn info
This will show the URL (on the second line). Generating the TO from
that URL should be straightforward. So if for example we are using the
branched Subversion bundle, we need to:
cd Bundles/Subversion.tmbundle
svn switch --relocate \
'http://macromates.com/svn/Bundles/branches/Subversion%20(Interactive%20Inpu…'
\
'http://svn.textmate.org/branches/Subversion%20(Interactive%20Input).tmbundl…'
Hi.
I'm new to using both latex and TextMate and am trying to modify the
environmental variables that the pdftex engine sees when it is
typesetting my document.
So far I have tried modifying my ~/.profile and /etc/profile to
include modified $TEXINPUT, $BSTINPUT environmental variables without
any luck.
I have also tried adding these variables to the environmental
variables area of the general TextMate Preferences but no luck there
either.
I have also tried to find out if I could possibly give the tex engine
the information via a command similar to the way the master files are
designated (i.e. %! variable = ....) but no luck there either.
Many thanks.
Dan