I’m working on a bundle command. In TextMate 2 (9475), I see “Completion List” as an option for the command’s output.
It doesn’t seem to do anything, but maybe I’m not sending the list in the right format.
Is this one of those things that hasn’t been implemented yet?
--
Rob McBroom
<http://www.skurfer.com/>
I have several files in a folder (all parts of a latex document).
When I run the "Show TODO list" command it just searches the current document.
The help file says "The “Show TODO List” command will scan your current document (on disk) or documents in your project for lines containing certain tags (see below)."
How do i search across all of files in a folder to find TODO items?
Thank you,
Christopher
*****************************************************
Operations and Information Management Group,
Aston Business School, Aston University,
Birmingham, B4 7ET, UNITED KINGDOM
Web: http://windermere.aston.ac.uk/~kiffer
Tel: +44 121 204 3233
Skype: christopherbrewster
SkypeIn (UK): +44 (20) 8144 0088
Twitter: @cbrewster
*****************************************************
Howdy,
A perplexing question. I just downloaded and installed TextMate 2.0 alpha
build 9465 and registered it. I played around a bit and after I was
finished, I uninstalled it, rebooted and reinstalled it. When I went to
register it again, it was already registered. From whence did the previous
registration come from?
For the record, I found and deleted all files/directories discovered using
"sudo find / -iname *textmate*" and "sudo find / -iname *macromates*".
That included components in:
1. /Applications
2. /private/var/db/BootCaches/....
3. ~/Library/Application Support/Avian & TextMate
4. ~/Library/Caches
5. ~/Library/Preferences
I'm losing sleep over this... I'd love to know where the registration was
picked up from. This is completely reproducible.
Thanks in advance,
Mark
--
View this message in context: http://textmate.1073791.n5.nabble.com/Where-is-a-reinstall-of-TextMate-2-al…
Sent from the textmate users mailing list archive at Nabble.com.
When a word is highlighted as being spelled incorrectly I control click on it to get a list of corrections and then select one. Is there any way to improve on this such as not using the mouse or tracker pad?
The sort of short cut I an thinking of is as soon as I have typed a word and it is shown as an error to be able to press some key combination to show the correction list and then use the number keys to select the correct word.
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hi everyone
I think there is a bug into some themes with PHP,
it doesn't color what it is in braces into a double-quotes string (Complex (curly) syntax)
http://www.php.net/manual/en/language.types.string.php#language.types.strin…
Here are exemples :
With Espresso Libre theme
Brackets should be in brown not green.
With Cobalt theme
db should be in white not yellow, but at least braces and brackets are in light
Do you have the same issue?
Cheers,
Ronan
I'm trying to change the hotkey in the PHP bundle's validation function to
CMD-S from the default but when I try and save the bundle I get an error
saying there was an error:
[image: Inline images 1]
I've done the exact change on another machine without any problems. How do
I get around this?
Ken
Hello everyone,
I am using TextMate 2.0-alpha.9459 on Mac OS X 10.8.4 and would like to
find out why "C++ member function completion" is showing the following
error message, when I try to use that bundle:
Failure running “C++ member function completion”.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- treetop (LoadError)
from
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`require'
from /Users/chris/Library/Application Support/TextMate/Managed/Bundles/C++
completion.tmbundle/Support/cpp_completion.rb:5
from C++ member function completion:6:in `require'
from C++ member function completion:6
It is entirely possible that my Ruby setup is incorrect as I have not used
it before. What I would like to know is, if this bundle (C++ code
completion) should generally work or if it will only work in a previous
TextMate version.
Thanks and best regards, Chris
Has anyone had any experience with the asciidoc bundle https://github.com/zuckschwerdt/asciidoc.tmbundle with Textmate 2 or has a better one they are prepared to share?
This bundle has had little work done on it in the last 3 years so was written with Textmate 1 in mind. Also since then a nicer toolchain for processing asciidoc files called asciidoctor has been written and is being actively developed.
Thanks,
Dave.
---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
Hi
Please be aware that it is possible to have a file containing different contents in TextMate and TextEdit.
Example:
- You open <file> and you see a text clipping from Notes.app
- You open the same <file> in TextMate and it is blank.
- You then try and Save the same file in TextMate and it does not register the change in TextEdit
- You reopen the file in both applications and the differences remain.
Kind regards
Craig Fairhurst
craigfairhurst(a)me.com
Trying to run (compile) C from latest build of textmate 2.
Xcode command line tools are installed.
Yet I get this error:
The best i can find is "xrcund.1" which in the second to last path variable.
Yet running xcrun from the CLI works.