Hi all,
My question is how to comment out the whole selected region? In
particular, working with Fortran (if this option is bundle-dependent).
PS: "Command+/" doesn't work.
Thanks.
--
Kaster Might
Hi there,
I've got problem when I am using the bundle short key.
It is Bundles->HTML->Insert open/close tag(with current word)
the short key is " control+< " which is not working.
Can you give me an idea to make it working please?
Regards
Hi all,
I occasionally see this issue on the latest TextMate on Mac OS X 10.6.6:
1. Start TextMate
2. Open Project (the problem does not occur on a single open text file)
3. Open a text file from the project drawer and position the mouse
over the text window (the cursor pointer is activated)
4. Press Command+Shift+W to close the project
5. The mouse pointer remains a cursor and can be quite difficult to
see until I click focus on another app
Can anyone reproduce this?
Thanks!
Hi,
Is it possible to add text before the filename when creating a new file
based on template.
I would like to create a jquery.$TM_NEW_FILE_BASENAME.js
I tried to modify the script below :
if [[ ! -f "$TM_NEW_FILE" ]]; then
TM_YEAR=`date +%Y` \
TM_DATE=`date +%Y-%m-%d` \
perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' \
< template_in.txt > "$TM_NEW_FILE"
fi
to something like this
if [[ ! -f "$TM_NEW_FILE_DIRECTORY/jquery.$TM_NEW_FILE_BASENAME.js" ]]; then
TM_YEAR=`date +%Y` \
TM_DATE=`date +%Y-%m-%d` \
perl -pe 's/\$\{([^}]*)\}/$ENV{$1}/g' \
< template_in.txt > "$TM_NEW_FILE_DIRECTORY/jquery.
$TM_NEW_FILE_BASENAME.js"
fi
The file is correctly created but not open instantly.
Many thanks for your help.
Regards,
Samuel
I am pretty new in textmate and working with MySQL. Anyone know how I use SQL
query to use a database in MySQL via textmate. I tried USE [database name],
the database browser show 0 affected
--
View this message in context: http://old.nabble.com/SQL-in-textmate-tp31093481p31093481.html
Sent from the textmate users mailing list archive at Nabble.com.
Hi All,
I made some substantial changes to projectplus' git support:
* Works correctly in projects containing multiple git repositories
* Folder icons show modified status if any file inside was modified or deleted
* Folder containing repository root are marked
* Un-versioned Files are hi-lighted
The branch is available at
https://github.com/gknops/projectplus
or
git clone git://github.com/gknops/projectplus.git
Cheers
Gerd
PS: To Allan:
Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet? Are we there yet?
I'm considering buying TextMate but ran into
a weird issue with the "watch document" setting for latex. It
seems to use a different engine than when you manually do
typeset and view. My document is rendered all wrong while
manually it does it right. Is there a way to change this?
TextMate does not have an "Entire Word" option in its Find dialog, but of course it has regular expression capability. So--there must be a quickie way of using reg ex to get the effect of Entire Word. Any tips?
Jerry
I've got a new bundle up on github:
https://github.com/jdonaldson/Parsnip.tmbundle
Parsnip is a Textmate bundle for creating snippets. It relies on regular
expression syntax in order to flexibly specify tab stops and default text.
It also has the ability to intelligently space and code, or to easily pass
portions of the document through a script (well I think it's easier than
TextMate's base method anyways).
Instructions are on the readme section of the github repo web page.
-Justin