flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3 ... 15, 16, 17 ... 19, 20, 21 Next |
Author |
|
madmatt
Ahh, all right, works good now.
|
|||
![]() |
|
ouadji
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 |
|||
![]() |
|
ouadji
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 |
|||
![]() |
|
Teehee
Bug report: Command line editor cancel button does not work.
![]() Suggestion: a custom color exclusive for CALL, Jcc and RET instructions. |
|||
![]() |
|
Teehee
bug report, vide image below. It happened when i was trying to change Active line color.
_________________ Sorry if bad english. |
||||||||||
![]() |
|
ouadji
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 |
|||
![]() |
|
ouadji
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 |
|||
![]() |
|
Teehee
i think so
![]() |
|||
![]() |
|
madmatt
Nice project
![]() |
|||
![]() |
|
Teehee
ouadji wrote: the "cancel button" (in Command line editor) cancels the action of "clear" ... Perhaps Undo instead Cancel? _________________ Sorry if bad english. |
|||
![]() |
|
ouadji
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 ) |
|||
![]() |
|
madmatt
Ok, whenever your ready. Thanks for your work!
|
|||
![]() |
|
ouadji
Quote: changing the font sizes for the dialogs ![]() |
|||
![]() |
|
Teehee
feature request: auto update
![]() _________________ Sorry if bad english. |
|||
![]() |
|
madmatt
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! |
|||
![]() |
|
ouadji
Quote: , NULL, NULL, "Tahoma", 14 ![]() I do that with : (home made ![]() CreateFontIndirect (GetDC, GetDeviceCaps) EnumChildWindows (+ proc callback) it works fine too. ![]() |
|||
![]() |
|
Teehee
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. |
|||
![]() |
|
madmatt
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! |
|||
![]() |
|
ouadji
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 |
|||
![]() |
|
Goto page Previous 1, 2, 3 ... 15, 16, 17 ... 19, 20, 21 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.