flat assembler
Message board for the users of flat assembler.

Index > IDE Development > FASM Editor 2.0

Author
Thread Post new topic Reply to topic
Walter



Joined: 26 Jan 2013
Posts: 155
Walter 22 Jul 2013, 23:45
FASM Editor 2.0

Anyone tried this:

http://asmworld.ru/

Image

My Russian is about as good as my (nonexistent) Chinese skills.
So maybe someone would have a look.
Post 22 Jul 2013, 23:45
View user's profile Send private message Reply with quote
bitRAKE



Joined: 21 Jul 2003
Posts: 4061
Location: vpcmpistri
bitRAKE 23 Jul 2013, 03:44
Interface is very standard and featureful. I was able to figure it out without knowledge of Russian.

File
----
New
Open
Recent >

Save
Save as...
Save All

Export >

Close File
Close Project

Exit


Edit
----
Undo
Redo

Cut
Copy
Paste

Change Case >

Toggle Comment
Indent
Outdent

???? F11

...I could probably translate maybe 80%. Top-level menus are probably: File, Edit, Search, View, Project, Tools, Help. First item in the tools menu is used to set the paths, second one is the import tool! I like the HTML export, and strong project navigation.

Unfortunately, it doesn't work with my oddball coding style, but for the default FASM package it is quite nice. No drag-and-drop. Sad Looks like it was written in Delphi, maybe? (Confirmed with above screen shot. Confused )

_________________
¯\(°_o)/¯ “languages are not safe - uses can be” Bjarne Stroustrup


Last edited by bitRAKE on 23 Jul 2013, 04:43; edited 1 time in total
Post 23 Jul 2013, 03:44
View user's profile Send private message Visit poster's website Reply with quote
Walter



Joined: 26 Jan 2013
Posts: 155
Walter 23 Jul 2013, 04:10
After figuring out the menus, perhaps use Resource Hacker to edit the Res section? I would imagine the text strings in the exe might be more difficult.

Anybody know the author? Or does he frequent or visit this forum?
Post 23 Jul 2013, 04:10
View user's profile Send private message Reply with quote
AsmGuru62



Joined: 28 Jan 2004
Posts: 1660
Location: Toronto, Canada
AsmGuru62 23 Jul 2013, 17:54
Interesting!.. I am taking a look.

The FASMWriter I created -- is way better in a code inspection manner.
This IDE has no tooltips on elements or can't see the elements in other files.
Also, color theme settings are poor.
Maybe I can't set it all up?.. but for now IMO it is not that impressive.

P.S. Is auto-Complete working there?

When I type "wc." I expect the list of items within WNDCLASS structure.
Post 23 Jul 2013, 17:54
View user's profile Send private message Send e-mail Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 23 Jul 2013, 19:16
I am biased, of course, but for 4MB .exe file FEditor has very poor features. Some of them are interesting, but not very important. The important features - code completion, source browsing and navigation, compilation are pretty useless.

It scans the source in order to determine the content of the auto completion window and code navigator - approach proved to be impossible and useless with FASM, because of the complex macros.
Post 23 Jul 2013, 19:16
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
typedef



Joined: 25 Jul 2010
Posts: 2909
Location: 0x77760000
typedef 24 Jul 2013, 12:56
JohnFound wrote:
I am biased, of course, but for 4MB .exe file FEditor has very poor features. Some of them are interesting, but not very important. The important features - code completion, source browsing and navigation, compilation are pretty useless.

It scans the source in order to determine the content of the auto completion window and code navigator - approach proved to be impossible and useless with FASM, because of the complex macros.


Made in Delphi... What do you expect. Also this goes to author of that project. Please make language pack support (if at all I'm going to use it).

BTW It's been a while JohnFound. How do you do? Very Happy
Post 24 Jul 2013, 12:56
View user's profile Send private message Reply with quote
JohnFound



Joined: 16 Jun 2003
Posts: 3499
Location: Bulgaria
JohnFound 24 Jul 2013, 13:16
Hi, typedef. I am fine. (my english teacher always said you should not answer with "I am fine" on "how do you do" but I can't restrain. Smile )
Anyway, I am around. Why you thing I was missed?
Post 24 Jul 2013, 13:16
View user's profile Send private message Visit poster's website ICQ Number Reply with quote
xeno



Joined: 03 Oct 2013
Posts: 1
Location: Republic Of Korea
xeno 03 Oct 2013, 19:32
Hi, Flat Assemblian~

I had to change into comfortable FASM environment for the English version.
Original Edition Written by Russian Localization.

So, Convert Russian Language to English..


Just have a Fun..

Thank you asmworld.ru's FASM Editor.


Reguards.
ps: If you encounter a problem, I will be delete.

http://www.xenostream.com/FEditor_V2_En.zip
Post 03 Oct 2013, 19:32
View user's profile Send private message Visit poster's website Reply with quote
m3ntal



Joined: 08 Dec 2013
Posts: 296
m3ntal 15 Dec 2013, 15:13
I like it. Very clean, straight forward.

Of all the IDEs that I've seen and used, I would say JCreator is the easiest, most professional and well designed. Though it's for Java, it may work with other languages. Still, good for reference when creating an IDE.

Why is that the most popular IDEs - Visual Studio, Eclipse, etc - are the slowest, most bloated and inefficient? Perhaps it's because modern programmers assume that bigger programs are better.
Post 15 Dec 2013, 15:13
View user's profile Send private message Reply with quote
HaHaAnonymous



Joined: 02 Dec 2012
Posts: 1178
Location: Unknown
HaHaAnonymous 15 Dec 2013, 15:26
[ Post removed by author. ]


Last edited by HaHaAnonymous on 28 Feb 2015, 19:01; edited 1 time in total
Post 15 Dec 2013, 15:26
View user's profile Send private message Reply with quote
m3ntal



Joined: 08 Dec 2013
Posts: 296
m3ntal 15 Dec 2013, 16:02
HaHa: I agree.
Code:
Storage devices being able to store 1TB+ are now common. Computers with 32GB of memory is nothing amazing anymore.    
Well, us broke programmers can't afford PCs like that! Smile I'm on I32, single core, 1.2GHZ, 512MB RAM, 128GB hard drive. For the price of Visual Studio, I could buy land and build a small house!
Post 15 Dec 2013, 16:02
View user's profile Send private message Reply with quote
TmX



Joined: 02 Mar 2006
Posts: 843
Location: Jakarta, Indonesia
TmX 16 Dec 2013, 01:57
m3ntal wrote:

Why is that the most popular IDEs - Visual Studio, Eclipse, etc - are the slowest, most bloated and inefficient? Perhaps it's because modern programmers assume that bigger programs are better.


Gazillion of features, needs extra runtime/VM, etc?
On the other hand, I could imagine writing feature rich IDEs like them in assembly to be a very challenging task Smile
Post 16 Dec 2013, 01:57
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  


< 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.