Hi all,
I'm trying to re-implement the Emacs sentence navigation/kill commands.
http://www.delorie.com/gnu/docs/emacs/emacs_235.html
I've managed to write some macros that behave the same as Emacs for
most situations except near the beginning or end of the file. To fix
this I would need to be able to match the EOF or Beginning Of File in
a regex. Reading
http://macromates.com/textmate/manual/regular_expressions
I can't see these as available characters... do they exist?
--
Sam
Dear all,
Thomas Aylott wrote a nice Filename Completion within the
Experimental bundle. With this command you can simulate the TAB
behaviour at the console writing paths or file names.
By myself I prefer to see all suggestions with their real names (not
only the rest). That's why I wrote my own humble version, and I added
a nice 'auto correction' function to it.
With 'auto correction' I mean:
Examples:
I type '/Apppli' , invoke the completion, and finally it writes '/
Applications/'
or
I type '~/Dyskt' , invoke the completion, and it goes back to the
first valid path and makes a pull down list of 'Desktop, Documents'
The next thing I changed is that if the completion finds only one
match it outputs it directly without asking me.
Together with the auto correction the completion makes it easier to
insert a specific file name with a typo. For instance, I have a file
at my desktop named 'test3.txt' and I type '~/Desktop/test33.txt' ,
start the completion, it changes it at once to '~/Desktop/
test3.txt' (of course, if you have no other files beginning with
'test3').
The feature to select a part of the path with the mouse to indicate
what I want to change is missing in my script, because I'm a keyboard
person. If I take the mouse to select something, then I also can
press 'DELETE' before I invoke the completion script.
As default the pull down menu doesn't list files beginning with a
dot. If you want to see them, then you have to type:
'~/.+' (to see all) or '~/.p' (to see all with a p)
I bound the script to the key CRTL+TAB and the scopes: source.shell,
string.interpolated.ruby; but here are no limits.
Please check it and don't hesitate to comment my script ;) (Maybe I
forgot something)
Cheers,
Hans
Hi all,
I noticed that the Cocoa autocomplete word (ESC in Tiger) works in
TextMate. Using ~/Library/KeyBindings/DefaultKeyBinding.dict I have
set ^/ to also do autocomplete in Cocoa apps. I've been using this
keybinding for a long time now, but I'm new to TextMate (bought
license today).
Unfortunately, this user set binding does not work in TextMate
although it does work in other Cocoa apps such as TextEdit. Does
anyone know why this might be the case and any hints to fix it?
Optimally I'd like to set "Apple /" to autocomplete, but for some
reason Cocoa doesn't allow this.
cheers,
Sam
--
http://fommil.me.uk
Since my ISP is slow, I've added timeouts to the blogging module. I
guess its time to check that module out and see about diffs.
Anyway, you can now add, optionally, whitespace ddd to each blog
entry in the preference file to specify a per blog timeout.
Love the openess of this system :)
The Mac web development tool we've all been waiting for is here: "IE
Preview" allows previewing TextMate's current working document
directly in Internet Explorer through Parallels -- with a single
shortcut key! Many of us are forced into testing for IE
compatibility, and this makes it far less tedious.
I'm providing the app and the script on my site, here: http://
www.ryanvb.com/ie-preview/
If you find it useful, diggs and/or comments are much appreciated!
Thanks,
Ryan van Barneveld
Avid TextMate User
Hi,
I'm using textmate for my python work.
Templates are good but i can't replace spaces increment by tabulation :
if __name__ == '__main__':
(_ _ _ _) main() # spaces
if __name__ == '__main__':
(tabulation) main()
I must change it manually each time...
How to do that with bundle editor ?
Thx, C.
>
>> Hi out there,
>>
>> Sorry to disturb you during Steve is showing the new iPhone. But i
>> have a little question. I am using TextMate to compile my LaTeX
>> Documents. I was just asking if i can use LaTeX to create a Test or
>> Quiz. And yes you can! If you are using the package exam. So i was
>> downloading some examples hit Command+R and the compiler said that
>> he is missing some exam.sty
>>
>> Can someone help me out?
>>
> It is possible you don't have the exam package installed. Try running
> this on the terminal and see if you get something back:
>
> locate exam.cls
>
> Btw, exam is not a package, it is a document class, so you should
> access it via:
>
> \documentclass{exam}
> ......
>
> There is a TextMate Template creating a basic exam for you (File ->
> New From Template -> LaTeX -> Exam). Here you can find documentation
> for the class: http://www-math.mit.edu/~psh/#ExamCls
You're right. When i am in the \documentclass {exam} it will do the job.
My exam.cls is located at
/usr/local/teTeX/texm.tetex/tex/latex/exam.cls
I know whats wrong now. The example.tex Files ive downloaded had
these information in the preambel:
\documentclass{article}
\usepackage{exam}
%%%% If you are not using LaTex2e, replace the first two lines
%%%% with the following:
\documentstyle[exam]{article}
\paper{445.123 FC}
\degree{BA, BSc etc}
\title{An introduction to basic set theory}
\note{Attempt any {\bf THREE} questions}
Hello all,
As I was monkey-bashing the keyboard around Apple-D, I managed to
turn-off syntax highlighting. Can someone tell me how to restore
syntax highlighting or provide a link that includes this help?
Why was I monkey-bashing? For some reason Project Drawer will not
open on ^-Ctl-Apple-D. The menu works just fine. Any bugs around this?
Thank you, thank you, thank you,
Peter Fitzgibbons
peter.fitzgibbons(a)gmail.com
> On 1/7/07, thomas Aylott <oblivious(a)subtlegradient.com> wrote:
>>
>> On Jan 6, 2007, at 1:59 PM, Peter Michaux wrote:
>> >
>> > Is there a way to insure that the project draw will always open on the
>> > left? About fifty percent of the time it opens on the right and I have
>> > to close it, then move the window to the right and then reopen the
>> > project drawer so it shows on the left. A hassle I would really like
>> > to eliminate.
>>
>> It opens up on whichever side has more room.
>> If you drag your window all the way to the right and open the drawer,
>> it'll
>> open on the left.
>
> The steps you describe are the steps I unfortunately have to do half
> of the times I open a project in Textmate which is a tedious task just
> to make sure the drawer is on the left. It would be nice if Textmate
> always made sure that the window was far enough to the right so the
> drawer would automatically open on the left.
>
> Peter
I find this to be a feature, rather than a bug. I like to keep two (or
more) projects open at once, and have one with a drawer to the right,
and another with drawer to the left. This guarantees that the corner of
the other project window will always be showing, which sometimes is
useful for toggling between windows (it would be nice to be able to use
command-`), and as a visual reminder of what I'm working on. So at most
I think we might ask for a pref to control which sides the drawer can
appear on. Personally, I'll be a lot more excited when there's a pref to
turn off the automatic rescanning of files in a project (especially when
they're on a network vol), as the lag when switching between Textmate
and other apps is very annoying.
-Toby.
Hi out there,
Sorry to disturb you during Steve is showing the new iPhone. But i
have a little question. I am using TextMate to compile my LaTeX
Documents. I was just asking if i can use LaTeX to create a Test or
Quiz. And yes you can! If you are using the package exam. So i was
downloading some examples hit Command+R and the compiler said that he
is missing some exam.sty
Can someone help me out?
Thanks