flat assembler
Message board for the users of flat assembler.

Index > IDE Development > FASMW with the new AsmEdit

Goto page Previous  1, 2, 3
Author
Thread Post new topic Reply to topic
Frank



Joined: 17 Jun 2003
Posts: 100
Frank 29 Jul 2004, 22:51
Is "Run --> Run" (or F9) supposed to work already? Here it produces the executable, but doesn't start it (W2k SP4, FASMW 1.54 interface 0.92.0, downloaded 10 or 15 minutes ago).
Post 29 Jul 2004, 22:51
View user's profile Send private message Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8353
Location: Kraków, Poland
Tomasz Grysztar 30 Jul 2004, 00:54
The bug with "select all" was removed just in the meantime, that's why it worked fine for those, who downloaded later. Also the "Run" problem is removed now.
Post 30 Jul 2004, 00:54
View user's profile Send private message Visit poster's website Reply with quote
h4ng4m3



Joined: 25 Jun 2003
Posts: 21
h4ng4m3 30 Jul 2004, 01:54
on win2k


Description:
Filesize: 2.61 KB
Viewed: 15900 Time(s)

untitled.png


Post 30 Jul 2004, 01:54
View user's profile Send private message Reply with quote
windwakr



Joined: 30 Jun 2004
Posts: 827
windwakr 30 Jul 2004, 03:50
h4ng4m3, thats been in fasm 1.52, 1.53 and probably more
Post 30 Jul 2004, 03:50
View user's profile Send private message Reply with quote
h4ng4m3



Joined: 25 Jun 2003
Posts: 21
h4ng4m3 30 Jul 2004, 04:02
So what does that character mean? and did it display correct?
Post 30 Jul 2004, 04:02
View user's profile Send private message Reply with quote
tsunghsien_lin



Joined: 03 May 2004
Posts: 4
Location: R.O.C
tsunghsien_lin 30 Jul 2004, 06:02
pelaillo wrote:
tsunghsien_lin,
As far as I know, RaEdit works well for chinese but I have no means to verify that. However, it worth a look: http://radasm.visualassembler.com


win98 no work show chinaene and key all show down.
Post 30 Jul 2004, 06:02
View user's profile Send private message Yahoo Messenger Reply with quote
djca



Joined: 14 Jul 2004
Posts: 21
djca 30 Jul 2004, 16:54
I think that a list of the most recent edited documents will be usefull. These entries can be stored in the INI file.
Post 30 Jul 2004, 16:54
View user's profile Send private message Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Jul 2004, 14:15
Privalov,
can you make lates AsmEdit DLL available somewhere on fasm site (examples section?).
Post 31 Jul 2004, 14:15
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8353
Location: Kraków, Poland
Tomasz Grysztar 31 Jul 2004, 14:24
I have changed the source layout (download the latest fasmw update to see the changes), now the core functions are separated and ready for developing other IDEs on the same code base.

My suggestion for you is to use it as a base for Fresh, too. It means a bit more of work for you (you can use the fasmw's AsmEdit interface as a starting point), but it should allow you to customize the interface for all your needs, while any core fixes I make in the future will be still easily applicable.
Post 31 Jul 2004, 14:24
View user's profile Send private message Visit poster's website Reply with quote
crc



Joined: 21 Jun 2003
Posts: 637
Location: Penndel, PA [USA]
crc 31 Jul 2004, 14:38
h4ng4m3: I often see TABs displayed like that in message boxes.
Post 31 Jul 2004, 14:38
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Jul 2004, 15:31
I have found one difference in bahaviour between new AsmEdit and older one. When vertical selection is on, and editor is in overwrite mode, after selecting some block, and pressing some letter, this block was cleared in older version, now it is not.
Post 31 Jul 2004, 15:31
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8353
Location: Kraków, Poland
Tomasz Grysztar 31 Jul 2004, 15:55
Thank for the report, fixed now.
Post 31 Jul 2004, 15:55
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Jul 2004, 17:44
the executable is fixed, but package still contains old asmedit.inc file.
Post 31 Jul 2004, 17:44
View user's profile Send private message Visit poster's website Reply with quote
Tomasz Grysztar



Joined: 16 Jun 2003
Posts: 8353
Location: Kraków, Poland
Tomasz Grysztar 31 Jul 2004, 19:42
The structure of source tree has changed - you might be looking into wrong place.

I'm attaching the preliminary version of documentation for the new Assembly Editor core.


Description:
Download
Filename: ASMEDIT.TXT
Filesize: 9.55 KB
Downloaded: 727 Time(s)

Post 31 Jul 2004, 19:42
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Jul 2004, 19:58
yes, my mistake Wink
Post 31 Jul 2004, 19:58
View user's profile Send private message Visit poster's website Reply with quote
mike.dld



Joined: 03 Oct 2003
Posts: 235
Location: Belarus, Minsk
mike.dld 01 Aug 2004, 23:16
Privalov!

How about adding this feature (see screenshot) in AsmEdit 2.0? I mean that horizontal line near the 80th symbol (or any other #, it may be customizable). I made this one for myself but if flickers when scrolling vertically. Can you make something of this kind?

I need this because FASMW isn't a text-mode editor, so there are more then 80 columns and I want to see if I crossed that line or not.

And, don't beat me, it's just my attempt to do something for myself Wink


Description: Horizontal line
Filesize: 9.92 KB
Viewed: 15865 Time(s)

line.png


Post 01 Aug 2004, 23:16
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
h4ng4m3



Joined: 25 Jun 2003
Posts: 21
h4ng4m3 03 Aug 2004, 15:12
Quote:
I have found one difference in bahaviour between new AsmEdit and older one. When vertical selection is on, and editor is in overwrite mode, after selecting some block, and pressing some letter, this block was cleared in older version, now it is not.


I tried this with last release but it did not work.
Do you notice this?
1.go to 1st char of a line
2.Shitf+END
3.Delete
these well worked in notepad Smile
Post 03 Aug 2004, 15:12
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3

< Last Thread | Next Thread >
Forum Rules:
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 vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.