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  Next
Author
Thread Post new topic Reply to topic
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 31 Dec 2004, 15:47
Post 31 Dec 2004, 15:47
View user's profile Send private message Visit poster's website Reply with quote
i-don



Joined: 18 Jul 2003
Posts: 66
i-don 31 Dec 2004, 20:09
nice one vbVeryBeginner, Very Happy

there is slightly different tab size than notepad. seem zibu less one space than usual tab spacing in notepad.

two suggested additional feature would be wonderful to replace notepad:

[1] time/date - F5 (like one in notepad)
[2] show line number on the left (optional - on/off via menu).

btw, this version look great.

i-don.
Post 31 Dec 2004, 20:09
View user's profile Send private message Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 31 Dec 2004, 23:53
thanks for trying it i-don Smile
coz i only use zibu in my win95, so i don't know if it would still behave well in other windows version :-p

about the different tab size, i guess it is coz by choosen font, try use the same font "Fixedsys" like in notepad, it shouldn't coz problem :p

more features would come, hopefully Surprised
Post 31 Dec 2004, 23:53
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 01 Jan 2005, 05:17
OK, vbVeryBeginner, I get it and check more intesively later. Now I'm hurry. But trying to Ctrl+D more than once (e.g. 10 times with 3 lines selected) makes some strange: selection shrinks and more and more comments...
And why you don't make a link to zibu on your site?
Post 01 Jan 2005, 05:17
View user's profile Send private message ICQ Number Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 01 Jan 2005, 05:43
well, the selection shrinked because i didn't add the added ";" into range :p (well, of course, the more and more comments behaviour is expected :-p)

Ctrl + D to comment
Ctrl + T to uncomment (this has a small bug) :p it would uncomment the ';' which is data Smile
Post 01 Jan 2005, 05:43
View user's profile Send private message Visit poster's website Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 01 Jan 2005, 13:21
version 0.2.34.34 (Jan 01, 2005)
--------------------------------
- update the copyright year, we are in 2005 now Smile
- fix the comment and uncomment bug, it should run better now Smile (thanks iklin)

http://sulaiman.thefreebizhost.com/zibu/zibu_0.2.34.34.rar
Post 01 Jan 2005, 13:21
View user's profile Send private message Visit poster's website Reply with quote
i-don



Joined: 18 Jul 2003
Posts: 66
i-don 01 Jan 2005, 18:32
vbVeryBeginner,

it is a bug. tab size is 6 space in this latest version. changing to Fixedsys doesn't help too.

font like Courier, Fixedsys, Lucida and Terminal should do the same on tab spacing. Probably need to add font setting to ANSI or something when these non-truetype font choosen or simply initiate default font using ANSI based fonts.
Post 01 Jan 2005, 18:32
View user's profile Send private message Reply with quote
iklin



Joined: 20 Mar 2004
Posts: 120
Location: Russia, Siberia
iklin 01 Jan 2005, 19:23
Hello, vbVeryBeginner...
I check your Zibu 0.2.34.34

Bugs:
1) In "Replace" - "Replace All" works like just "Replace"...
2) In "Find/Replace" - if it finds any match in some first lines I can't see it
because dialog hide it. Line with match should be scrolled to visible area...
3) In the begining or after "New" title is "Untitled - Zibu". After opening
a file title is file name but no " - Zibu". Maybe it's not a bug, maybe it's
a concept... but... why not?
4) If I make any changes in a text there is no notifing. Maybe it's
not a bug, maybe it's a concept... but... why not? Smile
5) Not "tonggle" - "toggle"...
6) If there is no selection I can't comment/uncomment one line there
cursor is...
7) If there is no text in the Zibu "Comment" and "Uncomment" menu
should be grayed, IMHO... And some other menus too...
8 ) You wrote 2005 in the Zibu About dialog and in the Zibu_history.txt.
And forgot to make so in the other text files of your release Smile

Suggestions:
1) I think there is no need to make so different hotkeys
for "Comment/Uncomment". Maybe Ctrl+T / Ctrl+Alt+T (or +D)...
2) Maybe hotkey Ctrl+Alt+S for "Save As"...
3) You can make toggling selection bar on the left margin of edit control...
It's easy to do it. And maybe later - line numbers on that selection bar...
4) Maybe later - toolbar and statusbar...
5) You can make saving and opening RTF...
6) You can make options dialog there user could choose area of setting
font and color: all texts or selection...
7) You can make context menu on the right click...
8 ) You can save in the ini-file window position and size and make an option
for user if he wants to save that...
9) You can make "Recent Files" menu...
10) You can operate with registry from the options dialog to
associate Zibu with any file types or extensions...

OK, if I'll find any other bugs I'll drop you a line...
Make your Zibu better and better! Smile
Post 01 Jan 2005, 19:23
View user's profile Send private message ICQ Number Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 02 Jan 2005, 03:15
hi, i-don, (thanks)
i notice the bug you had mention
it looks like project that use RICHEDIT control would suffers from such issue.
Qikpad which use EDIT control don't have such tabbing problem.

it looks like the solution is quick tedious, need to use "TabbedTextOut" api
and it looks like it is better to write a new EDIT class :-p to replace the RICHEDIT

i would try to solve this if i found a short-cut way, otherwise maybe i would try to
code a new ZIBUEDIT class Smile

hi, iklin (thanks)
about those bugs Smile
===================
1. they are different in sense that, "replace" would mark the wanna replaced word first and give user a chance whether to replace the selected word or move to next word. Replace All replace all same word in one time.

2. yup, agree with you, i didn't use the center window because i find a more better location for it to move (top right)

3. plez supply the name of file you try to open, coz i didn't find the mentioned problem here, zibu still displayed the "anything.txt - Zibu"

4. yup, it should be a bug, there should be a call to proc_STREAM_MODIFY before opening a new file.

5. yup, my bad english :-p

6. yup, agree with you, the comment/uncomment should still function even without selection. i would try to make it do so in next release

7. since it should be function even without selection, they can't be grayed now :-p

8. thanks for reading the zibu_license Smile

suggestion
==========
1. i try to give some load to index finger :p
2. it is okay to put a short-cut there
3. yup, there is a need for line number bar
4. em... let see, statusbar is possible
5. i plan to make it be able to export as HTML with ASM syntax colored
6. since the ASM syntax coloring is in planning, hopefully there would be a dialog for people to choose color for their asm equivalent syntax.
7. agree with you, but i want to implement it creatively, not like ordinary, so, might take some time Surprised
8. em...
9. then other could see the last file i loaded with zibu :p no good :p
10. yup, i agree with you. hopefully in the coming released Smile

thank you for your time
Post 02 Jan 2005, 03:15
View user's profile Send private message Visit poster's website Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 02 Jan 2005, 04:23
even the REITP which comes with PSDK 2000 sampels also contained such bug, well looks like there is no easy way.

wordpad is heavily guarded Sad

Image
Post 02 Jan 2005, 04:23
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 02 Jan 2005, 08:34
> and it looks like it is better to write a new EDIT class :-p to replace the RICHEDIT
> i would try to solve this if i found a short-cut way, otherwise maybe i would try to
> code a new ZIBUEDIT class

Maybe you can try ASMEDIT by Privalov or RAEDIT by KetilO

> they are different in sense that, "replace" would mark the wanna replaced word first
> and give user a chance whether to replace the selected word or move to next word.
> Replace All replace all same word in one time.

If I want to replace "i" with "o" in all matches "Replace All" don't do it and replaces
only one match. It is a bug!

> plez supply the name of file you try to open, coz i didn't find the mentioned problem
> here, zibu still displayed the "anything.txt - Zibu"

Any file! Maybe there is a Win problem - I use win2ksp3.

> yup, my bad english :-p

My English isn't so good too... Smile I use multilanguage electronical dictionary from time to time.

> since it should be function even without selection, they can't be grayed now :-p

But if there is no any text what you can comment, ah?

> thanks for reading the zibu_license

I can read it but not all because my main win codepages I use are different with yours
and some symbols looks like my native Russian (but you can't use it I think : )
Maybe it should be in HTML to let me know the codepage you use. Or in PDF with
incorporated fonts...
And one question: Does it make sence for you if Al-Fatihah will prayed by non-islamist? Smile
Or even by unbelieving?

> i plan to make it be able to export as HTML with ASM syntax colored

Such an asm2html by decard?

iklin> You can save in the ini-file window position and size and make an option
iklin> for user if he wants to save that...
vbVeryBeginner> em...

What, if I want to see Zibu on right top of my desktop any time I ran it?

And P.S.
Can you provide me the REITP source?
Or tell me there I can get it? Link?
Post 02 Jan 2005, 08:34
View user's profile Send private message ICQ Number Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 02 Jan 2005, 09:31
Quote:

If I want to replace "i" with "o" in all matches "Replace All" don't do it and replaces only one match. It is a bug!

okay, it had an unexpected behaviour, ok, i would try to fix it Smile

Quote:

But if there is no any text what you can comment, ah?

but the caret is active there once we set focus to the window, so the first character that user might wanna type maybe is the ";"

Quote:

Does it make sence for you if Al-Fatihah will prayed by non-islamist?
Or even by unbelieving?

God knows all, otherwise that is not God

Quote:

What, if I want to see Zibu on right top of my desktop any time I ran it?

i plan to let zibu stay on your system tray, so you can have zibu any time, just drop a file on the zibu, you have zibu opened the file for you Smile from the system tray

ok, i put the REITP source in my new host provided by Dr.X Smile
it is from psdk 2000, if you have high speed connection to internet, you should download the PSDK from microsoft
http://sulaiman.netadvant.com/Reitp.rar
Post 02 Jan 2005, 09:31
View user's profile Send private message Visit poster's website Reply with quote
bubach



Joined: 17 Sep 2004
Posts: 341
Location: Trollhättan, Sweden
bubach 02 Jan 2005, 14:40
as a sidenote, have you tested:

#divtxl {
visible: none;
}

to get rid of the top banner on your site?
or you can put your content in a div and make it:

#main_div {
z-index: 1001;
}

for more tips about getting rid of your hosts banners, check out: http://www.cexx.org/diepop.htm Wink
Post 02 Jan 2005, 14:40
View user's profile Send private message Reply with quote
iklin



Joined: 20 Mar 2004
Posts: 120
Location: Russia, Siberia
iklin 02 Jan 2005, 18:11
Quote:

i plan to let zibu stay on your system tray, so you can have zibu any time, just drop a file on the zibu, you have zibu opened the file for you Smile from the system tray


not so bad

Quote:

ok, i put the REITP source in my new host provided by Dr.X Smile


Thanx!

Quote:

it is from psdk 2000, if you have high speed connection to internet, you should download the PSDK from microsoft
http://sulaiman.netadvant.com/Reitp.rar


Sad I'm on dial-up. And my internet isn't as inexpensive as I want.
Post 02 Jan 2005, 18:11
View user's profile Send private message ICQ Number Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 06 Jan 2005, 11:37
well, i try to make some progress into zibu edit control
there seems to be lot of things to handle :0
like memory allocation and navigation, caret navigation, scrollbar. and each object seems to have impact to one and another
i only do a small part coz it seems i have to read a lot more :-5

Image

btw, anybody have great tutorial about SCROLLBAR, explanation or code, or some lite concept practical example.

the source could be found here
http://sulaiman.netadvant.com/zibu_edit_source.rar
Post 06 Jan 2005, 11:37
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 06 Jan 2005, 19:46
I make new version of my Text editor template but can't upload it too... Sad So... I wanted to show it for you but I can't...
Post 06 Jan 2005, 19:46
View user's profile Send private message ICQ Number Reply with quote
iklin



Joined: 20 Mar 2004
Posts: 120
Location: Russia, Siberia
iklin 07 Jan 2005, 17:09
Hi, vbVeryBeginner...

vbVeryBeginner wrote:

well, i try to make some progress into zibu edit control...
...anybody have great tutorial about SCROLLBAR, explanation or code, or some lite concept practical example.


Do you look to RAEdit control by KetilO.
You can find it in the SimEd project on the http://visualassembler.com/

And I upload new version of my Text editor template! Smile
Post 07 Jan 2005, 17:09
View user's profile Send private message ICQ Number Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 07 Jan 2005, 17:54
actually i just found them here, but all r rusion chars, i can't read Sad
i mean the website :p

http://www.wasm.ru/forum/index.php?action=vthread&forum=19&topic=2123&page=5
Post 07 Jan 2005, 17:54
View user's profile Send private message Visit poster's website Reply with quote
vbVeryBeginner



Joined: 15 Aug 2004
Posts: 884
Location: \\world\asia\malaysia
vbVeryBeginner 07 Jan 2005, 18:05
for those who r searching for ketilO RAEdit control, here is a nice page
http://radasm.visualassembler.com/projects/projects.html
Post 07 Jan 2005, 18:05
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 07 Jan 2005, 20:43
Yeah... Smile You right! Www.wasm.ru/forum is russian forum.
If you want some translating from Russian into not so good English I can do that Smile
Post 07 Jan 2005, 20:43
View user's profile Send private message ICQ Number Reply with quote
Display posts from previous:
Post new topic Reply to topic

Jump to:  
Goto page Previous  1, 2, 3  Next

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

Website powered by rwasa.