flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > FASMW doesn't read entire DOS files |
Author |
|
comrade 07 Jul 2004, 00:03
Can you attach such file please?
|
|||
07 Jul 2004, 00:03 |
|
Frank 07 Jul 2004, 01:00
comrade wrote: Can you attach such file please? It's not difficult to produce one ...
|
|||||||||||
07 Jul 2004, 01:00 |
|
pelaillo 07 Jul 2004, 12:30
Fasmw has a limit of 255 chars per line. This is because for assembly source files it is enough.
Privalov, please correct me if I'm wrong. |
|||
07 Jul 2004, 12:30 |
|
comrade 07 Jul 2004, 16:35
It is sometimes not enough, and I've hit that limit in FASMW several times. It is quite annoying. I have tried modifying ASMEDIT sources to allow longer lines, but have broken undo/redo functionality while doing that. I don't think its a priority for Privalov to update ASMEDIT.
|
|||
07 Jul 2004, 16:35 |
|
Tomasz Grysztar 15 Jul 2004, 14:53
I'm working on it.
|
|||
15 Jul 2004, 14:53 |
|
i-don 16 Jul 2004, 16:51
I've noticed the breaking text content in FASMW ide is easily to replicate when you joined to text file using DOS COPY command like this one:
Code:
copy file1.txt + file2.txt fileA.txt
The result in fileA.txt has CTRL+Z in between them. Open it using FASMW ide, you only got the first file content. If you open the same file using Notepad, you'll see both file separated by a black square character. CTRL+Z or ^Z or &H1A (ooops, thats a VB hex), or 01Ah usually the cause for some richedit based ide cannot load the other part of the files and understand it as EOF(end-of-file) characters. I read about how to fix it somewhere in the net by adding additional styles to richedit character handling. Can't remember whas style it was. Hope this info would helps, i-don. |
|||
16 Jul 2004, 16:51 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.