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.
Does anyone know how to get TextMate to always use tabs for multiple
files instead of new windows?
Often I open files directly from Transmit and they aren't in their own
project, after more than 2 or 3 it becomes cumbersome.
Thanks!
Brian Armstrong
If anyone's got the time, I'd love to be walked thru the process of
breaking-up several existing commands so they can be included in each
other via a support library. The commands are listed here:
HTML - http://pastie.textmate.org/59923
Prince export - http://pastie.textmate.org/59927
Prince export (numbered) - http://pastie.textmate.org/59929
Preview - http://pastie.textmate.org/59926
You'll see that they are all variations on the same thing. The steps
are as follows:
1. Begin an HTML page
2. Use the "common layout" css
3. A perl command that transforms the document
4. End the HTML page
5. Do something with the HTML file
Depending on the command, other small things are added. Mainly, the
addition of different print stylesheets for each of the prince
commands. I've tried to make it as clear as possible in the code, let
me know if you need more direction.
I know that each of these code chunks could be broken up and reused
in each command (much like php includes) but I have no idea how to do
it.
Any help is appreciated, and feel free to email me directly.
Hello,
I want a snippet that inserts $\mu$ behind a number (for example
"10$\mu$").
The tab triggers is "mü"
So I have to type "10" "blank" "mü" "tab".
My snippet is "$$\mu m$$" But this does not word. I do not get the
dollar signs. And I do not know how to go back one letter. How can I do
that?
Bye.
Hi,
I assume like many others, my "~/Library/Application Support/
TextMate/" directory is a svn repo. I install extra bundles via the
svn externals mechanism. This works well except for when the bundle
name has a space in it because of this bug: http://
subversion.tigris.org/issues/show_bug.cgi?id=2461
Most annoying. How are others managing this?
--
LD.