Not such a bad idea.FourthWorld wrote: ↑Tue Apr 14, 2020 4:53 pmWhy do we have three separate threads all discussing the basic mechanics of getting started with SoS?
Should I merge them?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Not such a bad idea.FourthWorld wrote: ↑Tue Apr 14, 2020 4:53 pmWhy do we have three separate threads all discussing the basic mechanics of getting started with SoS?
Should I merge them?
For a guy whose thing is languages, you certainly come up with some interesting interpretations some times. Even I was able to get that they are talking about the key on the numpadrichmond62 wrote: ↑Tue Apr 14, 2020 4:57 pmFunnily enough, my keyboard has only 2 ENTER keys; but as you use the word 'most' you obviously have more.
yes, I am on windows 10, it's dog slow, not feasible to work at all this way - reminds me of the bad days of eclipse some 15 years agoFourthWorld wrote: ↑Tue Apr 14, 2020 4:52 pmFor #2, I'm assuming you're seeing that on Windows, yes?
The save fix is coming ASAP.foosmaster wrote: ↑Tue Apr 14, 2020 5:08 pmyes, I am on windows 10, it's dog slow, not feasible to work at all this way - reminds me of the bad days of eclipse some 15 years agoFourthWorld wrote: ↑Tue Apr 14, 2020 4:52 pmFor #2, I'm assuming you're seeing that on Windows, yes?
plus the lack of code complete - and the total confusion of lack of "project/solution' file that contains all relevant stacks really throw me away from the IDE as much as possible
sure, this is my current state:FourthWorld wrote: ↑Tue Apr 14, 2020 5:13 pmThe save is coming ASAP.foosmaster wrote: ↑Tue Apr 14, 2020 5:08 pmyes, I am on windows 10, it's dog slow, not feasible to work at all this way - reminds me of the bad days of eclipse some 15 years agoFourthWorld wrote: ↑Tue Apr 14, 2020 4:52 pmFor #2, I'm assuming you're seeing that on Windows, yes?
plus the lack of code complete - and the total confusion of lack of "project/solution' file that contains all relevant stacks really throw me away from the IDE as much as possible
The "project/solution" bit intrigues me: can you describe how it differs from a stack file containing all of the stacks your project uses?
Code: Select all
on openStack
open stack "WsController"
open stack "GuiController"
start using "WsController"
start using "GuiController"
end openStack
a Stack with th same name as the one you are trying to load is already open.
before loading C:/dev/x/whist.livecode, what do you want to do with the stack Z:/dev/x/whist.livecode
Just having a dig at the poster's grammar: after 4 hours of online shenanigans with kiddos I normally feel reasonably bitchy.For a guy whose thing is languages, you certainly come up with some interesting interpretations some times. Even I was able to get that they are talking about the key on the numpad
I suppose that would depend on how you are trying to attach them, you are certainly over the 10 post beginning requirement. The easiest way to attach a picture, provided it isn't overly large, is to simply drag it to where you are typing your post. You should see a [+] sign show up, drop the picture, then click 'Place Inline".
Code: Select all
[img]http://myPicture.jpg[/img]
Thanks, but just as easy to merge them, and it keeps everything in one place with no dead ends - now done.
Look at the revert command, it just means "reload from disk". I sometimes work on the same stack in two different versions of LC (don't ask, not recommended unless you're very very careful) and when I switch to the other version I type "revert" into the message box and it updates.I wish there was a way to reload a stack script updated outside LC