brupelo
brupelo
@gamecreature Hi Rick, happy new year! how you doing? :) Today I was curious to see what was the status of your amazing project in comparison to last time I...
I'd like to have in edbee-lib the same nice behaviour when making multiple selections than SublimeText. Compare the behaviour between SublimeText and edbee-lib (using the same sequence of mouse/keyboard actions)...
@gamecreature Hi Rick, hope this offtopic question won't bother you... Here's the thing, I'd like to implement my own version of Sublime's `view.extract_scopes` and `view.scope_name` methods in python but I'm...
@gamecreature Rick, hi! nice to meet you :D **Why am I interested on the project?** ----------------- Little bit of background about myself first :) . I'm a {python,c++,c,asm} coder, in...
Hi, first of all let me tell you after reading this project code a bit I must to say I'm impressed, it is pretty awesome&cool :) Why am I telling...
On windows7 the view rendering is quite slow, to prove you that, try running this: ptime python -c "import time;s=time.time();[print(i) for i in range(100000)];print(time.time()-s)" Now, check out the final result...
I like so much this project that I was thinking about getting the latest features sooner without having to wait for new official releases to be published in the microsoft...
Consider this docs section https://learn.microsoft.com/en-us/windows/terminal/tutorials/new-tab-same-directory , I've already tried to change the prompt env var to `$e]9;9;$P$e\$P$G` and works fairly ok. There is a catch though... let's say you've activated...
Consider this script `foo.cmd` ``` set BD=d:\ wt -w %~n0 ^ nt --title="tab1" --startingDirectory=%BD% ; ^ sp --title="tab2" --startingDirectory=%BD% ; ^ sp --title="tab3" --startingDirectory=%BD% ; ^ sp --title="tab4" --startingDirectory=%BD% ;...
When it comes to generate [versions](https://semver.org/) out of conventional commits from a repo that contains only one product/package things are easy, you just need to use one tool that loops...