Allan Odgaard wrote:
> I forgot that in Preferences ? Projects there is a setting for ?include files matching?? which is _added_ to whatever include patterns you set.
This is not what one would expect! Should I write a ticket?
>
> In retrospect that sort of undermines the concept a little.
>
> You can do two things, either:
>
> 1. Set includePattern instead of includeFilesInBrowser ? that?ll then override the global pattern.
> 2. Set excludeFilesInBrowser and set it to !*.{bib,tex} ? that?ll match all non-bib/tex files and mark them for being excluded (hidden) before the latter include pattern marks them for inclusion.
That works great. Thanks!
Christian
Allan Odgaard wrote:
> On Feb 18, 2013, at 3:38 PM, Christian Jacobs <JCD.Jacobs(a)t-online.de> wrote:
>
>> [?] to see only *.bib and *.tex files.
>> It used to work. Now all files are ignored. includeFilesInBrowser seems to be ignored.
>
> Simply remove your ?excludeFilesInBrowser? setting (which exclude everything).
>
> Generally if files are not explicitly included, they are not shown. If they are included but _also_ excluded, they are not shown.
Then my ?includeFilesInBrowser? seems to be ignored. (includeFilesInBrowser = "{thesis.bib,*.tex}")
I see all files in the directory. Not the dot files except my .â„¢_properties.
Christian
Allan Odgaard wrote:
> On Feb 18, 2013, at 3:31 PM, Christian Jacobs <JCD.Jacobs(a)t-online.de> wrote:
>
>> I am using TextMate version 2.0.0-alpha.9377 and the "spellingLanguage" settings in my .tm_properties files are ignored.
>
> Try delete ~/Library/Application Support/TextMate/Global.tmProperties
>
> Or alternatively remove every line from that file which sets the spelling language.
>
> The issue is likely that settings (from .tm_properties) with a scope (e.g. ?[ text.plain ]?) have higher priority than non-scoped settings _even when in a more local file_ ? previous versions of TM would record your spelling language choice based on scope, so you?d get ?bad? setting recorded in this global properties file.
Thank you. This worked well.
Christian
What are the best practices for managing bundles and preferences when running
TextMate 1.5 and 2 together?
Where should bundles used by both version go?
Bundles specific to one or the other?
Preferences?
Other watch-outs?
Bob
--
View this message in context: http://textmate.1073791.n5.nabble.com/Best-Practices-Running-TextMate-v1-5-…
Sent from the textmate users mailing list archive at Nabble.com.
Hi,
I am using TextMate version 2.0.0-alpha.9377. I used to write:
excludeFilesInBrowser = "*"
includeFilesInBrowser = "{*.bib,*.tex}"
in my .tm_properties files for latex projects to see only *.bib and *.tex files.
It used to work. Now all files are ignored. includeFilesInBrowser seems to be ignored.
What has changed?
Christian
Hi,
I am using TextMate version 2.0.0-alpha.9377 and the "spellingLanguage" settings in my .tm_properties files are ignored.
My system language is german. Although I wrote "spellingLanguage = 'en'" in the .tm_properties file, the files in the same folder are checked in german. This worked in the past. Other settings still work.
Christian
Dear all,
I have suddenly experienced wholesale failure of commands in recent builds
of TextMate 2. I initially thought it was a bug in a nightly build, so I
switched to normal releases and downgraded, but the latest normal release
is also showing the problem. I believe I first saw it with r9367, but I
can't be sure.
As far as I can tell, no menu actions (at least) are working. For example,
in a LaTeX document, both pressing ⌘R or selecting "Typeset and View" from
the menu does nothing. It's not just the LaTeX bundle either: selecting
"View Scope" from the Bundle Development bundle also does nothing. My
snippets seem OK though.
I don't really know where to start with figuring this out, so some help
would be appreciated!
All the best,
Jon
With r9377 (or was it r9375?), I lost incremental search on OS 10.7.
It works on 10.8. But when I press crl+S in a textmate file running on
10.7.5, it freezes that document. This remains true on r9381.
Anyone else experiencing this behavior?
-Kyle
I have both git and subversion configured to use TextMate for editing
commit messages. (mate -w -l 1).
In build 9379
, after I run git commit or svn commit, edit a message, and close the
file, the command line is still waiting. I must quit the Textmate
application in order for the command line operation to continue.