flat assembler
Message board for the users of flat assembler.
Index
> Windows > new editor "Zibu" to replace ur notepad.exe :p Goto page 1, 2, 3 Next |
Author |
|
vbVeryBeginner 15 Dec 2004, 19:44
i just did this notepad replacement which i called it "zibu"
which in chinese means, something like "notepad" too! :p zibu is not completed, but all the basic features are UP and user friendly. you could try to use it and see if it could able to persuade you to remove your notepad.exe from Add/Remove Programs sincerely, sulaiman chang
|
|||||||||||
15 Dec 2004, 19:44 |
|
vbVeryBeginner 16 Dec 2004, 02:34
thanks JohnFound
JohnFound wrote:
care to desribe more about this bug to me, coz i can't recreate the bug using my win95 box. and i try to change the font for about 10 times more already. |
|||
16 Dec 2004, 02:34 |
|
JohnFound 16 Dec 2004, 06:35
vbVeryBeginner wrote: thanks JohnFound My OS is Win98. The bug appeared following way: I changed the color of the text several times, then I tryed to choose good font. After 3..4 fonts selected and applied (I can't remember how exactly), the text in the richedit control became white text on white background (but the text was still there). The colors seting in this moment was: white background and black text. Regards. |
|||
16 Dec 2004, 06:35 |
|
snifit 16 Dec 2004, 08:35
Chosing Terminal, 6 pt didn't work very well.. the size was maybe.. uhm 100 or something
|
|||
16 Dec 2004, 08:35 |
|
vbVeryBeginner 16 Dec 2004, 17:31
while, i don't have 6pt with terminal font, it only show 9pt ?
but i found one bug too try resize the zibu into small window and then click open or save. |
|||
16 Dec 2004, 17:31 |
|
madmatt 16 Dec 2004, 18:18
I have windows xp and no matter what point size I choose, it gives my a GIANT font type. Must be at least 2000pts or somethin' . How about the source? maybe we can help?
|
|||
16 Dec 2004, 18:18 |
|
vbVeryBeginner 17 Dec 2004, 11:37
madmatt wrote:
well, actually, the source is not nice (not yet stable in my opinion) thats why i didn't wanna release it at first. coz i plan to redo it again :p with a different code management approach and to write an edit control and have some duplicating code too ok, i post it here sincerely, sulaiman chang
|
|||||||||||
17 Dec 2004, 11:37 |
|
madmatt 17 Dec 2004, 21:39
All right, thanks, I'll have a look when I get time. To be honest, I hardly know didly squat about programming windows. Even though I'm doing the translation of the Windows game programming for dummies using DirectX, ain't that strange?! I only know enough to make the window required for the Directx examples to work good. Oh yeh, and I know how to show and hide the mouse cursor ;>}.
|
|||
17 Dec 2004, 21:39 |
|
vbVeryBeginner 17 Dec 2004, 23:59
the goto line number has a small bug
it started counting from 0 so, when u goto line 5, it is actually went to line 6 and it is simple to fix it ;p |
|||
17 Dec 2004, 23:59 |
|
vbVeryBeginner 20 Dec 2004, 12:58
i guess so much problem with font, maybe due to the way i set the size
i just read the decard noteit asm Code: .idm_setfont: invoke ChooseFont, cf or eax,eax jz .finish invoke CreateFontIndirect, font or eax,eax jz .finish mov ebx,eax invoke DeleteObject, [hFont] mov [hFont],ebx invoke SendMessage, [hEdit],WM_SETFONT,ebx,0 jmp .finish |
|||
20 Dec 2004, 12:58 |
|
sina 29 Dec 2004, 00:11
hmm when i open the exe it is in italic font i cant set it to normal?
ps: u look like a muslim regarding your donation |
|||
29 Dec 2004, 00:11 |
|
vbVeryBeginner 29 Dec 2004, 05:38
there are so much problems with my current font implementation. give me a little bit time, hopefully in a few more days, i would post another zibu release with some more features :
yup, i need your donation send it to me, God knows and insyaAllah one day we would meet in the jannah |
|||
29 Dec 2004, 05:38 |
|
vbVeryBeginner 29 Dec 2004, 16:29
btw,
coding for me is like playing TTD (Transport Tycoon Deluxe), it is not the money that matter (ur line of code or ur code KB), the point is where u place ur rail station, bus station, airport and how you connected your rail station :-p to transfer those goods (how you manage your asm code, your variable name, your indentation). if you haven't play this game, http://free-game-downloads.mosw.com/abandonware/pc/strategy_games/games_t/transport_tycoon_deluxe.html it is by Chris Sawyer |
|||
29 Dec 2004, 16:29 |
|
vbVeryBeginner 30 Dec 2004, 13:46
version 0.2.32.32 (Dec 30, 2004)
-------------------------------- - fix the gotoline counting from zero - code a m_message macro to handle windows message - recode zibu for better code management - fix the font bug issue (thanks decard,JohnFound and those who tested it) - add the new drag and drop feature - replace function now support match case and match whole word - support zibu.ini file to store and retrieve default font and color - add keyboard short-cut or accelerator - enable zibu to load file based on supplied command line argument. (a regedit patch needed) [HKEY_CLASSES_ROOT\txtfile\shell\Open Zibu] [HKEY_CLASSES_ROOT\txtfile\shell\Open Zibu\command] @="H:\\CHANGE_TO_YOUR_ZIBU_LOCATION\\ZIBU.EXE %1" - the first color in custom color for background and foreground is COLOR_WINDOW |
|||
30 Dec 2004, 13:46 |
|
vbVeryBeginner 30 Dec 2004, 13:52
seems like this board has problem with file uploading
well, wait and see coz i wanna see how many download :-p |
|||
30 Dec 2004, 13:52 |
|
iklin 30 Dec 2004, 17:34
Well, where is your zibu?
Why don't you upload it to your site? |
|||
30 Dec 2004, 17:34 |
|
vbVeryBeginner 30 Dec 2004, 20:43
i wanna see the download counter :-p
well, still cound't upload Code: Upload Error: Could not upload Attachment to ./files/zibu_0.2.32.32.rar. |
|||
30 Dec 2004, 20:43 |
|
vbVeryBeginner 31 Dec 2004, 14:48
version 0.2.33.33 (Dec 31, 2004)
-------------------------------- - new tonggle comment on and off feature, Ctrl + D to comment, and Ctrl + T to uncomment (for ASM code) - change the variable derive from a structure to "sWhatsoever" |
|||
31 Dec 2004, 14:48 |
|
vbVeryBeginner 31 Dec 2004, 15:27
|
|||
31 Dec 2004, 15:27 |
|
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.