Yan Zhulanow
Yan Zhulanow
It seems in some cases, the new behaviour results in worse stepping: ``` inline fun foo() { 1.let { it }.let { it + 1 }.let { it + 2...
One more case: ``` inline fun foo(a: Boolean, b: Boolean, c: Boolean) { 1.letIf(a) { it }.letIf(b) { "foo $it" }.letIf(c) { "bar $it" } } inline fun T.letIf(condition: Boolean,...
After a few local improvements, I came to the conclusion that gradual evolution won't bring Marta to where I want it to be. Shortly speaking, I decided to re-build the...
@monouser7dig Well, it's similar to the functionality Finder provides out of the box, but it's not really easy to use with only a keyboard. I see two possible alternatives: 1....
For simple searches it would be like: ``` name = "Foo" ``` or ``` name.startsWith("test") kind = FILE // exclude directories ```
Well, the DSL itself is discussible, the design process is not even started :). I don't really like one-liners, though, cause ``` name = "Foo" extension = "txt" ``` looks...
The current "Show Info" dialog is from Finder. Does Finder display the same file icon?
@IgorKrupenja Wow! This indeed looks nasty. I will fix it for sure.
Hi @prawwtocol! Thank you for testing! Can you please attach the crash report to the comment, or send it to mail🦊yanex.org? The link expired so I cannot access the report....
Marta 0.8.2 EAP 2 is here! I addressed all the feedback in the thread, so all the issues mentioned should be fixed! ## 🦊 [Download Marta 0.8.2 EAP 2](https://updates.marta.sh/release/Marta-0.8.2-EAP-2.dmg) ##...