Vova Kolobok
Vova Kolobok
Actually this is not the point (original report). The point is that if you change timezone of your OS, then you have to restart ST to make InsertDate show correct...
Windows 8.1 Enterprise 32bit
put it outside of todo ``` "todo":{something}, "binary_file_patterns":[anything] ```
Works for me. Could you @statschner , please, provide an example which doesn't found?
You can customize it; to find line with todo and text w/o colon simply add this into your 'Settings - User' ``` { "todo": { "core_patterns": { "TODO": "TODO[\\s]*?:?(?P.*)$" }...
@artlawry in general you can find command right in code: it shall be class e.g. `class SomeArbitraryNameCommand` and command shall be `some_arbitrary_name` @robcowie could you please come up with a...
Sure, I’ll merge it as soon as the author resolve the issue discussed above, or we can continue the discussion if there are any misunderstandings.
Please, restrain from from dropping f-bombs here. > Is this the expected outcome or ? Yes, because task may be without done tag ``` ✘ Test @test ``` Also, task...
This is, for sure, possible. Though, what is use case? keep completed tasks more available than they would be in archive? I don’t think it’s worth it. Archived tasks can...
Do you ask or propose? If you propose, then sure pull requests are welcomed and non-questionable changes will be merged. If you ask, then, well, refactoring is good, but time...