Igor Dejanović
Igor Dejanović
I can verify this issue. Highlights only work during typing of the search term but not when calling `isearch-repeat-forward` afterwards. It makes isearch functionality pretty much useless. Emacs 28.2. Arch...
As a temporary workaround `pdf-occur` feature properly highlights the searched term.
Thanks @aikrahguzar. It works for me too.
Hi @ryansobol . I plan to put some time into textX-LS during next month. If @danixeee don't find time for a release until then I'll do the release.
I can feel your pain and will help if I can. It seems that click dependency removal has happened after v0.1.2 release, so a new release should be made. I'll...
@ryansobol It seems that a new release is required. It is not a simple PyPI release command. It would require some cleanup. I don't have time to deal with it...
Sounds good. I always prefer convention over configuration. We could go even further by having a grammar `.tx` file always be in the same path, e.g. `mydsl/grammar.tx`. Also, outline spec....
> textx mydsl.tx example.mydsl completions 2:30 I would go with something like: `textx-ls completions example.mydsl 2:30` `textx-ls` instead of `textx` to avoid clashing with the current `textx` command. This might...
@danixeee Here are some thoughts: - I think that config file should have `language` and `target` as mandatory config options. Those two will decide where in the list of generators...
> When user clicks on generator item, I will have language and target information. I guess I will programatically add it to the configuration file, since it will be required...