Hi,
why does the LaTeX bundle suddenly default to \emph instead of
\textit when I press command-i? This is a most unwelcome change as I
often use the scrartcl-class where \emph seems to be typeset as
underlined text instead of italic.
Any chance for a *different* shortcut for emph in the default LaTeX
bundle? I don't like messing around in the default bundles myself for
as far as I understand TM will create a "local" copy and I can no
longer easily benefit from updates in the default bundles … :(
Christian
> Hmm, well you'll have to explain what you mean. There's no way
> that the bundle can really fetch posts from a BB, etc. The best
> way to use the BBCode bundle is--assuming you use a webkit-based
> browser like Safari, OmniWeb, etc.--to make a new post in your
> browser, and then use the edit in textmate input manager to get the
> text into TextMate. Then when you save the textmate window, it
> will put the updated text back into your browser. If you use
> firefox, i think some sort of external editor support is
> achievable, but I don't know how. If you use Opera or Camino, I
> think you're out of luck for now (though I could be wrong about
> Opera).
>
> Hope this helps,
> Jacob
>
Nonono you misunderstand me. Go to your favourite Board and do the
following:
1. Start making a new Post/Thread/Message
2. Type in some text. Lets say "This is my text"
3. Lets say you want the word "text" to appear as a link.
4. In a normal web browser you do this by marking the text "text",
click on "URL=" then the text "text" changes to [url=]text[/url].
Did it become clearer to you what i mean?
It would be nice to have TM act like the web editor so i can paste
the text back to the browser when i fnished with my post.
> Yes, I made a bulletin board bundle (in fact these things were my
> first textmate bundle items, so they're probably somewhat shitty
> with out-of-date scopes, etc.). It doesn't have too much
> functionality, but it should do reasonable syntax highlighting, and
> things like cmd-b for bold, etc.
Yes it does work very well. I was just thinking that it would be
something cool if the Bundle could handle these things. So that
editing is a little more comfortable.
@Niels: I have the Bundle already installed! Thanks for your
information ;)
Hi
Today i was just asking myself, when i was editing a quite big Forum
Post. Why there is no "Bulletin Board"-like editing mode in TextMate?
I hope you know what i mean...but let me describe.
When you are on the website of your favourite board. And make a new
post, the editor comes up and you start typing.
Then you decide: this one has to be size 1, this passage has to be a
link and so on.
On the Forum you are just mark which text has to be size 1 or the
link, click the size or link button and your marked text is put
between the tags you decided eg [size=1]my little text[/size]
This would be very handy to have! Because i am (very) addicted to
some forum i am visiting and i am writing some large entries there
which are posted on the start-page of the site.
Thanks!
Zettt
Greetings, I've encountered a bug recently with textmate after 6
months of use. it just popped up so I'm presuming it's related to
something with the systems font or somesuch. but no other app has
this issue.
I use textmate primarily for editing my rails scripts , As I said it
worked fine, but now my cursor is generally 1 or 2 columns off from
the insert point.
here's an example
type a number sequence to show
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
6 7 8 9 0
then hilite, copy and paste in groups of +5
1 2 3 4 5
1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 0 1 2 3 4
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4
1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5
6 7 8 9
same thing without spaces..
12345678901234567890123456789012345678901234567890
12345
1234567890
123456789012345
1234567890123456789
123456789012345678901234
I've tried different fonts but get the same result. some times in my
code when there is italics or bold the spacing can be very off like
by 4 chars or more.
any ideas?
osx 10.4.8, default install
thanks
-zaq
Howdy all --
I'm wondering if Macromates is, or is not, at Macworld. There's a
listing in the program guide, but I looked and I couldn't find the
booth.
If so, I was going to stop by and say hi. :-)
Thanks,
--
Matt Anderson
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 :)