Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] a display console (instead of display view)

Hi,

Currently the display view support isnt working for _javascript_,
i was looking into that but come to think of it i really dont like how the display view works
It is very messy , you have to type somewhere something and then select that part and the do Execute and so on

But especially for scripting, this is very cumbersome to use. What i like is a display console
Where you really have a promp where you can type anything you want and when you press enter
that statement is evaluated in the runtime script engine. And then the result of that is outputted a line later

now my question is is there something like this already?
if not wouldnt it be a nice addition for the core dltk?

johan


Back to the top