Hi all,
I'm working on some PHP files and cannot get Show TODO List to work.
I recall this bundle was updated recently, but I haven't really used
the new version until now.
An example: one file has 1 FIXME comment and 2 CHANGED comments. When
I try Ctrl-Shift-T, I get the TODO window which lists 1 FIXME and
only the 1st CHANGED, and each of those seems to contain everything
from the comment line to the end of the document.
Am I making some error with how the comment lines are formatted? E.g.:
// FIXME: need to copy header section to sitedev file.
--
Tim Mansour <tim(a)neologica.com.au>
Hi,
I'm trying to customize the completion with my custom Ruby script. In
order to do this I've created a custom Preference item in my bundle
with a specific scope.
{ completionCommand = '"${TM_BUNDLE_SUPPORT}/bin/
completion_command.rb"';
disableDefaultCompletion = 1;
}
And this way surprisingly it doesn't work, because $TM_BUNDLE_SUPPORT
seems to be undefined for measly preference items. Should I file a
bug report or is there any work-around? ;-)
-Michail
When writing C++ code in TextMate, it appears that the method names are not
well detected when I use the throw\([^\)]*\) keyword on my method
declarations, as in this example:
void Foo::Bar(int argument) const throw()
{
/* ... */
}
or like this:
void Foo::Bar(int argument) const throw(std:exception, int)
{
/* ... */
throw std::exception("exception message");
/* ... */
throw 42;
/* ... */
}
When I use the throw keyword on my method declarations, the method name
detected by TextMate is "throw", which isn't really useful, especially when
all the method names are detected as "throw". How can I fix this to ensure
TextMates resolves the proper names?
Thanks for your help,
Marc-Antoine Courteau
Hi!
Can someone help me to tune BloggingBundle to avoid iconv error?
The problem is: when i try to fetch category list (cat->) i get an
error "iconv: (stdin): cannot convert"
I'm using WordPress as blog engine with MySQL (all fields set to utf8 manually).
PS
Some of the categories is in russian (utf8).
Hello,
I use textmate a lot to write in markdown. However, the documents I
produce need to be printed out and proofread often. Is there any way
to get textmate to print out documents double spaced? If not, I
preview the documents in firefox on OS X. Is there any way to get
firefox to print double spaced?
Thank you for your time,
-Colin Palmer
Hello,
Attached is a patch to
Bundles/Rails.tmbundle/Support/lib/rails/rails_path.rb that adds .erb
files to the list of files considered as view files. .erb files are
the new default view files for edge rails.
Thanks
-Lee
Allan, team, I was wondering if anyone can help me. I'm intrigued by
the implementation of textmate's incremental search feature for file.
What intrigues me most is the fact that it's partially ordered, though
it works on any set of characters that appear within a name.
Most incremental searches are implemented using trie structures, but
I'm not seeing how that can be used to implement partial ordered
searches, or I don't believe that data structure is the most efficient
way of doing so.
I'm wondering if someone can share a bit info on how this is
implemented. Are you using some known tree algorithm/structure, or is
the search performed by regex? I'm hoping the earlier and that you
can point me in the right direction.
I really appreciate any information.
Thanks.
Ilya Sterin
What could I have done that will give me this error when I hit command-R
for compiling latex:
"python: execv:
/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python:
No such file or directory"
[my earlier post went to another thread — sorry about that]
Starting a new thread because it is new issue.
> Updating should make both this and the overprint/overlayarea stuff
> work. I added some shortcuts for them and other beamer commands in
> the "Insert Environment/ Insert Command" dictionary.
After updating, I checked the configuration file via LaTeX → Edit
Configuration File and could not find these. I then checked /Library/
Application Support/TextMate/Bundles/Latex.tmbundle/Support/
latex.config, and the changes were there, but have no effect---the
shortcuts do not work. In the past I have edited the configuration
file through the LaTeX bundle (I added support for the quote
environment which I use often). Does this mean that editing the
configuration file in this way somehow blocks the changes made to /
Library/Application Support/TextMate/Bundles/Latex.tmbundle/Support/
latex.config? Or am I doing something stupid? (Likely, I am afraid)
Best, Mark