Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: column (block) select broken since v8 #7586
    wOxxOm
    Member

    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-right

    here’s my Text config HKCU->EmSoft reg file: http://rapidshare.com/files/272294650/Em_Text_Config.zip.html

    in reply to: column (block) select broken since v8 #7540
    wOxxOm
    Member

    I 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).

    in reply to: column (block) select broken since v8 #7538
    wOxxOm
    Member

    yeah, 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)

    in reply to: regex bugs #5710
    wOxxOm
    Member

    it is not checked.

    in reply to: Text Flickering w/ Outline Plugin Is Back #5125
    wOxxOm
    Member

    I 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 words

    in reply to: [b38] Strange behavior with ReadOnly files #5057
    wOxxOm
    Member

    I 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.

    in reply to: [the old question]to some .html files is slow too.Beta 37 #5046
    wOxxOm
    Member

    One 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)

    wOxxOm
    Member

    no, 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)

    in reply to: [FEATURE] Change case with nothing selected #4943
    wOxxOm
    Member

    thank 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);

    in reply to: [b12-FIXED] FindBar not remembering position on next start #4761
    wOxxOm
    Member

    also B11

Viewing 10 posts - 1 through 10 (of 10 total)