On 8 Mar 2015, at 19:42, Julien Hugonnier wrote:
> Hi: Just a quick question: I have now updated to T2 and found that
> whatever I do the file browser does not show any files! Has someone
> also encountered that problem and maybe found a solution.
>Most times this comes up, it is related to having edited the
>include/exclude patterns.
>A quick test is to move the focus to the file browser, then use ⌥⌘I
>(View → Show Invisible Files), this disables the custom filtering of
>item, and if it makes your files show up, then it’s a configuration
>problem.
>These patterns can either be set via .tm_properties or in the
>Preferences → Project → Exclude/Include Files Matching text fields.
Thanks for your answer!
Doing this indeed shows all the files in the browser but the settings I
have are default (I modified neither the preferences nor the
tm_properties file) so I am not exactly sure what to do for the browser
to work without having to this manipulation each time I start TM2. Any
help greatly appreciated.
I have the following python script:
import os
os.system("which python")
When I execute with command + R I get: /usr/bin/python
On the other hand, when I execute with command + shift + R I get:
/opt/local/bin/python
I would like to get the second output with command + R. How can I do that?
S.V.
--
View this message in context: http://textmate.1073791.n5.nabble.com/Python-Command-R-tp29040.html
Sent from the textmate users mailing list archive at Nabble.com.
A friend of mine started getting some weird bug not so long ago.
Within the Find dialog text boxes at some point stop rendering carets and stop responding visually to keyboard input.
But every time you click the “Find” button content within those text boxes magically updates.
The only way to fix this is to restart TextMate. Closing/reopening Find dialog doesn’t help.
He made a video that shows this behavior https://www.dropbox.com/s/0hkhkrcqtzyi6ho/tm.search.bug.mov?dl=0
OS X 10.9
TextMate version 2.0-beta.6.8
I'm trying to build latest TextMate in master. Previously I was able to
build TextMate but not anymore.
First running "./configure" results in this error:
ninja: error: build.ninja:8: loading
'/Users/jacob/build/TextMate/build.ninja': No such file or directory
include $builddir/build.ninja
^ near here
It's a minor error since it works anyway. Then when running "ninja" I
get this error:
$ ninja
[6/1174] Generate test
‘/Users/jacob/build/TextMate/Frameworks/text/test_text.cc’…
FAILED: bin/gen_test Frameworks/text/tests/t_case.cc
Frameworks/text/tests/t_ctype.cc Frameworks/text/tests/t_decode.cc
Frameworks/text/tests/t_encode.cc Frameworks/text/tests/t_format.cc
Frameworks/text/tests/t_indent.cc Frameworks/text/tests/t_ranker.cc
Frameworks/text/tests/t_split.cc Frameworks/text/tests/t_tokenize.cc
Frameworks/text/tests/t_trim.cc Frameworks/text/tests/t_utf8.cc
Frameworks/text/tests/t_wrap.cc >
/Users/jacob/build/TextMate/Frameworks/text/test_text.cc~ && mv
/Users/jacob/build/TextMate/Frameworks/text/test_text.cc~
/Users/jacob/build/TextMate/Frameworks/text/test_text.cc
bin/gen_test:14:in `block (2 levels) in <main>': invalid byte sequence
in US-ASCII (ArgumentError)
from bin/gen_test:13:in `foreach'
from bin/gen_test:13:in `each_line'
from bin/gen_test:13:in `block in <main>'
from bin/gen_test:8:in `each'
from bin/gen_test:8:in `<main>'
[6/1174] Compile ‘Shared/PCH/prelude.mm’…
ninja: build stopped: subcommand failed.
Adding a magic encoding comment to "bin/gen_test" does not help.
--
/Jacob Carlborg
Hi: Just a quick question: I have now updated to T2 and found that
whatever I do the file browser does not show any files! Has someone also
encountered that problem and maybe found a solution. Reinstalling does
not seem to solve it. Thanks in advance, ---Julien.
Hi,
In order to get the current version control software (e.g., svn, git) to
act on the entire directory, it seems that I need to select no files or
dirs in the browser. With a small number of files there, this is easy --
just click below the bottom one. However, I have many projects with lots
of files, and this seems to be impossible. ("Select all" doesn't quite
work, as trying "commit" in this case tries to commit all files, even
those not under control of the VCS.)
Surely this is trivial and I'm missing something.
Andrew
I’ve installed a Rubocop bundle that lints the code and adds flags to the gutter.
If you click one of such flags you get a tooltip with a description.
Is there a way to trigger this tooltip without using the mouse?
Screenshot: https://cloudup.com/cVwiwQigyTu
Bundle: https://github.com/fazibear/Rubocop.tmbundle