FichteFoll

Results 561 comments of FichteFoll

This has actually been on my ToDo ever since I wrote this thing, but I never had a use case for it and nobody requested it. Will see what I...

This is true, but only for OSX. Do you have a suggestion for a different binding? For reference, ctrl+f5 is also affected: ``` js { "keys": ["f5"], "command": "sort_lines", "args":...

ctrl+1 and following are also bound by default, on both OSX and Linux/Windows, so that's not an option. Would you happen to know if there is a more or less...

I would rather use the shift key with F5 instead to be more consistent, ctrl+shift+1 seems very arbitrary.

@guillermooo, would you have an idea about this? I only use the basic [`view.insert` and `view.replace`](https://github.com/FichteFoll/sublimetext-insertdate/blob/030afc87fc3b66e419f7c3d5045b31bee995b3d9/insert_date.py#L192-L195) for interaction with the buffer and I can't imagine why this would be problematic....

Good idea. I considered doing a live preview, but just showing it in the status bar is much easier and should work just fine. Just to know I understand this...

What OS is this on? I wonder if this is something I can actually fix.

That's a good idea. I will couple that with #15 when I work on it. How would you suggest to determine the format of the timestamp parsed?

Yeah, I could just use the same panel as in `InsertDatePanelCommand`. I could also attempt to parse the string(s) with all format strings from the `prompt_config` setting (minus tz_in and...