flat assembler
Message board for the users of flat assembler.
Index
> IDE Development > Wink 6.92.03 (vertical selection + compiling) Goto page Previous 1, 2, 3 ... 15, 16, 17 ... 19, 20, 21 Next |
Author |
|
madmatt 14 May 2011, 12:33
Ahh, all right, works good now.
|
|||
14 May 2011, 12:33 |
|
ouadji 08 Jun 2011, 12:37
Wink 6.87 (+) Save/restore current files (control panel ---> button "the last files" (+) a command line editor (for run) (Wink menu or mouse right clic) Last edited by ouadji on 08 Jun 2011, 19:20; edited 2 times in total |
|||
08 Jun 2011, 12:37 |
|
ouadji 08 Jun 2011, 19:17
wink 6.88 (+) Load directly your debugger from "wink" wink menu:
Load Debugger Last edited by ouadji on 13 Jul 2011, 20:12; edited 1 time in total |
|||
08 Jun 2011, 19:17 |
|
Teehee 08 Jun 2011, 21:47
Bug report: Command line editor cancel button does not work.
Suggestion: a custom color exclusive for CALL, Jcc and RET instructions. |
|||
08 Jun 2011, 21:47 |
|
Teehee 08 Jun 2011, 22:02
bug report, vide image below. It happened when i was trying to change Active line color.
_________________ Sorry if bad english. |
||||||||||
08 Jun 2011, 22:02 |
|
ouadji 08 Jun 2011, 23:50
Quote: @Teehee in fact, the "cancel button" (in Command line editor) cancels the action of "clear". If you clear your command line by error ... in this case you have the cancel button ... it cancels the last action of "clear". (I'm not sure this is very helpful !) Last edited by ouadji on 09 Jun 2011, 00:24; edited 1 time in total |
|||
08 Jun 2011, 23:50 |
|
ouadji 09 Jun 2011, 00:13
Quote: @Teehee And at the same time, the "preprocessing" was in "real time mode" ... I think so ... correct ? I managed to reproduce this bug. And a reproducible bug ... is a bug almost fixed. I will fix it. than you for your feedback. Last edited by ouadji on 09 Jun 2011, 00:24; edited 1 time in total |
|||
09 Jun 2011, 00:13 |
|
Teehee 09 Jun 2011, 00:24
i think so
|
|||
09 Jun 2011, 00:24 |
|
madmatt 09 Jun 2011, 12:50
Nice project , thinking about using wink as my main assembler now that it uses the 1.69.31 code base. Would it be possible to add color coding to the different CPU registers? like one color for standard 32|64 bit, another for mmx/sse2, and one more for the new ymmx? Also, could you release the source? I'd like to make some modifications (mainly changing the font sizes for the dialogs).
|
|||
09 Jun 2011, 12:50 |
|
Teehee 09 Jun 2011, 15:42
ouadji wrote: the "cancel button" (in Command line editor) cancels the action of "clear" ... Perhaps Undo instead Cancel? _________________ Sorry if bad english. |
|||
09 Jun 2011, 15:42 |
|
ouadji 09 Jun 2011, 21:01
Quote: @madmatt color coding to the different CPU registers? but there are before that kind of detail, far more important things to improve in wink core. Wink core has become complex, i need time. I don't like things badly done or half done. but later, yes, why not! Quote: @madmatt could you release the source? Wink is still in full evolution and the code changes continuously! Quote: @Teehee Command line editor : Cancel --> Undo for now, I am trying to solve a problem that nobody has yet reported, a lot of work ... but even more fun! (ps : bug with error code 187 is soved ) |
|||
09 Jun 2011, 21:01 |
|
madmatt 09 Jun 2011, 21:54
Ok, whenever your ready. Thanks for your work!
|
|||
09 Jun 2011, 21:54 |
|
ouadji 10 Jun 2011, 17:49
Quote: changing the font sizes for the dialogs |
|||
10 Jun 2011, 17:49 |
|
Teehee 11 Jun 2011, 12:37
feature request: auto update
_________________ Sorry if bad english. |
|||
11 Jun 2011, 12:37 |
|
madmatt 12 Jun 2011, 10:38
ouadji wrote:
yep, I usually tack this on the end of all the dialog defines: Code: , NULL, NULL, "Tahoma", 14 _________________ Gimme a sledge hammer! I'LL FIX IT! |
|||
12 Jun 2011, 10:38 |
|
ouadji 12 Jun 2011, 11:04
Quote: , NULL, NULL, "Tahoma", 14 I do that with : (home made ) CreateFontIndirect (GetDC, GetDeviceCaps) EnumChildWindows (+ proc callback) it works fine too. |
|||
12 Jun 2011, 11:04 |
|
Teehee 12 Jun 2011, 12:37
more features suggestion:
1. delete a whole word by Ctrl + Del (like happens with Ctrl + backspace) 2. close automaticaly ' and " like happens with [ { (. 3. also delete automaticaly a closed () or [] or '' etc. when empty. 4. suppose you have a line like mov eax, label when pressing [ in the most first position of label it is surrounded automaticaly like: mov eax, [label] 5. selecting a word, Wink could highlight all matches. 6. be able to select several lines and indent them all using Tab. |
|||
12 Jun 2011, 12:37 |
|
madmatt 12 Jun 2011, 20:55
ouadji wrote:
And I didn't know you could change it with code. If that works with all the dialogs, then use that. Here's a little better example of what I said above: Code: dialog compile_dialog,'Compile',64,64,192,42,WS_CAPTION+WS_POPUP+WS_SYSMENU+DS_MODALFRAME, NULL, NULL, "Tahoma", 14 dialogitem 'msctls_progress32','',ID_PROGRESS,8,6,176,12,WS_VISIBLE dialogitem 'BUTTON','C&ancel',IDCANCEL,75,24,42,14,WS_VISIBLE+WS_TABSTOP+BS_PUSHBUTTON enddialog _________________ Gimme a sledge hammer! I'LL FIX IT! |
|||
12 Jun 2011, 20:55 |
|
ouadji 12 Jun 2011, 21:09
These are all "traditional" features. There are already countless IDE that offer all these features. .. this is really not my goal. The use and programming with the Windows API is not really programming in assembler ... it's just a construction game! By cons, wink engine that scans and parses the labels and the preprocessing in real time ... that's something else! Wink is at first an experimental IDE, and make it a traditional IDE does not interest me at all ! sorry. The only thing I would add, is a lines numbering ... that said, improve the real-time engine is infinitely more exciting |
|||
12 Jun 2011, 21:09 |
|
Goto page Previous 1, 2, 3 ... 15, 16, 17 ... 19, 20, 21 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.