- Joined
- Apr 14, 2018
- Messages
- 49
- Reaction score
- 57
There is some things who I'am interesting to get, who can reduce logic circuits space and/or reduce calcul charge :
- Xor gate : 1 gate instead of 4.
- Make ratio (on speed rail controller, sensor) with less activator : activators slave of activators are counted in ratio of controller. then link them with each other reduce number needed. i.e :
4 activators, 3 linked between us and 1 other only on controller allow 0, 9/10, 1 - When a Master slave is selected, [SHIFT]+C should create a new master for current slave (as master actually do for slave)
- Add 2 codes for Displays :
- [HIDE]text[HIDE]
text between this two tag arn't display but regExp escape only the tag, then :
[HIDE][REPLACEALL]\d\b[WITH][HIDE]6 only display "6", but RegExp interprete :
[REPLACEALL]\d\b[WITH]6
That's could allow me to save many displays and regexp steps. - [LABEL](0-9) and [GOTO](0-9)
The first number after these tags are the number of call or send tag
Code side : It's a filter to copy only on displays with the same label number.
IF [GOTO]5 is writed in source display, only content of targets with [LABEL]5 will be changed.
Place It first in Display then you can link up to 9 differents displays on the same button and choose dynamically by display content wich one will be the target !
This not difficult tag make me dream !
- [HIDE]text[HIDE]
- Make a Telnet/terminal interface (aside displayBox type, as a checkbox to switch in terminal type)
[Enter] could be the "apply line" in display block.
- Stack displays with same orientation make the stack fill more characters.
Evident vertically (10 lines > 20 lines, etc....)
Horizontally, as they could be already exceed, i don't know, may fill more characters but don't display characters who exceed (only when stacked) - How can I forget that !!!
Allow to call a group not captured ! (don't make a display error when calling $1 but nothing was captured into) it is so restrictive !
Last edited: