Forum Replies Created
- AuthorPosts
- wOxxOmMember
sorry for not following the thread for so long, notifications aren’t delivered to my email.
1. any english text (readme.txt e.g.)
2. font: Tahoma, encoding: any (UTF8 e.g.)
3. Alt-click somewhere in the middle of a long line and drag the mouse somewhere to bottom-righthere’s my Text config HKCU->EmSoft reg file: http://rapidshare.com/files/272294650/Em_Text_Config.zip.html
wOxxOmMemberI should have said that this happens with Alt-mouse click’n’drag, while CtrlShift-F8 is ok (however the faint marquee rectangle is shown at wrong position with variable-width font anyway).
wOxxOmMemberyeah, monospaced font is ok, yet variable-width fonts column-selection is broken (v8+). All the settings are the same for v7,v8,v9 (in registry)
wOxxOmMemberit is not checked.
wOxxOmMemberI can confirm it – even if I press and hold one key the line periodically flashes very quickly.
Happens even in Text config without a list of highlight’ed wordswOxxOmMemberI also think that readonly attribute for a file is not a whim, so a noisy behaviour would be just welcome! The worst is to overwrite the crucial file with unwanted changes, that’s why a readonly was invented.
November 22, 2007 at 11:13 pm in reply to: [the old question]to some .html files is slow too.Beta 37 #5046wOxxOmMemberOne guess: this file has one line of text which is spelled WITHOUT linebreaks at a length of 405000 characters!
So obviously the problem is rooted in this fact. Maybe syntax highlight is slow on such long lines, or something else. Yet I’ve noticed this a long time ago – EmEditor is slowed down on this very occasions (if the text lines would have a reasonable length then Search & Replace would take a few milliseconds to finish)
November 22, 2007 at 11:10 pm in reply to: [b38] rare bug: 1-line of extreme length – wrong cursor positioning on open #5045wOxxOmMemberno, b38 when launched like “emeditor ThisBigOneLineFile.txt” still positions cursor (or the text itself) about 30-40 character after actual line end.
Yet b38 display the cursor correctly if I launch EmEditor first, then choose the file from Recently opened list (Alt-F, 1)
wOxxOmMemberthank you very much, I will use this:
x=document.selection.GetActivePointX(eePosView);
y=document.selection.GetActivePointY(eePosView);
document.selection.SelectWord();
document.selection.ChangeCase(eeCaseUpperCase);
document.selection.SetActivePoint(eePosView,x,y,false);October 9, 2007 at 2:33 am in reply to: [b12-FIXED] FindBar not remembering position on next start #4761wOxxOmMemberalso B11
- AuthorPosts