flat assembler
Message board for the users of flat assembler.
![]() Goto page 1, 2, 3 ... 19, 20, 21 Next |
Author |
|
ouadji
it's just a little wink friendly to "revolution" ![]() Quote: @ revolution (24 feb 2010) ![]() Last edited by ouadji on 12 Sep 2011, 11:17; edited 53 times in total |
|||
![]() |
|
revolution
Photoshop?
|
|||
![]() |
|
ouadji
no, no, not photoshop ... ![]() ![]() this is real, no faking ![]() |
|||
![]() |
|
revolution
Toto, I don't think we are in Kansas anymore.
|
|||
![]() |
|
ouadji
revolution wrote: Toto, I don't think we are in Kansas anymore. ![]() ![]() |
|||
![]() |
|
Tomasz Grysztar
This cannot be obtained so simply, with such patching you're going to land in serious problems when you do some scrolling.
|
|||
![]() |
|
ouadji
![]() FASMW (multiline/block comment - highlight /lowlight) + test.asm scrolling up and down ok Nested comments are not working with "Highlight-Lowlight" (IDE) ... only "simple" comments (/* text */) But nested comments are ok with compiler. Last edited by ouadji on 10 Apr 2010, 20:29; edited 1 time in total |
|||
![]() |
|
windwakr
ouadji wrote:
That's nice. But if you place a "/*" somewhere and then delete it, all the lines it changed to gray stay gray until you modify that line. |
|||
![]() |
|
ouadji
yes ![]() I forgot to think about it .. I'll fix this. it's not a big problem thank you very much but now I have to feed my dog, Zazou! ![]() |
|||
![]() |
|
ouadji
![]() I think it's much better like this. What do you think ? if you remove a "*/"(end symbol) ... !!! ---> he seeks the next "*/" ! Add a "/*" (start) in the middle of a comment changes nothing !. Because, once he found a "/*", it seeks only a "*/" (end) Last edited by ouadji on 10 Apr 2010, 20:30; edited 1 time in total |
|||
![]() |
|
Tomasz Grysztar
Scrolling down with mouse wheel or arrows is still broken with this one.
Last edited by Tomasz Grysztar on 23 Mar 2010, 20:09; edited 1 time in total |
|||
![]() |
|
ouadji
the scrolling is perfect with the "bar" to the right of the screen ... but I notice that there are some scrolling problems with the mouse wheel. I look at it |
|||
![]() |
|
Tomasz Grysztar
Try also making some large source with large multi-line comments, start at beginning of the file, press Ctrl+PgDn (it goes to the end of file) and then slowly scroll up.
![]() |
|||
![]() |
|
ouadji
yes .. problem with mouse wheel the scrolling, in the code, comes from differents locations with the "bar", it's ok, but with arrows and mouse wheel, there is a problem. i will fix this Quote:
ok Tomasz, thank you. |
|||
![]() |
|
ouadji
Wink 3 ![]() a single constraint: This engine built a mapping of comments in memory. It does that through the screen. In normal use (sequential use, usual use) there are no problems. But if you add big chunks of text with copy/paste, in this case, there are (maybe) new comments that have never been displayed at the screen. In this case, the engine still does not know that these new Comments exist. We must let it know... this by a single and fast scrolling of the file, only once. Display the part of the file that was never displayed. After copy/paste, a single scrolling up, and it's ok. ---> By this way, the engine becomes aware of new comments I have a problem with the lines with more than 240 character, 0F0h (... [241--> ...) in fact, line with more than 240 characters + scrolling of several pages ... = sometimes, acces violation. With lines with under 241 characters, never any Problem. (I'm seeking the cause of this problem, probably something stupid as usual!) you can try without any fear, below 240 characters there is never any problems with this version, max 2048 lines of code. 2048 ... it is the size of a array.. I think, in the future, i will use dynamic allocation. (wink_4 in progress) feedbacks are wellcome ! thank you Last edited by ouadji on 10 Apr 2010, 20:30; edited 7 times in total |
|||
![]() |
|
vid
240x2048 ought to be enough for everyone!
|
|||
![]() |
|
ouadji
hello Tomasz, I just saw that lines are doubly linked ! ![]() and more importantly .. the information is inside lines themselves ! I thought so, but I thought it was managed with a external array. it becomes very very interesting ! The "copy/paste-block" and insertions were asking me a big worry. But if lines are doubly linked .... with available data ![]() ![]() I feel that I will still have fun here ! ![]() |
|||
![]() |
|
Tomasz Grysztar
You may find this document useful:
AsmEdit core documentation. |
|||
![]() |
|
ouadji
thank you very much Tomasz ![]() |
|||
![]() |
|
Goto page 1, 2, 3 ... 19, 20, 21 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.