Search found 294 matches

by djlurch
Tue Nov 09, 2010 1:16 am
Forum: PrimalScript
Topic: PS Crashes
Replies: 2
Views: 1674

PS Crashes

1) I tested (and use) at least half a dozen other code editors on the PC and Mac. All of their FTP components work flawlessly. PrimalScript is the only one that I have had any problems with.2) The issue is not with my PC. I've tested it on several of my computers and the behavior is similar.3) Editi...
by djlurch
Fri Oct 29, 2010 6:11 am
Forum: PrimalScript
Topic: PS Crashes
Replies: 2
Views: 1674

PS Crashes

Just download the latest release today (637). PS has locked up 3 times in the 2 hours that I've used it. 1) Downloading FTP file 2) Unknown (probably background FTP refresh) 3) Unknown (probably background FTP refresh) In cases 2 and 3 the "This program is failing to respond" type message ...
by djlurch
Wed Oct 20, 2010 2:24 pm
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

Doing additional testing on this.xxx<save>yyThen:1. <control z>: gets rid of y2. <control z>: gets rid of y3. <control z>: appears to do nothing...and places cursor at beginning of file 4. <control z>: appears to do nothing...cursor still at beginning of file (Now, looking at the code in Hexadecimal...
by djlurch
Wed Oct 20, 2010 8:25 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

For reference, I am using a 2.8GH i7 PC with 6GB of RAM and an Intel SSD (an extremely fast setup). OS is Windows 7 64bit.I am not seeing a CPU usage spike when PS hangs on the undo.The issue is 100% reproducible on my setup.Please also note that I the file is opened via FTP and saved via FTP. It is...
by djlurch
Wed Oct 20, 2010 8:08 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

Here are the stats on the file I used in the video:

Lines: 714
Characters: 52789

Thank you for looking into this and let me know if you need any other information.
by djlurch
Wed Oct 20, 2010 7:09 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

I just more closely reviewed the situation. You are correct, it is not Saving, but it is behaving like it is saving when it reaches that point. I made a screencast video to demonstrate:<linked removed by author>
djlurch2010-10-20 15:08:40
by djlurch
Wed Oct 20, 2010 5:28 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

Example:1) Type x2) Type x3) <Save>4) Type y5) Type yNow say I want to undo...6) <control z> removes y7) <control z> removes y8) <control z> does a <save> action
by djlurch
Wed Oct 20, 2010 5:25 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

Alex, I don't think you are following.I'm not trying to Undo a save.When I do multiple undos (Control Z) it is inlcuding "Save" as an action.
by djlurch
Tue Oct 19, 2010 12:54 am
Forum: PrimalScript
Topic: Undo
Replies: 11
Views: 5668

Undo

I am editing files using FTP. I periodically use the Save feature to upload changes to the code. Many times I do multiple undos. It appears that PrimalScript is including the "Save" function as an undo.IMHO the undo function should undo code changes to repeat actions like Saving.Can this b...
by djlurch
Fri Jul 09, 2010 8:04 am
Forum: PrimalScript
Topic: Bug: Deleting character but showing (
Replies: 3
Views: 2033

Bug: Deleting character but showing (

It appears that this issue has been resolved. Outstanding! This has been an annoyance for quite a while. I'm glad I was able to provide the code snippet to reproduce it.Really appreciate it guys!