Forum Replies Created

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • in reply to: Converting OCR script to macro #17458
    snovic
    Participant

    And I have more questions.
    1) What will happen, if I add
    eeFindReplaceOpenDoc
    in some lines? Daz that meens changes will be maked in all open documents?
    2) What to add in Macro, so that after changes, some of interesting (changed) lines be marked in document?

    in reply to: Converting OCR script to macro #17456
    snovic
    Participant

    And, how should looks line in Macro to acces just words which begin with desired string?
    Example
    riješio sam –> rešio sam
    is good
    Kada otkriješ proneveru, ti je prikriješ –> Kada otkreš proneveru, ti je prikreš.
    is bad

    in reply to: Converting OCR script to macro #17455
    snovic
    Participant

    I checked, and works! Thank you very much, Stefan.

    in reply to: Converting OCR script to macro #17452
    snovic
    Participant

    Where to add? Please, tape whole line, how she looks. Like this maybe:
    document.selection.Replace(“Bok”,”Zdravo”,eeReplaceAll | eeFindReplaceEscSeq | eeFindReplaceQuiet | eeFindReplaceCase | eeFindReplaceOnlyWord);

    in reply to: Converting OCR script to macro #17448
    snovic
    Participant

    Ok, thanks to mr. Omura, I have Macro which makes batch replacements in documents. One of his lines is
    document.selection.Replace(“Bok”,”Zdravo”,eeReplaceAll | eeFindReplaceEscSeq | eeFindReplaceQuiet | eeFindReplaceCase);
    and she works well. Bat, she makes also changes which isn’t desirable. At example
    Bok–> Zdravo is Ok
    Boksujem –> Zdravosujem isn’t Ok.
    How can I achieve that Macro affects at the very single word?
    I think I was clear, I wish line witch will recognize single word Bok, and make replacement, bat if she is part of some word, to ignore it. I belive it’s possible to make this change.

    in reply to: Converting OCR script to macro #17290
    snovic
    Participant

    I forgot to say. to see right script, select Central European (Windows 1250) for Character Encoding in your browser.

    in reply to: Makro for subtitles #17287
    snovic
    Participant

    Exelent, thank you very much.

    in reply to: How to make replaced text automatically selected #9133
    snovic
    Participant

    Many thanks Mr. Yutaka, now it works, finaly!

    I am still interested in whether the activities of the mouse can be saved as macros. For example, open, and select options from the drop-down menu from toolbar, as for example replacing characters in a text file.
    And specifically, can you make a macro that would delete (selected and) highlighted text.

    in reply to: How to make replaced text automatically selected #9131
    snovic
    Participant

    Something is wrong again

    http://photoserver.ws/images/2D2P4cf3a7a32ea21.png

    probably I make again some mistake. I saved macro like “xsb Generator.jsee”, maybe is that wrong? I use text configuration.
    I must thank you again for your time and patiens, EmEdiror’s help is brilliant, unfortynetly for me, with tehnical stuff I don’t understand well.

    Where to find aproved EmEditor macros, which I can download and use?
    And at video section I can’t find what I need, i.e. how to use macro with files from another aplications.

    in reply to: How to make replaced text automatically selected #9127
    snovic
    Participant

    I supose, you write previous macro for me, thank you very much for your time and response.

    Shall I copy this in Notepad with *jsee extension, or copy in EmEditor? I don’t know how to save and use this macro.

    I apologize, I never befor haven’t used macros.

    Update: I tryed to make macro in EmEditor with entering row by row from your file, with using enter for each row, and macro recorder activ with *jsee extension by save.
    Result is something strange, which open several windows aplications at attempt to use it on file like on my first puzzle picture.
    Probably I maked bad job.

    in reply to: How to make replaced text automatically selected #9114
    snovic
    Participant

    Hi gays, this is my very first post at forum, and please don’t be angry, because I don’t know how to make new post (thread) and where.
    Moderator will probably move this at right place.

    I have this question about recording makro(s):

    When in Sokoban for Windows 2.3 build 6 I save some game as *.xsb file, I have this situation

    http://photoserver.ws/images/Bqnt4cee47932c50b.png

    and I need this one

    http://photoserver.ws/images/Yaqz4cee479351727.png

    So, I need to remove all unnecessary caracters from file at first picture, to make file at second, to be able to load that file in Sokoban Puzzle solver v3.7.2

    http://codecola.net/

    I wish to record Macro which will remove unnecessary tekst from *.xsb files.
    This is 5 operations:
    1) Remove text above the first pair …
    2) Remove text bellow the last pair …
    For this I use Cut from menu
    3) Remove all remaining caracters
    3) Remove all remaining caracters
    For this I use Search -> Replace ->Replase All, and than replace and with empty caracter
    5) Save that file like *.xsb

    Is it possable to make one macro for this, or I must use combination of several macros?

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