Ask Your Question
1

Is it possible to open two windows?

asked 2017-06-20 09:36:00 -0500

Miguel Marinho's avatar

updated 2019-03-13 09:44:09 -0500

Is it possible to open 2 windows of Wing IDE? It would be specially useful for those who work with more than 1 screen.

edit retag flag offensive close merge delete

3 Answers

Sort by ยป oldest newest most voted
1

answered 2019-03-23 00:47:31 -0500

Note that it is also possible to open two instances of Wing (with separate projects) - this can be very useful in some scenarios such as when your code consists of both a client and a server and you need to debug both or the interactions between them. This works best if you create two projects (e.g. one for client and one for server).

To do this on Windows - other platforms will differ right click on the task bar icon and select Wing from the pop-up menu.

You will be presented with a dialog telling you that the current project is going to be opened read only because it is locked by another instance but with a drop down option to open your other project.

Note that breakpoints, (and edit awareness), will only apply to the code that you are running from each specific window.

I would have screenshots but don't have the points to upload them yet - maybe later :-)

edit flag offensive delete link more
2

answered 2017-06-20 09:43:00 -0500

Yes, from the Window menu, although this feature is omitted from Wing 101, since that's designed for teaching beginners how to program for the first time and thus simplified wherever possible.

edit flag offensive delete link more
-1

answered 2019-06-29 07:35:42 -0500

piscvau's avatar

I am using 2 screens, one displays the source code, and the other one displays the tests which are in the same file as the source code. Is ther a way to freeze one screen into one position so that whenever I move the cursor in one screen it does not move the cursor in the other scree?

edit flag offensive delete link more

Comments

To be more precise, what causes my problem is that whenever I save the file, the cursor comes back to the top of the file!....

piscvau's avatar piscvau  ( 2019-06-29 07:44:23 -0500 )edit

This should be a new top-level question and not an answer here. I think the answer is that something like pep8 reformatting, stripping trailing white space, or something else done at save time (possibly implemented in an extension script) is causing this. Try disabling those to see if you can narrow it down and please let us know so we can fix it.

Wingware Support's avatar Wingware Support  ( 2019-07-01 13:51:13 -0500 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

2 followers

Stats

Asked: 2017-06-20 09:36:00 -0500

Seen: 3,384 times

Last updated: Jun 29 '19