6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Tue Jun 04, 2024 12:13 pm

All times are UTC




Post new topic Reply to topic  [ 340 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19 ... 23  Next
Author Message
PostPosted: Thu Aug 12, 2021 7:56 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
Edited - removed attachment. See below for updated version.

On BigDumbDinosaur's request, I have added a page to the help file to describe some of the Kowalski editor's functions.

I am attaching the new help file here. Unzip it into your Kowalski folder and overwrite the older file.

I will incorporate this update in my next release of the program as well.

thanks!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Last edited by 8BIT on Fri Aug 13, 2021 3:59 am, edited 1 time in total.

Top
 Profile  
Reply with quote  
PostPosted: Thu Aug 12, 2021 8:33 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
8BIT wrote:
On BigDumbDinosaur's request, I have added a page to the help file to describe some of the Kowalski editor's functions.

I am attaching the new help file here. Unzip it into your Kowalski folder and overwrite the older file.

I will incorporate this update in my next release of the program as well.

thanks!

Daryl

Looks good.

The entry for Ctrl-F2 says "Ctrl-F2 - Clear bookmark on currrent(sic) text line." That should say "Ctrl-F2 - Toggle bookmark on current text line."

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 13, 2021 3:55 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
Right - I forgot about the correction you sent me. I'll fix it and repost.

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 13, 2021 4:00 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
Here is the corrected version of the help file.

Daryl


Attachments:
6502.chm.zip [75.62 KiB]
Downloaded 68 times

_________________
Please visit my website -> https://sbc.rictor.org/
Top
 Profile  
Reply with quote  
PostPosted: Fri Aug 13, 2021 4:14 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
8BIT wrote:
Here is the corrected version of the help file.

Daryl

Excellent!

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 28, 2021 3:58 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
As reported to Daryl, it appears a bug may have crept into the Kowalski editor.

When using the search-and-replace (S&R) function (Ctrl-R), occasionally the editor will hang after S&R has been completed and an attempt is made to close the S&R dialog box. Most of the time when that happens, the task manager has to be used to terminate the program—the task manager may show the program as "not responding," resulting in all work in progress being lost.

The problem seems to be more likely to occur when multiple editing windows are in use and the editing session has been running for a while. There may be a relationship to the size of the file being edited. Also, I cannot provoke this problem running old versions (tested on v1.2.15).

I'm running Kowalski on Windows XP SP3. When the hang occurs the task manager shows no unusual amount of resource consumption going on.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Tue Sep 28, 2021 4:25 am 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
This will be very hard to track down unless I can create a consistent setup where it breaks. If anyone else has experienced this issue, please post any details about it here. The Ctrl-R code is part of the MFC code and crystal editor, which I have not modified beyond adding the 65816 context sensitive help. I'll go back to the v1.2.15 version and look all the changes made. I just started a new job so my free time is extremely limited. I expect this will take some time to resolve.

thanks BDD for pointing it out!!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Fri Nov 05, 2021 4:04 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
I just noticed that setting or clearing bookmarks in the editor marks an open source file as "dirty," even though the file itself hasn't been changed.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 25, 2021 6:27 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
BigDumbDinosaur wrote:
I just noticed that setting or clearing bookmarks in the editor marks an open source file as "dirty," even though the file itself hasn't been changed.


I have found another location in the code that I can use to toggle the * in the window title. The old one was keying on any change to the window vs. an actual change to the file.

I'll have the update posted soon.

I also spend a little time with the other issue - lockup while editing (multiple files and larger ones open for a longer period of time). So far, I have not been able to reproduce the issue.

Happy Thanksgiving!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 25, 2021 7:48 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
8BIT wrote:
BigDumbDinosaur wrote:
I just noticed that setting or clearing bookmarks in the editor marks an open source file as “dirty,” even though the file itself hasn't been changed.

I have found another location in the code that I can use to toggle the * in the window title. The old one was keying on any change to the window vs. an actual change to the file.

I'll have the update posted soon.

Excellent!

Quote:
I also spend a little time with the other issue - lockup while editing (multiple files and larger ones open for a longer period of time). So far, I have not been able to reproduce the issue.

The lockup, when it does happen, seems to occur while using the find-and-replace ([Ctrl-R]) function. However, it is quite intermittent and I'm not seeing a pattern of usage that triggers it, other than have multiple, large source files open at once.

Quote:
Happy Thanksgiving!

You too!

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 25, 2021 11:56 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
I have completed update 1.3.4.4 to fix the issue of toggling bookmarks causing the file to be marked as changed, requiring a save before exiting.

Executable and sources can be downloaded from my website.

https://sbc.rictor.org/kowalski.html

thanks!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 06, 2021 8:46 am 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
I think this was mentioned in the past, but don't recall it being addressed. If a macro written to accept a fixed number of parameters is invoked with more parameters that it should, assembly will fail and the assembler/simulator will crash, requiring intervention in the task manager. The attached file demonstrates this problem.


Attachments:
File comment: Macro Test Program
macro_test.asm [2.09 KiB]
Downloaded 60 times

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!
Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 06, 2021 4:01 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
You mentioned it when you mentioned the illegal label character causing the same issue. I fixed that problem but it appears it did not fix the macro issue. I'll dig into it when I get some time.

viewtopic.php?f=8&t=5011&start=195#p83224

thanks!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
PostPosted: Mon Dec 06, 2021 10:34 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8198
Location: Midwestern USA
8BIT wrote:
You mentioned it when you mentioned the illegal label character causing the same issue.

Ah-so! Well, at least my memory wasn't a total blank, which can be a problem for people my age. :D

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Fri Dec 24, 2021 10:17 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 9:02 pm
Posts: 1688
Location: Sacramento, CA
The fix for the macro parameter mismatch causing the program to hang has been corrected.

The new version is v1.3.4.5 and can be downloaded from my website.

https://sbc.rictor.org/kowalski.html

Merry Christmas - happy holidays - Happy new year!!!

Daryl

_________________
Please visit my website -> https://sbc.rictor.org/


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 340 posts ]  Go to page Previous  1 ... 13, 14, 15, 16, 17, 18, 19 ... 23  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 7 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: