flat assembler
Message board for the users of flat assembler.

Index > IDE Development > Fresh Alpha version 1.1.4

Goto page 1, 2, 3  Next
Author
Thread Post new topic Reply to topic
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 23 Mar 2006, 18:03
Here comes new version of Fresh IDE. Along with other small changes, there are to most important:

1. New interface (optional): Fresh can work in single window sdi mode (similar to FASMW). It is default mode now, can be toggled by Window|Floating Windows menu command. Take a look at screenshot page to see how it looks.
2. Code completion is available at startup (special file is compiled in the background when Fresh starts).

Both options may have caused some problems or bugs that I didn't noticed. Especially compiling in background can work strange on slower machines, but I couldn't check it.
Please download it and test it Smile


http://fresh.flatassembler.net/download.php


Last edited by decard on 31 Mar 2006, 09:29; edited 3 times in total
Post 23 Mar 2006, 18:03
View user's profile Send private message Visit poster's website Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 29 Mar 2006, 19:20
Is it the latest version of this IDE and what version of the fasm does it use? And in zip-archive I can't find help file to this IDI.
Does Fresh 1.14 have breakpoint function?
Post 29 Mar 2006, 19:20
View user's profile Send private message Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 29 Mar 2006, 23:29
I liked a lot the new interface of the IDE! Good job!
It looks a lot more cool to work with.

Is there any way to create some kind of code completion to show the parameters tip of some API when I type it? Like RADasm does?

Thanks!
Post 29 Mar 2006, 23:29
View user's profile Send private message Reply with quote
CodeX



Joined: 08 Feb 2006
Posts: 20
Location: Estonia
CodeX 30 Mar 2006, 07:23
Hello, decard.
That Fresh IDE is a really nice thing. Smile I got a lot of ideas for my projects from it's sources (I hope you don't mind Smile). Just a simple question about fresh web-site ( http://fresh.flatassembler.net ). Initially the download page contained two version of fresh package - zip and exe with installer. Couple of weeks ago zip version of Fresh 1.1.3 has gone from download page. Then installer version has gone too. Now after the release of Fresh 1.1.4 the download page ( http://fresh.flatassembler.net/x2download.html ) still doesn't contain any link to the files. Has this been done on purpose?
Post 30 Mar 2006, 07:23
View user's profile Send private message Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 30 Mar 2006, 07:36
I like it too, but hey, where's the maximize button Sad ?

@Urff: Check out About>Fresh - this will tell you the FASM question.
Post 30 Mar 2006, 07:36
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 30 Mar 2006, 08:10
Madis731 thanks.....I see, fasm version 1.65.10 but the latest version is 1.65.17, and some critical bug fixes were made since 1.65.10...!!!


Last edited by Urff on 30 Mar 2006, 09:30; edited 1 time in total
Post 30 Mar 2006, 08:10
View user's profile Send private message Reply with quote
jihi



Joined: 30 Mar 2006
Posts: 1
jihi 30 Mar 2006, 08:41
Oh :'(
it doesn't work on my WinME machine.
I get this ERROR just when i start fresh :

FRESH verursachte einen Fehler durch eine ungültige Seite
in Modul FRESH.EXE bei 016f:004131de.
Register:
EAX=000000ff CS=016f EIP=004131de EFLGS=00010206
EBX=00000008 SS=0177 ESP=02c7ffb8 EBP=00000000
ECX=00000007 DS=0177 ESI=bff79391 FS=59a7
EDX=81b769d8 ES=0177 EDI=02c7ffcc GS=0000
Bytes bei CS:EIP:
c9 c2 04 00 55 89 e5 56 68 00 0a 03 00 6a 00 6a
Stapelwerte:
02c7fde8 ffffffff bffb1b20 bff69050 00000000 02c7ffec bff76e3a 00428ee0 00000000 00000008 00000000 00000000 00000000 00000000 bff76d37 00428ee0

But it is better then with the last Version ^^ With it my computer hanged up completely =)

I need a IDE!!!
Please help =)

EDIT:
Ok i solved this problem ( i left the old ini file in the directory ). But now, when i open a example, the whole computer crashs Sad
Post 30 Mar 2006, 08:41
View user's profile Send private message Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 30 Mar 2006, 19:09
jihi wrote:
Oh :'(
it doesn't work on my WinME machine.
I get this ERROR just when i start fresh :

(...)

EDIT:
Ok i solved this problem ( i left the old ini file in the directory ). But now, when i open a example, the whole computer crashs Sad


It's a problem with win9X family. Next week I will find some disk and install Windws 98 on it and try tofix this bug.

Madis731 wrote:
I like it too, but hey, where's the maximize button Sad ?

Really I forgot about it Cool will be enabled in next release.
Post 30 Mar 2006, 19:09
View user's profile Send private message Visit poster's website Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 30 Mar 2006, 19:17
CodeX wrote:
Hello, decard.
That Fresh IDE is a really nice thing. Smile I got a lot of ideas for my projects from it's sources (I hope you don't mind Smile). Just a simple question about fresh web-site ( http://fresh.flatassembler.net ). Initially the download page contained two version of fresh package - zip and exe with installer. Couple of weeks ago zip version of Fresh 1.1.3 has gone from download page. Then installer version has gone too. Now after the release of Fresh 1.1.4 the download page ( http://fresh.flatassembler.net/x2download.html ) still doesn't contain any link to the files. Has this been done on purpose?


Of course you can use source (just have license in mind: you have to credit us Wink).
Regarding Fresh homepage: I might made some mistake so it looks like this now. Soon (tomorrow) new website will be ready, that should work like a charm.

Urff wrote:
fasm version 1.65.10 but the latest version is 1.65.17, and some critical bug fixes were made since 1.65.10...!!!

Sorry, that's my bad. Tomorrow I will upload v1.1.4 with latest fasm, together with new website.

Ozzy wrote:
Is there any way to create some kind of code completion to show the parameters tip of some API when I type it? Like RADasm does?

Not with current implementation of code completion. You will have to wait more for this feature, but it is in my to-do list.

Thanks everyone for downloading and testing.

regards
Post 30 Mar 2006, 19:17
View user's profile Send private message Visit poster's website Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 31 Mar 2006, 08:49
@decard very thanks for your work! I'll be waiting new Fresh with latest version of the fasm
Post 31 Mar 2006, 08:49
View user's profile Send private message Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Mar 2006, 09:27
Just as I promised: New web site is available right now, and fasm was updated to latest version aswell.
Post 31 Mar 2006, 09:27
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 31 Mar 2006, 11:47
hi, i found myself in supporters list Smile
so i provide few reports to deserve it:

1. run fresh -> new -> source file - i start typing but no cursor appears in text window.

2. maximize button disabled

3. there is no differnce between Comment and Uncomment Smile i think Comment could remain as is, and uncomment should just remove comments, even on partially commented block:
Code:
a
;b
;c
d
;e    


4. things like "dword", "at" should be highlighted

5. i compiled this code:
Code:
db 3
jano:
label a dword at 5    
but still no labels appeared in label explorer. do i have to create project Question

6. when i turn Floating Windows OFF (not when i turn them ON) then windoze switches to previous task, windows are hidden

7. I suggest you review project templates. They use %FINC% instead of proper %FASMINC%, and they create "too global" labels, at least something like "MainWindow.szCaption" would work. I generally suggest names to be more "general", otherwise these templates can act only as exmples Smile

8. projects's and other context menus should have things like "close", "insert"

9. when i open project and immediately compile it, and it reports error, then window which contains error message is not redraw
Post 31 Mar 2006, 11:47
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 31 Mar 2006, 12:09
Thanks for your report, I will try to fix all of them in next version.
Post 31 Mar 2006, 12:09
View user's profile Send private message Visit poster's website Reply with quote
OzzY



Joined: 19 Sep 2003
Posts: 1029
Location: Everywhere
OzzY 02 Apr 2006, 04:12
How it can be used as RAD tool?
Is it complete yet for such task, or it can only be used as cool editor for asm coding of normal pure Win32 API programs?

I'm very enjoying this project and I'd like to do some contribution (coding, beta testing, feature sugestion, bug report, etc...).
I will begin a project soon and will upload it together with my new site.
I'll post the link to the sources in the board soon, and also post here some thoughts about how was using Fresh for this project.


* Sorry for my poor english.
Post 02 Apr 2006, 04:12
View user's profile Send private message Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 04 Apr 2006, 14:36
File Fresh.ini.....
Such text:
________________________
[Environment]
finc=c:\Fresh114\include
Fresh=c:\Fresh114
________________________
Why finc=......?
I changing to include=..... and save ini file but after this fresh is not working....What is the problem?
Post 04 Apr 2006, 14:36
View user's profile Send private message Reply with quote
decard



Joined: 11 Sep 2003
Posts: 1092
Location: Poland
decard 04 Apr 2006, 15:15
Fresh requires finc internally. But it should work without it aswell - I will check it.
Post 04 Apr 2006, 15:15
View user's profile Send private message Visit poster's website Reply with quote
Urff



Joined: 29 Mar 2006
Posts: 22
Urff 04 Apr 2006, 16:22
@decard thanks
Post 04 Apr 2006, 16:22
View user's profile Send private message Reply with quote
silkodyssey



Joined: 02 Oct 2003
Posts: 198
Location: St.Vincent & the Grenadines
silkodyssey 14 Apr 2006, 18:31
Must admit I was shocked by the new IDE but after using it for a few minutes I feel like its an improvement. I have a few problems though, the IDE maximize button is disabled. Also, it seems my source files automatically closes if i select or deselect the floating window option.

_________________
silkodyssey
Post 14 Apr 2006, 18:31
View user's profile Send private message MSN Messenger Reply with quote
vid
Verbosity in development


Joined: 05 Sep 2003
Posts: 7105
Location: Slovakia
vid 18 Apr 2006, 01:32
0. still crashy. for example when i unpack zipped folder and try to open fresh's source (fresh.fpr) with fresh
1. ESC can't exit Add Category dialog
2. How the hell can i add buttons/whatever to form?
3. it often switches to other application, for example when i try ti "add to project" when there is no project. this option could be disabled then.
4. When i start fresh, floating button checkbox in menu is checked, but windows are not floating. after switching to FM and back it is okay.

thats all for now

PS: why is zipped version 300kb larger?!?
Post 18 Apr 2006, 01:32
View user's profile Send private message Visit poster's website AIM Address MSN Messenger ICQ Number Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 18 Apr 2006, 07:10
The zipped version 7-zipped is 528KB Smile
Post 18 Apr 2006, 07:10
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page 1, 2, 3  Next

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