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 |
|
vbVeryBeginner 31 Dec 2004, 15:47
|
|||
31 Dec 2004, 15:47 |
|
vbVeryBeginner 31 Dec 2004, 23:53
thanks for trying it i-don
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 |
|||
31 Dec 2004, 23:53 |
|
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? |
|||
01 Jan 2005, 05:17 |
|
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 |
|||
01 Jan 2005, 05:43 |
|
vbVeryBeginner 01 Jan 2005, 13:21
version 0.2.34.34 (Jan 01, 2005)
-------------------------------- - update the copyright year, we are in 2005 now - fix the comment and uncomment bug, it should run better now (thanks iklin) http://sulaiman.thefreebizhost.com/zibu/zibu_0.2.34.34.rar |
|||
01 Jan 2005, 13:21 |
|
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. |
|||
01 Jan 2005, 18:32 |
|
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? 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 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! |
|||
01 Jan 2005, 19:23 |
|
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 hi, iklin (thanks) about those bugs =================== 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 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 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 thank you for your time |
|||
02 Jan 2005, 03:15 |
|
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 |
|||
02 Jan 2005, 04:23 |
|
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... 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? 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? |
|||
02 Jan 2005, 08:34 |
|
vbVeryBeginner 02 Jan 2005, 09:31
Quote:
okay, it had an unexpected behaviour, ok, i would try to fix it Quote:
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:
God knows all, otherwise that is not God 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 from the system tray ok, i put the REITP source in my new host provided by Dr.X 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 |
|||
02 Jan 2005, 09:31 |
|
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 |
|||
02 Jan 2005, 14:40 |
|
iklin 02 Jan 2005, 18:11
Quote:
not so bad Quote:
Thanx! Quote:
I'm on dial-up. And my internet isn't as inexpensive as I want. |
|||
02 Jan 2005, 18:11 |
|
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 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 |
|||
06 Jan 2005, 11:37 |
|
iklin 06 Jan 2005, 19:46
I make new version of my Text editor template but can't upload it too... So... I wanted to show it for you but I can't...
|
|||
06 Jan 2005, 19:46 |
|
iklin 07 Jan 2005, 17:09
Hi, vbVeryBeginner...
vbVeryBeginner wrote:
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! |
|||
07 Jan 2005, 17:09 |
|
vbVeryBeginner 07 Jan 2005, 17:54
actually i just found them here, but all r rusion chars, i can't read
i mean the website :p http://www.wasm.ru/forum/index.php?action=vthread&forum=19&topic=2123&page=5 |
|||
07 Jan 2005, 17:54 |
|
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 |
|||
07 Jan 2005, 18:05 |
|
iklin 07 Jan 2005, 20:43
Yeah... 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 |
|||
07 Jan 2005, 20:43 |
|
Goto page Previous 1, 2, 3 Next < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.