New Script Editor in 8.1.6
Moderator: Klaus
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
New Script Editor in 8.1.6
night because she couldn''t tear him away from the computer
and LC 8.1.4 at midnight.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
Personally I think it needs tweaking:
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
15 year old; second year of attending my classes:
Do you like this? Yes, but it's too much.
Too many commands make it confusing.
Other children tended to agree.
Do you like this? Yes, but it's too much.
Too many commands make it confusing.
Other children tended to agree.
Re: New Script Editor in 8.1.6
This sounds like me and HyperCard in the early years (older than 9).richmond62 wrote:"Horrible" 9 year old whose Mother rang me in despair the other
night because she couldn''t tear him away from the computer
and LC 8.1.4 at midnight.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
When I think of all the ways 9 year old children CAN be horrible,
that kid is like a light shining in the darkness
that kid is like a light shining in the darkness

-
- Livecode Staff Member
- Posts: 194
- Joined: Thu Apr 18, 2013 2:48 pm
Re: New Script Editor in 8.1.6
What are your criteria for dividing up the handlers with the purple lines Richmond? Sort of thematic?
One thing that may be useful is to have 'tiers' of default handlers - the way the feature is implemented, it checks to see if a default handler has been explicitly provided in a certain location (https://github.com/livecode/livecode-id ... lt_scripts) - in theory we could provide explicit default scripts for the most 'popular' handlers for a given object type there, and create a three-pronged preference in the SE (show default handlers: all/most popular/none).
One thing that may be useful is to have 'tiers' of default handlers - the way the feature is implemented, it checks to see if a default handler has been explicitly provided in a certain location (https://github.com/livecode/livecode-id ... lt_scripts) - in theory we could provide explicit default scripts for the most 'popular' handlers for a given object type there, and create a three-pronged preference in the SE (show default handlers: all/most popular/none).
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
The emphasis should be on "sort of" . . .Sort of thematic?
I notice, now, that I have got 'mouseDown' twice, so that should give you some idea of what was going on:
I was tired at the end of a day teaching and tried to give an impression of my thoughts from what the kids said and what I thought that day.
I would think that the criterion should be:
1. Thematic, or
2. Frequency of use.
Of course both of the above are highly subjective.
In a perfect world (ha, ha) there would be a way for users to group the items they needed into sections.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
BUTTON scriptEditor
Well, let's see:
1. The list has got longer
2. Some new items, some items dropped. Um . . . a lot of drags.
3. NO categorisation or division into sections.
4. Change from black to grey (or, possibly, gray).
Doesn't "do it for me, baby", Yet.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
I haven't filled in everything; but you should get the idea.
-
- Livecode Opensource Backer
- Posts: 10080
- Joined: Fri Feb 19, 2010 10:17 am
Re: New Script Editor in 8.1.6
With apologies to Tove Jansson, Kevin Miller and Mark Waddingham.
Re: New Script Editor in 8.1.6
richmond62 is on the right way.
I'd just separate the what is in the code with what is possible to add. So I'd prefer all possible messages/commands on a dropdown button and leave the left panel as in livecode 7.
All those rows on the left panel are only very confusing.
I'd just separate the what is in the code with what is possible to add. So I'd prefer all possible messages/commands on a dropdown button and leave the left panel as in livecode 7.
All those rows on the left panel are only very confusing.
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
Re: New Script Editor in 8.1.6
I agree with MaxV. A dropdown to select default handler entry would be my preference, leaving the left pane uncluttered, and only showing the handlers already assigned to the current script tab.
Re: New Script Editor in 8.1.6
Even better would be macros with autofill/clairvoyance. Hands stay on KB.
Re: New Script Editor in 8.1.6
Silly me....
i thought it was just there in the rc releases and it was not supposed to be shown at all....
But it's still there, did not tried it at all yet.
Let's see what it does.
i thought it was just there in the rc releases and it was not supposed to be shown at all....
But it's still there, did not tried it at all yet.
Let's see what it does.