Page 1 of 2
FURIOUS!!!!!
Posted: 08 Mar 2012 04:53
by joebataz
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 05:34
by Macciza
Hi
If you have lost four days work the problem is your Work Practices, not the Editor.
You need to save regularly and keep versioned copies of works in progress - no matter what you are doing.
I don't recall anything anywhere recommending the use of external editors and I would not recommend it.
You really should not have gotten yourself into this mess in the first place so accept some responsibility.
I really don' think we are responsible for your ability to get work . . .
Cheers
MM
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 05:53
by joebataz
I save religiously, just not version after version after version. I'd have fifty versions a day. I do however save code of to an editor for manipulation and someone on this forum indicated that yes it is a bug. But pressing undo after entering a few word of code should NOT wipe the current object and other surrounding objects. I don't know who would think that;s acceptable. Yes I have all four days of code but must now paste it all back in and do the add CR which is really tedious. I reiterate; undo and editing need to work. If they blow up then let them blow up consistently but randomly wiping code from an object I'm not even working on is a major fopah.
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 08:55
by Phil999
never work with complicated templates at full moon.
No, seriously, you have to find a different approach. And remember all the good things that became possible with Lemur for iPad. I also once lost one night's work because of the file size limitation in the early version of the editor, but I was still happy to have Lemur that I dreamed of and thought I could never afford. We all should be very grateful to have access to it for such few coins. Not to mention that we all here belong to the 5% of world's population that have computers and iPads.
What I do when I have trouble with software, I just leave it for a couple of days and do something completely different. Taking a walk, visiting friends. And then, with fresh 'batteries', continue. This works always.
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 09:56
by axel_liine
Sorry about that. Indeed the undo/redo system doesn't apply to live text editing in the Script panel.
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 18:26
by Salt+Slug
Save code in a text editor? Thats what I do
Re: FURIOUS!!!!!
Posted: 08 Mar 2012 19:34
by joebataz
I do save text in an editor. I mentioned that somewhere above. But then try to paste it back in, especially if it's a couple of hundred lines. Try it!
For the developers:
A repeatable failure mode.
Write an if statement referring to a CustomButton; if(CustomButton.x == 1)..................
I try to give an indication of what the object is like naming a button PBxxxxxxxx. So we have a button that is named CustomButton and somewhere else we have code that refers to it. Now change the name of the button to PBCustomButton. Go look at the if statement and you now have:
if(PBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBPPBPBPBPBPBPBPBPBPBPBPBP.....................
Didn't actually count the PBs but the code that used to be there is gone replaced by PBPB..........
Just an FYI.
Joe B
ps WHEN I get my template working to the point that it actually does what I want it to I'll release it. I see no reason to release something back to the community that will confuse them.
I also GREATLY APPRECIATE ALL THE HELP I'VE GOTTEN!!!!!!! I may not say it enough but I been coding for 30+ years and when I have something new to code with I tend to be like a kid with a new toy. If I've offended anyone, sorry, but that's about all I can say. If you think that I am too much of a jerk to talk to that's your choice
jb
Re: FURIOUS!!!!!
Posted: 09 Mar 2012 01:10
by Macciza
Hi
If you have not already , please send a detailed bug report to
support@liine.net *edit: .net not .com
I am pretty sure I have noticed it properly 'refactor' code but had not seen this behaviour
It seems to apply to scripts at root level of project in particular . . .
cheers
MM
Re: FURIOUS!!!!!
Posted: 09 Mar 2012 01:17
by joebataz
MM,
I went right to the source and edited the jzml directly. Have to be careful but it works. Where are the logs at? The Apple logs already got sent.
joeb
Re: FURIOUS!!!!!
Posted: 09 Mar 2012 01:19
by joebataz
Yes the scripts were at the root level.
Thanks!
Joe B