IDE with a split screen
Monkey Forums/Monkey Beginners/IDE with a split screen
| ||
Hi, I'm looking for a split screen IDE. I'm using TED right now and it doesn't have it (unless I missed it ?!). I went through this [url=http://www.monkey-x.com/Community/posts.php?topic=7873&page=1]post[/url] and didn't find my answer (Notepad++ can do it, but need more "monkey compatible features" to be perfect, mainly the debug). And if that IDE can be free, that would be perfect... |
| ||
AFAIK JumpIDE can do it. See Mac OS X screenshot.![]() |
| ||
You can open 2 instances of TED at once, then resize and position them side by side? Seems to work okay for me (on Windows)... |
| ||
Jungle IDE does this, and much more, even on its free version. If you mean split screen on the same document too, I think Jungle is the only one capable. |
| ||
Thank you everybody for your answers. If I use the free version of jungle IDE, I'm not allowed to sell my app, is that correct ? |
| ||
Well, if you sell your app, you're required to purchase at last the cheapest license once |
| ||
Jungle installed :) But I cannot find how to split the screen for my code... A little help ? |
| ||
I bought JungleIDE and I still have to start two instances of it to work with my client and server at the same time. Sure I can split the screen and edit both, but if one's running I can't run the second one. They're also both compiled to two different targets (GLFW & C++ Tool) and JungleIDE doesn't load that when switching between files. So in the end, running two instances is easier. |
| ||
There's a button in the scrollbar of any editor window, at the bottom. Click there to split the window![]() |
| ||
Thank you. Is it possible to split vertically ? And more than once ? |
| ||
Only.horizontally, but adding vertical splitting should be a non issue. I could add this |