flat assembler
Message board for the users of flat assembler.

Index > Windows > new editor "Zibu" to replace ur notepad.exe :p

Goto page Previous  1, 2, 3
Author
Thread Post new topic Reply to topic
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 13 Jan 2005, 02:51
it seems that it is easy to fix the tab
Code:
invoke      SendMessage,[re2H],EM_SETTABSTOPS,1,sOptions.tab
    

hopefully i could put something new :p

btw,it seems that one char = 4, so if we wanna have 8 chars for tab then 8*4 = 32 in [sOptions.tab]
Post 13 Jan 2005, 02:51
View user's profile Send private message Visit poster's website Reply with quote
UCM



Joined: 25 Feb 2005
Posts: 285
Location: Canada
UCM 12 Mar 2005, 23:53
There's a typo in the 'Set Font' dialog
Sampel should be Sample

_________________
This calls for... Ultra CRUNCHY Man!
Ta da!! *crunch*
Post 12 Mar 2005, 23:53
View user's profile Send private message Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 13 Mar 2005, 20:32
btw how's zibu doing - haven't heard in a while?
Post 13 Mar 2005, 20:32
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 17 Mar 2005, 23:39
hi madis,
long time i didn't post in this thread :p ( i got new job here ! ) :p

currently, the zibu project is resting (as i have to use VB to code many stuff here :p) i want to use FASM, but i am kinda slow when using fasm to produce result ;p (and i don't think the boss like it)

well, later i have a project to code the LED sign board, and i would use FASM by then.

nice to hear u, madis731, wish u good luck... :p


sincerely,
sulaiman chang

* and hi to iklin, i-don, johnfound,madmatt, privalov ;p
Post 17 Mar 2005, 23:39
View user's profile Send private message Visit poster's website Reply with quote
iklin



Joined: 20 Mar 2004
Posts: 120
Location: Russia, Siberia
iklin 19 Mar 2005, 05:36
Nice to hear you, vbVeryBeginner!
Now I'm concentrate on my main work too...
Post 19 Mar 2005, 05:36
View user's profile Send private message ICQ Number Reply with quote
THEWizardGenius



Joined: 14 Jan 2005
Posts: 382
Location: California, USA
THEWizardGenius 19 Mar 2005, 05:39
Using Windows XP, I can't change the color at all (v1.34.34)- it stays black and white. Also, the font dialog refuses to preview the fonts like it should. Other than that, great editor- but add line numbers (and maybe ruler) as options to turn on or off. I hope you go back to it, and keep it up, as Zibu is very cool and could become a number one FASM editor (I normally use notepad).
Post 19 Mar 2005, 05:39
View user's profile Send private message AIM Address Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 19 Mar 2005, 14:48
Quote:
Using Windows XP, I can't change the color at all (v1.34.34)- it stays black and white. Also, the font dialog refuses to preview the fonts like it should

well, i am using win xp pro with SP 2, and i can change the color background and no problem to preview the font :p, perhaps u need to check on your OS :p


btw, i am using the v1.34.34 :p

check out the follwoing screenshot


Description:
Filesize: 14.86 KB
Viewed: 6628 Time(s)

Image1.png


Post 19 Mar 2005, 14:48
View user's profile Send private message Visit poster's website Reply with quote
viki



Joined: 03 Jan 2006
Posts: 40
Location: Czestochowa, Poland
viki 24 Feb 2006, 13:40
I it doesn't support drag and drop?
Post 24 Feb 2006, 13:40
View user's profile Send private message Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 24 Feb 2006, 17:20
hi viki,
it supports (text file) drag and drop Smile

in case you haven't download and play with it, you could get it from here.

btw, the source is incompatible with current version of fasm assembler. if you want to assembly it,

1. change return to ret
2. take away the "." in the struct


Description: one way of replace this with notepad is rename the zibu.exe to notepad.exe and put it in where "old notepad" are located.
Download
Filename: zibu.zip
Filesize: 18.31 KB
Downloaded: 314 Time(s)

Post 24 Feb 2006, 17:20
View user's profile Send private message Visit poster's website Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 25 Feb 2006, 14:40
Open is usually Ctrl+O, Redo is sometimes Ctrl+Y (yes, some programs also have Crtl+Shift+Z), why not do UnComment=Ctrl+U, Find Next is usually F3 and Find Previous is usually Shift+F3. The about should open up with F1 too.

Its just that I'm too comfortable Very Happy and I wish I'd not have to re-learn Wink
That is all - otherwise far better than notepad in functionality (even without printing).
Post 25 Feb 2006, 14:40
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
viki



Joined: 03 Jan 2006
Posts: 40
Location: Czestochowa, Poland
viki 27 Feb 2006, 07:39
Thanks vbVeryBeginnerb for me is perfect. I've Ctrl-A working on win98se
and a user defineg bgdcolor and 18k instead of 56k.
Post 27 Feb 2006, 07:39
View user's profile Send private message Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 27 Feb 2006, 08:10
viki, thanks for your compliment.
i would scratch it from zero once i finish my current project.

btw. i thought of implementing sort of "vim" ideas into zibu Smile
i believe next gen application is "mouse less" application.

like 123j would jump to line 123
and more... (plez check vim editor), there are quite nice "concepts" in them.
Post 27 Feb 2006, 08:10
View user's profile Send private message Visit poster's website Reply with quote
Madis731



Joined: 25 Sep 2003
Posts: 2139
Location: Estonia
Madis731 27 Feb 2006, 13:44
I think that '1','2','3','j' should print '123j' and to go to line 123, you should do Ctrl+G,'1','2','3',<Enter>

Key shortcuts without accelerators are only useful if you read text NOT in editing. Switching between editing/reading mode can be too confusing to use the editor fast and safe.
Post 27 Feb 2006, 13:44
View user's profile Send private message Visit poster's website Yahoo Messenger MSN Messenger Reply with quote
sleepsleep



Joined: 05 Oct 2006
Posts: 13074
Location: ˛                             ⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣⁣Posts: 0010456
sleepsleep 27 Sep 2008, 13:02
was trying to revive this editor but using scintilla control now.
i need the folding and its lexer support... still trying to understand how it works.

btw, anyone of you previously programming with scintilla control??
Post 27 Sep 2008, 13:02
View user's profile Send private message Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3

< 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-2025, Tomasz Grysztar. Also on GitHub, YouTube.

Website powered by rwasa.