IDE with a split screen

Monkey Forums/Monkey Beginners/IDE with a split screen

SirRollon(Posted 2014) [#1]
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...


Danilo(Posted 2014) [#2]
AFAIK JumpIDE can do it. See Mac OS X screenshot.




impixi(Posted 2014) [#3]
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)...


ziggy(Posted 2014) [#4]
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.


SirRollon(Posted 2014) [#5]
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 ?


ziggy(Posted 2014) [#6]
Well, if you sell your app, you're required to purchase at last the cheapest license once


SirRollon(Posted 2014) [#7]
Jungle installed :)

But I cannot find how to split the screen for my code...

A little help ?


Hezkore(Posted 2014) [#8]
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.


ziggy(Posted 2014) [#9]
There's a button in the scrollbar of any editor window, at the bottom. Click there to split the window



SirRollon(Posted 2014) [#10]
Thank you.
Is it possible to split vertically ?
And more than once ?


ziggy(Posted 2014) [#11]
Only.horizontally, but adding vertical splitting should be a non issue. I could add this