Re: Script Editor problem

2017-12-13 Thread Richmond Mathewson via use-livecode
Limoncello . . . Richmond. On 13/12/17 7:33 pm, J. Landman Gay via use-livecode wrote: Yeshterday I had shome eggnog and I mished two jokesh. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 13, 20

Re: Script Editor problem

2017-12-13 Thread J. Landman Gay via use-livecode
Yeshterday I had shome eggnog and I mished two jokesh. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com On December 13, 2017 10:07:49 AM Bob Sneidar via use-livecode wrote: That was the joke I was making. I

Re: Script Editor problem

2017-12-13 Thread Bob Sneidar via use-livecode
That was the joke I was making. I thot everyone would get it. ;-) Bob S > On Dec 12, 2017, at 12:09 , J. Landman Gay via use-livecode > wrote: > > You mean, like the Start Center? > > -- > Jacqueline Landman Gay | jac...@hyperactivesw.com > HyperActive Software | h

Re: Script Editor problem

2017-12-12 Thread Mark Wieder via use-livecode
On 12/12/2017 01:18 PM, Mike Kerner via use-livecode wrote: Sorry, I thought my tongue-in-cheek was obvious. I've heard of Home. I might even have modified mine heavily back in the HC 1/HC 2 days. I did catch the tongue-in-cheekness, so I stayed out of this. Fun watching it take shape, thoug

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
Recent stacks are stored in the prefs file, so they are persistent across all LC versions that share the same prefs file. However, if you change the Start Center then yes, I'm pretty sure that would get replaced. The other points you make are valid, including that you've been around long enoug

Re: Script Editor problem

2017-12-12 Thread Brian Milby via use-livecode
Without even looking I would say yes. A plug-in (like Devolution) would not get touched though (and would have the same settings across different versions). On Tue, Dec 12, 2017 at 3:19 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Sorry, I thought my tongue-in-cheek wa

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
Sorry, I thought my tongue-in-cheek was obvious. I've heard of Home. I might even have modified mine heavily back in the HC 1/HC 2 days. What I'm wondering about Start Center is if it gets replaced with each new install of LC, because if you were to hack it to have it be what Home originally was,

Re: Script Editor problem

2017-12-12 Thread Sannyasin Brahmanathaswami via use-livecode
J. Landman Gay Start Center can be set in Preferences to show on every startup. It lists the last used stacks. If you use a utility frequently it will be there. The most current projects you've worked on will also be there. 9 dp 10 set pref to open on start up… reboot…"nada" BR

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
"Home" has a specific meaning and there is already a (required) stack with that name. Start Center can be set in Preferences to show on every startup. It lists the last used stacks. If you use a utility frequently it will be there. The most current projects you've worked on will also be there.

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
I forgot about Start Center. Can you (easily) edit Start Center? Does it get botched with each new LC version load? What's wrong with Home? I like Home. It's a nice name. It feels like the name I might choose for a stack that opens every time LC loads. On Tue, Dec 12, 2017 at 3:09 PM, J. Lan

Re: Script Editor problem

2017-12-12 Thread J. Landman Gay via use-livecode
On 12/12/17 1:26 PM, Mike Kerner via use-livecode wrote: You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and res

Re: Script Editor problem

2017-12-12 Thread Brian Milby via use-livecode
Sounds like Devolution On Tue, Dec 12, 2017 at 1:37 PM Mike Kerner via use-livecode < use-livecode@lists.runrev.com> wrote: > Well, if we ever group-hack the ide, maybe you could build it, Bob. I'd > like that. > > On Tue, Dec 12, 2017 at 2:30 PM, Bob Sneidar via use-livecode < > use-livecode@lis

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
Well, if we ever group-hack the ide, maybe you could build it, Bob. I'd like that. On Tue, Dec 12, 2017 at 2:30 PM, Bob Sneidar via use-livecode < use-livecode@lists.runrev.com> wrote: > That's a crazy idea. No one would use something like that. ;-) > > Bob S > > > > > On Dec 12, 2017, at 11:26

Re: Script Editor problem

2017-12-12 Thread Bob Sneidar via use-livecode
That's a crazy idea. No one would use something like that. ;-) Bob S > On Dec 12, 2017, at 11:26 , Mike Kerner via use-livecode > wrote: > > You know what would be really great? If we had a stack that opened at > startup that had links to all those projects we're currently working on, > and

Re: Script Editor problem

2017-12-12 Thread Mike Kerner via use-livecode
You know what would be really great? If we had a stack that opened at startup that had links to all those projects we're currently working on, and those utilities we need to run frequently, like collectMyStacks and a script to move and resize the script editor. It would be really helpful with Lev

Re: Script Editor problem

2017-12-12 Thread AndyP via use-livecode
For future problems like this I've just updated CollectMyStacks to include stack reduction. http://livecodeshare.runrev.com/stack/855/CollectMyStacks Hope you find it useful. - Andy Piddock My software never has bugs. It jus

Re: Script Editor problem

2017-12-11 Thread dunbarx via use-livecode
You might place a keyboard shortcut in a library script or plugin to reset the rect of the SE to your liking. Better than slogging through the msgs. Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___

Re: Script Editor problem

2017-12-09 Thread Sannyasin Brahmanathaswami via use-livecode
Mike Kerner wrote: *set* the rect of stack "revNewScriptEditor 1" to the 50,50,900,900 Ditto Mike's solution: this happens so regularly that I just have to up arrow through my cmds in the msg box to find the above. Bit of a nuisance though. BR ___

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Ah. So the name of the bebugger stack has changed yet again. Third time in my lifetime.. I wonder why the old stack "revdebuggerLibrary" still lives, though maybe it has evolved into the library paradigm that v.8+ has embraced. Anyway that is the solution. And a reminder that all of LC is just

Re: Script Editor problem

2017-12-09 Thread Mike Kerner via use-livecode
*set* the rect of stack "revNewScriptEditor 1" to the 50,50,900,900 On Sat, Dec 9, 2017 at 2:13 PM, dunbarx via use-livecode < use-livecode@lists.runrev.com> wrote: > Actually tested, and though I can access the "revDebuggerLibrary" stack, I > cannot do much with it. I can get its properties, but

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Actually tested, and though I can access the "revDebuggerLibrary" stack, I cannot do much with it. I can get its properties, but cannot change them, and if I do something like, as you might need: get the loc of stack "revDebuggerLibrary" set the loc of stack "revDebuggerLibrary" to item 1 of it &

Re: Script Editor problem

2017-12-09 Thread dunbarx via use-livecode
Its just a stack, called something like "revDebuggerLibrary" or someSuch. >From msg, can you change its rect? Craig -- Sent from: http://runtime-revolution.278305.n4.nabble.com/Revolution-User-f278306.html ___ use-livecode mailing list use-livecode