Re: slow repeat rate in 10 on lion

2011-12-02 Thread Robert Muench
Was this key repeat issue now solved? If, how? I still have much to slow key repeat rates in BBEDit. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from th

Re: slow repeat rate in 10 on lion

2011-10-13 Thread Matias Bjarland
Excellent catch! Thanks guys. -- You received this message because you are subscribed to the "BBEdit Talk" discussion group on Google Groups. To post to this group, send email to bbedit@googlegroups.com To unsubscribe from this group, send email to bbedit+unsubscr...@googlegroups.com For more o

Re: slow repeat rate in 10 on lion

2011-10-12 Thread Christopher Stone
On Oct 12, 2011, at 18:55, Matias Bjarland wrote: > Hi again guys. So as per request I redid the test. Below are the results: __ Hey Matias, time ls -1 | xargs bbedit --project real 0m0.413s user 0m0.044s sys0m0.028s

Re: slow repeat rate in 10 on lion

2011-10-12 Thread Rich Siegel
On Wednesday, October 12, 2011, Matias Bjarland wrote: > Opinions welcomed. cat filelist.txt | xargs bbedit --project Enjoy, R. -- Rich Siegel Bare Bones Software, Inc. Someday I'll look back on all this a

Re: slow repeat rate in 10 on lion

2011-10-12 Thread Matias Bjarland
Hi again guys. So as per request I redid the test. Below are the results: > find . -type f -name MANIFEST.MF > filelist.txt > wc filelist.txt 208 2088161 filelist.txt > time cat filelist.txt | xargs bbedit real 0m34.592s user 0m0.107s sys 0m0.068s > time cat filelist.txt | xa

Re: slow repeat rate in 10 on lion

2011-10-10 Thread Christopher Stone
On Oct 10, 2011, at 16:40, Matias Bjarland wrote: > In BBedit this took about 35 seconds. In TextMate about one second. I'm sure > there are some relevant reasons like the fact that BBedit actually displays > each file and loads them all into memory etc. But still, 35 seconds is a long > time to

Re: slow repeat rate in 10 on lion

2011-10-10 Thread David Alexander
On Mon, 10 Oct 2011 14:40:02 -0700 (PDT), Matias Bjarland wrote: >While on the subject of TextMate vs BBedit. I did a quick comparison on >opening a large number of small files. I did a: > >> find . -type f -name MANIFEST.MF > list.txt > >and > >> cat list.txt | xargs bbedit >> cat list.txt |

Re: slow repeat rate in 10 on lion

2011-10-10 Thread Matias Bjarland
Hi Chris, thanks for the insightful input. Much appreciated! For reference, I was using 10.0.1 at the time of writing above. I did see the advanced settings but after not finding a number of the things I was looking for in there anymore I somewhat gave up on them. My bad. I have since upgrad

Re: slow repeat rate in 10 on lion

2011-10-09 Thread Christopher Stone
Hey Matias, You don't mention what version of BBEdit you're using (10.0 or 10.1) which is quite germane. Have you enabled key-repeat on Lion? The press-and-hold for accenting keys feature causes problems. defaults write -g ApplePressAndHoldEnabled -bool false On Oct 09, 2011, at 10:41, Mati

Re: slow repeat rate in 10 on lion

2011-10-09 Thread Matias Bjarland
+1 on this. If you need to ask why you would need a fast key repeat your editor usage pattern is quite different from that of every developer I know. Which is totally ok, I'm just saying that programmers tend to care about the performance of their text editor. I have very few prime requirement

Re: slow repeat rate in 10 on lion

2011-09-02 Thread Robert M . Münch
On 2 Sep., 05:36, Seth Dillingham wrote: Hi, I have the same problem it's not fast enough. > Other than for selecting text, why would you need a really fast > key repeat? Well, to move the cursor around very fast ;-). If you have a lot of code, it's just waste of time. Robert -- You received

Re: slow repeat rate in 10 on lion

2011-09-01 Thread Seth Dillingham
On 9/1/2011, tpneumat said: Glad I'm not the only one. The problem is also greatly exaggerated when shift-arrow selecting text. It makes doing selections with keyboard only almost impossible...which is a big deal in a text editor for me, since I keep my hands off the mouse as much as possible.

Re: slow repeat rate in 10 on lion

2011-09-01 Thread tpneumat
Glad I'm not the only one. The problem is also greatly exaggerated when shift-arrow selecting text. It makes doing selections with keyboard only almost impossible...which is a big deal in a text editor for me, since I keep my hands off the mouse as much as possible. On Aug 31, 5:29 pm, Christoph

Re: slow repeat rate in 10 on lion

2011-08-31 Thread Christopher Stone
On Aug 31, 2011, at 14:59, tpneumat wrote: > The keyboard repeat rate is too slow in the app. I have a screaming repeat > rate, which I have set to 15ms with KeyRemapForMacbook... Works great in > everything else, like terminal, etc. However, it almost seems like BBEDIT is > 'lagging' __

slow repeat rate in 10 on lion

2011-08-31 Thread tpneumat
Hi. New BBEDIT 10 is really nice! However, I have with just 1 issue and it's almost a show stopper for me. The keyboard repeat rate is too slow in the app. I have a screaming repeat rate, which I have set to 15ms with KeyRemapForMacbook http://pqrs.org/macosx/keyremap4macbook/. Works great in ev