Is it possible to open two windows?
Is it possible to open 2 windows of Wing IDE? It would be specially useful for those who work with more than 1 screen.
Is it possible to open 2 windows of Wing IDE? It would be specially useful for those who work with more than 1 screen.
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.
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 :-)
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?
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!....
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.
To enter a block of code:
Comments