Sry if is wrong topic but i don't really know french and is the only place in english so:
1. a mouse click with no point. It works from Code but it don't work from Actions and in Code don't work right click so i had some problems with that.
2. procedures should retract and expand you know? i mean after you finished the procedure you can retract it and make a single line.
3. afters variables and procedures should write their name. Is annoying to click on them to see what are their names
4. would be awesome a way to separate procedures from main actions. Maybe another color or maybe a line or something.
Sorry for bad english:>
Those are only sugestions. Not problems.
Suggestions
Re: Suggestions
What du you mean "with no point" ? With two coordinates X and Y ?1. a mouse click with no point. It works from Code but it don't work from Actions and in Code don't work right click so i had some problems with that.
A better way could be to enable both.
I known, it's planned, but it requires a big amount of coding time, and I don't have many of it these days :p2. procedures should retract and expand you know? i mean after you finished the procedure you can retract it and make a single line.
Yeah, good idea. I could print the value of the most important variable somewhere.3. afters variables and procedures should write their name. Is annoying to click on them to see what are their names
You can already set the background color for actions. Edit->Action color. But yes, it could be highlighted somehow.4. would be awesome a way to separate procedures from main actions. Maybe another color or maybe a line or something.
"My software never has bugs. It just develops random features."
-
- Posts: 5
- Joined: 16 Apr 2012, 13:47
Re: Suggestions
I mean without any coordonates. It just clicks try it with code like this.
This code just press a click but it doesn't matter where is it pressed.
At 4 something like this would be awesome. not on the scroll bar but you got the idea.
And when you press minus it is gonna retract and is gonna become a plus. And if you hit the plus is gonna expand and become a minus.
Code: Select all
var ms=new Mouse();
ms.press();
ms.release();
At 4 something like this would be awesome. not on the scroll bar but you got the idea.
And when you press minus it is gonna retract and is gonna become a plus. And if you hit the plus is gonna expand and become a minus.
Re: Suggestions
I see, good idea.I mean without any coordonates. It just clicks try it with code like this.
Yeah. I know what you meanAt 4 something like this would be awesome. not on the scroll bar but you got the idea.
Thank you for this suggestions, I'll add them to my (rather long) todolist.
"My software never has bugs. It just develops random features."