|
Post by mueh on May 15, 2024 0:46:55 GMT -5
Hi George ! MEDIT session doesn't show .Beta in Title . This cause a problem when "INST TK5 keep" is done to switch to existing INSTANCE . It starts a new INSTANCE with Title TK5.Beta because it doesn't detect the existing Instance with Title "Multi-Edit - SPFLite(TK5)" . SPFLite2.bas cloc = "Multi-Edit - SPFLite" + IIF$(ISNULL(gENV.eInstance) OR gENV.eInstance = "DEFAULT", "(v" + gENV.PgmVers + ")", "(" + gENV.eInstance + ")")
should concatenate $Beta . Thanks
P.S. Just a minor problem i noticed . ( I'm using MEDIT just for viewing of Data ) . When doing D cmd on =FILE> line the File is deleted but the next FILE is marked as Modified . =FILE* is not shown but i proved it with SAVE COND which does save only that file . ( Only 1* in Satus Bar ) Issuing RESET cmd does show the =FILE* in line cmd area . lCmdDD in LCmd.inc does Modset after it did "Ripple down the MIX entries" before.
|
|
|
Post by George on May 15, 2024 9:43:22 GMT -5
MUEH: Thanks, obscure stuff like this is really hard to test for and spot, there's just too many "if this ... and that ... and also ..." conditions to test. Let alone even dream up the combinations.
George
[UPDATE]
OK, title is corrected.
The ModSet should never have been conditional there, a Delete of a FILE in MEdit is NOT a change. I modified it. That's been wrong for a long time.
However, a Delete of a modified FILE should issue a warning, I'll add that in.
24136 Beta will be posted shortly.
[/UPDATE]
|
|
|
Post by mueh on May 15, 2024 12:13:12 GMT -5
Hi George ! Thanks for 24136 . Just a cosmetic Problem . Non DEFAULT Instance MEDIT title contains string "+ $Beta" in addition . No new Version is needed .
|
|
|
Post by George on May 15, 2024 15:12:11 GMT -5
MUEH: Shouldn't it? It's still a Beta?
George
|
|
|
Post by mueh on May 16, 2024 0:22:15 GMT -5
Hi George ! Here a Screenshot . "+ $Beta" in title is redundant . All other Title (Edit, FM, MEDIT for Default Instance) show Beta only in SPFLite(xxxx.Beta) . Is your code cloc = "Multi-Edit - SPFLite" + IIF$(ISNULL(gENV.eInstance) OR gENV.eInstance = "DEFAULT", "(v" + gENV.PgmVers + $Beta + ")", "(" + gENV.eInstance + $Beta + ")") Thanks
|
|
|
Post by George on May 16, 2024 8:35:50 GMT -5
MUEH: OK, got the problem now. I mucked up the large IIF$ pretty badly.
I'll post a correction. 24137.
George
|
|