​​
I am running 2.0-beta.7.3 and just noticed that when I can no longer tap
the option key to change the selection into a column selection. The cursor
changes to a crosshairs, so I know that Textmate is seeing the keypress.
I can hold the option key down and drag to get a column selection. But
tapping does not toggle the selection type.
Anyone else notice this?
I just noticed when cleaning up my mailbox, that beta 7.4 was released. If I set the preference back to "Normal releases" I get the update, on "Nightly build" it tells me that 7.3 is the latest version...
Good morning,
.anyone using Lambda Calculus?
.there is a bundle in TextMate but I find it not to be of much use.
.I'd be very interested in getting a Lambda Calculus bundle similar to the
Haskell bundle.
Good day
Is it possible to somehow test the implementation of a language grammar?
Something besides manually visually looking at code parsed by the
language grammar.
What I would like to is to ensure that a given piece of code is
correctly recognized/parsed and gets the correct scope.
In theory it doesn't sound that difficult. If one could say, for this
line and this column I expect the scope to be something.
--
/Jacob Carlborg
You were right, I had set `lineEndings = ‘LF’` in my local .tm_properties; I definitely confused the syntax with the one of http://editorconfig.org which is also used in parallel in the project.
Thanks for taking your time to help me solve the issue.
--
David Gasperoni
I can't pin exactly when this problem appeared, but if I perform a
`Find in Project` and choose to `Replace All`, TM will mess up with
line endings.
Example:
Search for: @import "variables"
Replace: @import "../variables"
Matching: *.scss
Now, if the files are not open, the result in the saved files is
literally like this:
LF//LF// Load core variables and mixinsLF//
--------------------------------------------------LFLF@import
"../variables";LF@import "mixins";LFLFLFLF//LF// ButtonsLF[...]
Where the string LF is literally written to file instead of a line
feed character. Files are LF-line-ended and utf-8 encoded. Opening the
resultant files after such replacements with other editors will also
show these strings in place of new lines.
With open files this doesn't happen because files are not saved to
disk after the replacement is performed, and everything seems correct
while they're open.
--
David Gasperoni
Is there a key for this? I know you can go to the start of the line or up
depending on the type of selection but that requires a certain cognitive
overhead in my experience and it would be so much easier to have a single
consistent key that cancels it and returns to the original single
selection. Is there one that I don't know about?
Thanks.
--
Tom Smyth
Worker-Owner, Sassafras Tech Collective
Specializing in innovative, usable tech for social change
sassafras.coop *·* @sassafrastech
Resident, Touchstone Cohousing
touchstonecohousing.org
Hi,
in our Mac-Pool we installed TextMate 2 for our students. Recently I have the
impression that we are forced to update TextMate every week. Is this intended
or do I get something wrong?
Cheers,
Michael