Jiří Techet

Results 198 comments of Jiří Techet

> Matlab: nearly every other tool uses Regex parsers successfully, I doubt matlab files are big, IIUC they tend to be lots of small ones. Well, I don't care much...

I'm not sure whether we want to merge #3034. It really seemed to be quite slow on the Raspberry (but maybe it isn't such an issue, I don't know).

> Uh Oh, though tests pass, no symbols found for Clojure, even for tests/ctags/simple.clj Hmm, I can see them in the symbol tree. Are you sure you compiled the correct...

@elextr Have you possibly overridden the default `filetypes.Clojure.conf` with your own configuration? Because this is not a built-in filetype, I just enabled the parser by adding `tag_parser=Clojure` under the `[Settings]`...

> On Clojure, no I didn't change the config, everything was done in a new clone with a new prefix and using -c for a new config, but as I...

> Agreed its weird, but as I said in the comment above when your branch was added by itself it worked Ah, OK, I thought it happened also separately. Then...

So far I just looked at the functionality and not the code much yet so just a few observations based on what these patches do: 1. I like the "open...

>Combined commits and made the following changes: >Removed open externally. Renamed options to "File Manager" and "Terminal". Better call it "Open File Manager" and "Open Terminal". >Will leave creating a...

> @techee The selection of a fallback path is necessary because of the keybinding. The treeview doesn't necessarily have a selection when the file manager or terminal is opened. Oh...

> @techee Thank you for the reviews and helping me improve the PRs. I will wait for the current ones to be merged before working on a general config. My...