acarril / StataLinux

Sublime Text 3 plugin that adds support for Stata (all versions) in Linux.
MIT License
7 stars 2 forks source link

improve xdotool window matching by regex instead of last #13

Closed avila closed 4 years ago

avila commented 4 years ago

When the last window opened was a graph window (or other windows than the main one) the plugin might try to send the code to that window instead and the code doesn't evaluate. With this fix it behaves more consistently.

Note: Only tested with Stata16-SE, so it might be good to try out with other flavors first. note 2: this is my first pull request... If I am doing something wrong, I will be happy to hear how I could do properly.

acarril commented 4 years ago

Nice improvement, thanks. Work in my system with Stata MP 15.