flat assembler
Message board for the users of flat assembler.

Index > IDE Development > Fresh Alpha 1, ToDo list for first Beta release

Author
Thread Post new topic Reply to topic
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 28 Nov 2005, 20:09
Here I'm presenting first Alpha version of Fresh. There are only small changes since last pre-alpha release (bugfixes).

You can download it from here: http://fresh.flatassembler.net/x2download.html.

Project status: Right now project has most of features that were planned (some implemented only partially, some will have to be rewritten).

I wrote todo list for first BETA release. There is almost nothing new here, I'd like to focus on making Fresh mature and stable. Last point (visual library/visual form editing) is something that actually has to be rewritten from scratch, in a different way. John Found had an idea how to implement this ("Stream Component Library"), but this project is unfinished, and proably needs some design changes. This list is very likely to change in future. It isn't very precise, and there are lots of smaller improvements that I will do besides these from the list.
Right now I'm working on new project manager.

TODO for Fresh Beta 1 release:

1. New structure (TProject) that will contain project tree. Current ProjectManager should be only an interface to this object. It is more elegant solution that current one.
2. New help system. It should allow more than one help file. When user presses F1, they all will be searched for a given word. New fresh.chm file is needed too.
3. Find/Replace routines have to be rewritten (searching in multiple files should be done manually, not with AsmEdit, etc).
4. List of code completion symbols have to be stored in some file. When user loads project, he will be able to use CC function without recompiling sources. This list should be also generated in background, but I don't have an idea how exactly it will work Smile.
5. Better installer. It have to associate files to Fresh, create uninstaller, add shourtcuts, etc. Of course it will be only an option for people who like installers (like me Smile), ZIPed package will be available too.
6. Degugger. At least some basic features, like step over functions, memory dump and variable watch.
7. Plugin system. Not necessary now, may be usefull in future.
8. Creation of visual forms, visual library - it have to be rewritten.

I still hope that John will return to FASM community. I don't have his skills nor his experience, but I will try do do my best to continue his project.


best regards,
Mateusz Tymek


Last edited by decard on 24 Jan 2006, 11:33; edited 1 time in total
Post 28 Nov 2005, 20:09
View user's profile Send private message Visit poster's website Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 04 Dec 2005, 17:23
Good work Mateusz! One annoying bug though. When I press colon (Smile on my keyboard, the auto-completion list shows up, 'cause ('.'+Shift->':', and ':' = delimiter -> shows list of all symbols....) Can you fix it?

Take care!
Post 04 Dec 2005, 17:23
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 05 Dec 2005, 13:33
OK, I'll fix it.
BTW, would you still like to help developing AsmEdit?
Post 05 Dec 2005, 13:33
View user's profile Send private message Visit poster's website Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 05 Dec 2005, 13:58
decard: not that i am going to use fresh, but did you think about custom highlights? i loved those in DOS editors, for example to highlight often-used macros like stdcall, invoke etc. with special color
Post 05 Dec 2005, 13:58
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 05 Dec 2005, 16:38
Maybe, but I don't have time for it before Christmas.... Ask me again in 2006 and maybe Wink
Post 05 Dec 2005, 16: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 05 Dec 2005, 17:12
Tommy: OK.
vid: although it is not mentioned in the list above, I plan to do something like this. But I'm planning to more: list of macro names could be generated in runtime (just like symbols for code completion), then it will be used by syntax highlighter. I will think of it when I will have more time.
Post 05 Dec 2005, 17:12
View user's profile Send private message Visit poster's website Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 05 Dec 2005, 17:36
btw: it would be nice if the word will be completed automatically when there's only item in the list... Wink
Post 05 Dec 2005, 17:36
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 05 Dec 2005, 18:09
No, there are some cases where such behaviour would be unwanted.
Post 05 Dec 2005, 18:09
View user's profile Send private message Visit poster's website Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 06 Dec 2005, 08:08
As?
Post 06 Dec 2005, 08:08
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 06 Dec 2005, 12:11
Well, I don't have any particular case in my mind now, it may be confusing sometimes. I don't want my editor to type anytjing for me unless I want it to do so (then I press enter when CC list is opened). Sometimes you press to much keys, or want to "go back" and insert another word from list...
Anyway when CC list contains only one item, and you want to insert it, you simply press enter.
Post 06 Dec 2005, 12:11
View user's profile Send private message Visit poster's website Reply with quote
pelaillo
Missing in inaction


Joined: 19 Jun 2003
Posts: 878
Location: Colombia
pelaillo 06 Dec 2005, 13:20
Quote:

No, there are some cases where such behaviour would be unwanted.

One example: when you are writing a few letters and do a typo. So instead of deleting a single char, you got a whole word to delete.
Post 06 Dec 2005, 13:20
View user's profile Send private message Yahoo Messenger Reply with quote
DC740



Joined: 01 Oct 2004
Posts: 74
Location: Argentina
DC740 06 Dec 2005, 13:42
maybe it could be included but disabled by default... make some kind of config or something
Post 06 Dec 2005, 13:42
View user's profile Send private message Reply with quote
Tommy



Joined: 17 Jun 2003
Posts: 489
Location: Norway
Tommy 08 Dec 2005, 11:03
DC740 wrote:
maybe it could be included but disabled by default... make some kind of config or something
Yes, agrees... Of course there might be strange behaviour to somebody, but it's all about taste... Razz Anyhow, your decision... Regards
Post 08 Dec 2005, 11:03
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 08 Dec 2005, 11:04
ok, added to my todo list, this option will be available but disabled for default.
Post 08 Dec 2005, 11:04
View user's profile Send private message Visit poster's website 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.