1. Nexus v1.0.0

Just uploaded to RDS the first version of my Nexus code editor.
(12pm Thurs)

Comments, suggestions welcome as always
Don Phillips

new topic     » topic index » view message » categorize

2. Re: Nexus v1.0.0

--=======43764512=======

At 05:29 AM 10/18/02 +0000, you wrote:

>
>Just uploaded to RDS the first version of my Nexus code editor.
>(12pm Thurs)
>
>Comments, suggestions welcome as always
>Don Phillips

         Nice work, Don.

         When I first ran Nexus, I got the following:

Nexus.exw:743 in procedure FindHelpFiles()
subscript value 1 is out of bounds, reading from a sequence of length 0
... called from Nexus.exw:1282 in procedure onOpen_Nexus()
... called from g:\euphoria\include\Win32Lib.ew:7773 in function 
invokeHandler()

... called from g:\euphoria\include\Win32Lib.ew:23455 in procedure openWindow()

... called from g:\euphoria\include\Win32Lib.ew:23702 in procedure WinMain()
... called from Nexus.exw:1289
--> see ex.err

         I fixed this (I think!) by changing the line:

                     if DirectoryList[ListIter][2][1] = 'd' then

         to:

                 if find('d', DirectoryList[ListIter][2]) then
         ----------------
         The error would not occur if ALL directory entries had at least 
one attribute:
e.g. "a".  Check to see if this is the case in your EUDIR.

         Also, when the option to "Fixup text case while typing language 
keywords" was checked with Nexus.exw loaded, the variable name "Type" in 
"atom Type" was fixed to "type"
causing this error when Nexus,exw was next run:

         g:\download\in\nexus>exw Nexus.exw
         Nexus.exw:323
         a variable name is expected here
                 atom type
                         ^
in GetProfileBin().

         Keep up the good work,

                 Bob

--=======43764512=======
Content-Type: text/plain; charset=us-ascii; x-avg=cert;
x-avg-checked=avg-ok-3DA65749
Content-Disposition: inline


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.401 / Virus Database: 226 - Release Date: 10/9/02

--=======43764512=======--

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu