Hi,
Am I right refresh running browser CMD-R does not work in 10.11.5
(HTML-bundle)?
After updating this morning to 10.10.5 and it does not work anymore on both
updated Macs.
version 2.0-beta.9.1. and version 2.0-beta.9.0
Regards,
Feek
--
View this message in context: http://textmate.1073791.n5.nabble.com/Refresh-running-browser-CMD-R-does-no…
Sent from the textmate users mailing list archive at Nabble.com.
Cap’n Proto is now available in MacPorts (capnproto). It would be nice
if TextMate automatically could identify Cap’n Proto when it's installed
in MacPorts.
--
/Jacob Carlborg
I have a bundle item I would like to use by pressing a keyboard
shortcut. The problem is that there is another bundle item that is
invoked instead. Is there a way to find out which bundle item is invoked?
--
/Jacob Carlborg
Is there a way to change or remove the added/removed/modified backgrounds in Git Commit Message?
Looks like predefined colors don't play nicely with every theme out there.
Hi all,
I try to make a bundle command in order to find a php-function definition
within project folder.
What I want to do is a "macro/snippet/command" that do the following:
- with the TM_CURRENT_WORD or TM_CURRENT_SELECTION
- search the current project (like CMD-SHIFT-F) with a regex search
(something like: (function)(.*)($TM_CURRENT_WORD)(/s+\() )
- open the CMD-SHIFT-F window with the search-results so you can select the
found result.
So is there a way to 'call' the search window, with the values filled in and
run the search?
It would be even better if one result is present, directly via a simple
popup:
- if found one result goto file / and function
- if multiple functions / files are found => selection box in order to
select the file
Or does are there other suggestions?
Regards,
Feek
--
View this message in context: http://textmate.1073791.n5.nabble.com/Call-Find-in-Project-window-in-a-bund…
Sent from the textmate users mailing list archive at Nabble.com.
Hi all,
I was wondering what php-debug workflow you use in combination with our
favorite texteditor TextMate.
I do not want to use a massive and expensive IDE (like phpStorm), just TM.
Now I've setup Xdebug (MAMP-PRO), with xdebug.file_link_format set in
php.ini. So on a error in the browser I can click on the link, and the
related file is opening in TM on the good position!
I did not found any TM-bundles for Xdebug in order to set breakpoints (via
markers?).
Maybe a suggestion is Codebug (http://codebugapp.com). But there is no
integration with TM like they have for Sublime Text
(http://codebugapp.com/using-codebug-sublime-text/ and
https://nateofnine.com/2014/05/30/sublime-text-xdebug-client/)
Do you have better suggestions for debugging PHP using TM and Xdebug?
Have a nice weekend,
Feek
--
View this message in context: http://textmate.1073791.n5.nabble.com/PHP-debug-workflow-suggestions-tp2994…
Sent from the textmate users mailing list archive at Nabble.com.
I've accidentally deleted the R bundle (which contained several of my own custom commands). Is it possible to reinstall bundle & my own custom commands?
Ross Ahmed
Ecologist
--
07875533906
Twitter: @RossAhmed
LinkedIn: Ross Ahmed
In the File Browser sidebar when I open a "project" (a directory), TextMate
always shows the same state where some directories are expanded (to
multiple levels) and others are not. Is there any rhyme or reason about why
TextMate remembers this particular state?
It's a bother to have to close things up each time I open a project.
I would even be happy with the File Browser starting with no directories
open.
I've tried doing
defaults write com.macromates.TextMate.preview disableFolderStateRestore
-bool YES
but that seems to have no effect.
I've tried opening or closing some "tabs" (open files) and then closing the
project. That has no effect.
I'm on Mac OS X 10.11.4. TextMate version 2.0-beta.9.
BTW, after recently upgrading to the above version of TextMate (from
previous beta version), the problem was solved for a while, but now it is
happening again.
Thanks,
--ErikN
How does one go about debugging values and the like in TextMate?I’m trying to iterate through rows and see the values associated with my iteration. Is there a special output area that code prints to, like a console or something?