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 |
|
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 http://fresh.flatassembler.net/download.php Last edited by decard on 31 Mar 2006, 09:29; edited 3 times in total |
|||
23 Mar 2006, 18:03 |
|
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! |
|||
29 Mar 2006, 23:29 |
|
CodeX 30 Mar 2006, 07:23
Hello, decard.
That Fresh IDE is a really nice thing. I got a lot of ideas for my projects from it's sources (I hope you don't mind ). 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? |
|||
30 Mar 2006, 07:23 |
|
Madis731 30 Mar 2006, 07:36
I like it too, but hey, where's the maximize button ?
@Urff: Check out About>Fresh - this will tell you the FASM question. |
|||
30 Mar 2006, 07:36 |
|
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 |
|||
30 Mar 2006, 08:10 |
|
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 |
|||
30 Mar 2006, 08:41 |
|
decard 30 Mar 2006, 19:09
jihi wrote: Oh :'( 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 will be enabled in next release. |
|||
30 Mar 2006, 19:09 |
|
decard 30 Mar 2006, 19:17
CodeX wrote: Hello, decard. Of course you can use source (just have license in mind: you have to credit us ). 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 |
|||
30 Mar 2006, 19:17 |
|
Urff 31 Mar 2006, 08:49
@decard very thanks for your work! I'll be waiting new Fresh with latest version of the fasm
|
|||
31 Mar 2006, 08:49 |
|
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.
|
|||
31 Mar 2006, 09:27 |
|
vid 31 Mar 2006, 11:47
hi, i found myself in supporters list
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 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 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 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 |
|||
31 Mar 2006, 11:47 |
|
decard 31 Mar 2006, 12:09
Thanks for your report, I will try to fix all of them in next version.
|
|||
31 Mar 2006, 12:09 |
|
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. |
|||
02 Apr 2006, 04:12 |
|
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? |
|||
04 Apr 2006, 14:36 |
|
decard 04 Apr 2006, 15:15
Fresh requires finc internally. But it should work without it aswell - I will check it.
|
|||
04 Apr 2006, 15:15 |
|
Urff 04 Apr 2006, 16:22
@decard thanks
|
|||
04 Apr 2006, 16:22 |
|
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 |
|||
14 Apr 2006, 18:31 |
|
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?!? |
|||
18 Apr 2006, 01:32 |
|
Madis731 18 Apr 2006, 07:10
The zipped version 7-zipped is 528KB
|
|||
18 Apr 2006, 07:10 |
|
Goto page 1, 2, 3 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.