This is a feature request.
When multiple items are found when pressing keyboard shortcuts, a menu
will appear. (See 5.1.1 http://manual.macromates.com/en/bundles#activation_of_bundle_items
)
In the menu, TextMate offers 1 to 9 to make selecting an item easy.
But in the menu, I woud like
to use control-N and control-P to move up or down.
Spotlight, Safari's location bar and many other apps support Control-P
and Control-N for various
places.
It would be cool if TextMate has this support.
Of course, I know I can use arrow keys or just type the first letter
of the item to select an item.
Takaaki
--
Takaaki Kato
http://samuraicoder.net
On 22/set/08, at 10:19, textmate-request(a)lists.macromates.com wrote:
>> \documentclass{article}
>>
>> \begin{document}
>> \input{essai}
>> \end{document}
>>
>> I save it and now alt-esc does not work anymore
>>
>> Perhaps a problem with LatexCommandCompletions.rb ??
>>
>
> I have the same problem. I would like to know if I am the only one
> with this problem?
>
> Perhaps i need to update something ? but I think there is a problem
> with \input, \include and the completion !
>
> Best regards
> Alain
Same problem here. This is what happens on my machine with the code
above:
- when I use \include or \input the command completion stop working in
the master file. However in the file called by \include or \input it
works without a problem. The command completion works in the master
file until the first time i save the file.
- \ref and \cite work smoothly in both file.
- the file essai is in the same folder of the master one, and has
the .tex extension.
However I've always considered this behavior as a "feature" of the
LaTeX bundle, a kind of advice: "if you use \include or \input, it's
better to write all of your text in secondary files, keep the master
file clean".
Leopard 10.5.5, TextMate Version 1.5.7 (1466), LaTeX bundle updated
some days ago, for the release of MacTex 2008.
Roberto Durante
Hi List,
I just tried to use "Edit in TextMate" on groups.google.com and it
just plays me an alert sound when hitting the keyboard shortcut
instead of opening a new TextMate window.
Can someone confirm that "Edit in TextMate" is not working when trying
to make a new post on any group with safari and groups.google.com
website?
Thanks,
Jan
Hi,
I do not know whether I can remember correctly but I believe that
someone mentioned a generator script for language grammars' regexp of
a set of fixed names. I mean e.g.:
I have this list of fixed classes:
NSArray
NSMutableString
NSMutableArray
NSCell
NSCellItem
NSCoder
and the generator script will output something like this:
NS(Array|Mutable(String|Array)|C(ell(Item)?|oder))
If someone knows this script I'd be appreciated to get a hint where I
can find it.
Many thanks in advance!
--Hans
Hi everyone,
I hope I won't trigger any flame war here but I would like very to have a
scratchpad as has appeared in BBedit 9.0.
I find myself using TextMate to reformat "raw data files" and I often have a
blank file open somewhere where I paste bunch of texts, do something with it
and paste it back in the original file.
For me at least, it would be very useful.
Thanks in advance.
--
View this message in context: http://www.nabble.com/-FeatReq--Scratchpad-tp19272741p19272741.html
Sent from the textmate users mailing list archive at Nabble.com.
I'm new to TextMate. I have some questions I was hoping you guys could help me with.
1. Let's say I wanted to create a Language Grammar (.bah) that inserts 'bah' when I type b + tab. However, this snippet should only work in .bah files.
So my new language looks like this:
{ scopeName = 'text.bah';
fileTypes = ( bah );
...
When I create a new snippet, and give it a scope of 'text', it works in .bah files; however, when I give it a scope of text.bah, it doesn't.
2. When I go to Bundles -> RoR -> Install Plugin I get this error:
/Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle/Support/bin/list_plugins.rb:27:in `join': can't convert nil into String (TypeError) from /Applications/TextMate.app/Contents/SharedSupport/Bundles/Ruby on Rails.tmbundle/Support/bin/list_plugins.rb:27
3. I supposedly installed 'Edit in TextMate' successfully, it gives me this: Success! /Applications/TextMate.app/Contents/Resources/Edit in TextMate copied to /Library/InputManagers
But, whenever I go to Safari or TextMate 'Edit in TextMate' isn't under the edit menu. I've tried restarting and everything. Still nothing.
4. Okay, last one. I downloaded Peepcode's screencast on TM, and when I tried to emulate the part where he created a scaffold-like create method using 'defcreate + tab', it didn't work. I put the caret in a Controller, and changed the language to Ruby on Rails.
The question is the same for all: how do I make it work?
Thank you!
_________________________________________________________________
See how Windows connects the people, information, and fun that are part of your life.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093175mrt/direct/01/
Hi,
I've read 3 times the PHP Bundle doc but I can't use completion from
files.
For instance, if I type "include" + ALT + ESC, I've a "No matches
found". However, I've a lot of *.php, *.class.php in my project.
I've tried to define the PHP_INCLUDE_PATH var at project level with :
".:/usr/local/myphplib/" in order to use completion from myphplib...
It doesn't work.
I'm using OSX 10.5.4. It's a known issue or it's an error?
--
Nicolas CHARLOT