I finally cleaned up my HTML bundle, if anyone interested, it's there:
http://tinyurl.com/2jjkt3
basic idea is to assign same key shortcut for all phrase, same
shortcut for all block, same shortcut for all inline, etc...
elements. sorta the way BBEdit used to work (well, it probably still
does, just haven't opened in in a looooong time). It also adds tab
triggers to basically all tags. Not revolutionary, just a little
update to the great built in bundle. It saves me time though, so I'm
thinking it might help a couple other people... I even made my first
screencast to show you how to use it! enjoy :)
- Yann
Xavier,
MacFUSE is awesome! Thank you so much! I switched from PC where I
loved using WedDrive, and have been looking for something like that
for a while now. I'm surprised MacFUSE is not more well know. Thanks
a million!
Brian
I believe I read the TextMate Service menu was disabled / being
replaced, however, I think having an item thats 'new window with
selection' would be great... I seem to use it very often...
- Eric
Hi,
I found a tiny bug (resp. 'evil' pitfall) in the bundle editor.
I opened the bundle editor, went to a command 'A' and pressed CTRL
+APPLE+E for "Edit in TextMate". OK.
Then I looked for a code snippet in an other command 'B' using the
bundle editor. I copy&pasted it. Fine. But then I saved my changes.
TM wrote my stuff back in that command which was active in the bundle
editor (in my case command 'B'!, not 'A' which I actually was editing).
Well, TM wrote it back to command 'B' but the bundle editor didn't
save it fortunately, and command 'A' was unchanged. The tricky thing
only is that all my changes are gone because I also closed my editing
window.
Would it be possible that TM remembers the command which I actually
editing?
Regards,
Hans
Hey everyone, I'm new to the list as of today.
I'm writing to ask if anyone out there has (and can make available),
or knows of, a WSC bundle for TextMate. WSC's are XML files that
Windows uses as a kind of COM object class definition. My employer
is pushing to move everything we have in classic ASP over to WSCs and
working without a good TextMate bundle or even a language definition
is a pain to say the least.
If nobody has an existing bundle I'm going to need to make on myself
but I'd rather not re-invent the wheel here if someone better than I
(which isn't hard to find) has already built the foundation.
Any help or pointers in the right direction is much appreciated...
- Cliff
I just notice a few new additions to the CSS bundle, such as:
CodeCompletion CSS
CodeCompletion CSS Properties
CodeCompletion CSS Property Values
Has it been there for a while? I tried using it but nothing happens
when I use the shortcuts... How are those meant to be used exactly?
Thanks!
Hi List-o-mate,
I've starting writing my own snippets and can use the whole, "${1:insert
stuff}" ok now, but I wondered if there was a way to open a File Browser
window?
eg, my current html img snippet is,
<img src="${1:assets/images/${2}}" alt="${3:$2}" />
but it'd be cool to have,
<img src="${1:FILE_BROWSER}" alt="${2:alt_text}" />
Thank you,
DanC
--
danCourse
www.dancourse.co.uk
07790 13 83 23
Flash2.0 & PHP Freelancer
Hello,
when I type an enumeration I get:
\begin{enumerate}
\item Geringe Tiefenschärfe. sdfdsfsdfdsfdsfsdfdsf erscheinen
sdfsdfsdf Bild war selten.
\item dfdfdf dsf sdfsd f sdf
\end{enumerate}
Is there a possibility to get it this way:
\begin{enumerate}
\item Geringe Tiefenschärfe. sdfdsfsdfdsfdsfsdfdsf erscheinen
sdfsdfsdf Bild war selten.
\item dfdfdf dsf sdfsd f sdf
\end{enumerate}
I believe this is more readable.
Second questions:
When I press in the eq. Ctrl+Q i get this:
\begin{enumerate} \item Geringe Tiefenschärfe. sdfdsfsdfdsfdsfsdfdsf
erscheinen sdfsdfsdf Bild
war selten. \item dfdfdf dsf sdfsd f sdf \end{enumerate}
Surely wrong. The items shouldbe aligned. Is there a way to achieve
this?
Bye
Hi,
the most common search & replace I do is "Replace in Selection". I
can do everything with the keyboard, including switching RegExp on
and off, but I need to use the Alt/option key to switch to In
Selection and the mouse to do it.
I was wondering, is there anyway to access those buttons with the
keyboard?
Best regards,
--
Pedro Melo
Blog: http://www.simplicidade.org/notes/
Jabber ID: melo(a)simplicidade.org
Use Jabber!
there is any way to get the CSS code completion function to display the IDs
or class used in the html file?
let's stay I have the following on index.html:
<div id="lorem">ipsum dolorem</div>
Now, opening style.css file (in same project) and pressing [command] +
[escape] buttons, I would like textmate showing up the suggestion "lorem" as
the ID is present on index.html file.
...any suggestion? I hope I was clear enough :P
many thanks in advance.
--
View this message in context: http://www.nabble.com/CSS-code-completion-from-html-file--tf3704144.html#a1…
Sent from the textmate users mailing list archive at Nabble.com.