Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: how to keep window open after user tool finishes #6874
    mikez302
    Member

    I played around with those settings and found out that they work sometimes, but not if the path to the file has spaces in it. I fixed this problem by changing my arguments setting to this:

    /c “”C:Program FilesPython26python.exe” “$(Path)” && pause”

    in reply to: how to keep window open after user tool finishes #6873
    mikez302
    Member

    Thank you. The link was helpful, although I didn’t do it exactly like it was described.

    I am trying to run Python programs from EmEditor. In case this may help anyone, here are the settings I used:

    Title: Python (separate window)
    Command: \%WinDir\%system32cmd.exe
    Arguments: /c “C:Program FilesPython26python.exe” $(Path) && pause
    Initial Directory: $(Dir)

    With these settings, my program will run, and the output will stay on the screen until I press a key.

    in reply to: how to keep window open after user tool finishes #6871
    mikez302
    Member

    I am using the command prompt window. I don’t like the output bar because I can’t see any of the output until the program is finished running, which can be a problem for big operations.

    I am now curious: if it is not possible to keep the command prompt window open, is there some way to make the output window show the output while the program is running, instead of waiting until it finishes?

    in reply to: newbie question: how to open a new window? #6868
    mikez302
    Member

    Cool. This is what I was trying to do. Thank you.

    in reply to: newbie question: how to open a new window? #6866
    mikez302
    Member

    I did that. How do I open the new window?

    in reply to: newbie question: how to open a new window? #6863
    mikez302
    Member

    When I pick the “New Group” command, my open document moves to the new window. Is there any way to open a new window without any documents in it? I would like to open the window first, then load the documents, similar to how I can in other editors.

    in reply to: newbie question: how to open a new window? #6861
    mikez302
    Member

    Thank you. I didn’t notice that I could drag the tab outside of the window. That is good enough for me, but I would still prefer to have some sort of “new window” menu command. Is there any way of adding it?

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