Gena01.com Forum

Software Development => Win32Pad => Topic started by: Gena01 on January 07, 2004, 02:21:47 am



Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on January 07, 2004, 02:21:47 am
Please report feedback on Win32Pad 1.5.0 in this thread.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: henrik on January 07, 2004, 12:03:42 pm
Nice!
I do not know if this is a bug that has been in previous versions.
The line number and the file has different heights. That is if you have a file with more than eg 50 lines, the line number and the selected line is not aligned.

I have win xp sp1 and win32pad 1.5.0.
I have these settings (I started from an clean install)
[Config]
Font=Verdana
dwEffects=0
CharSet=0
FontSize=160
BackColor=16777215
FontColor=0
[View]
SavePosition=1
FullPath=1
TabsToSpaces=1
left=22
top=22
right=1072
bottom=771


Title: Win32Pad 1.5.0 Feedback
Post by: on January 07, 2004, 12:28:24 pm
Greetings...

Win32Pad v1.5.0 is a neat little editor.  I've been using Win32Pad for a while now and I really like it.

In this lastest release, the Outdent in the edit menu and the right-click menu doesn't appear to work, though the keyboard command Shift-Tab does work.  I'm using Win 98SE.

Also, I think an additional button in the toolbar to toggle the OnTop status of Win32Pad would make switching back and forth quicker and it would indicate which mode you are in.

Thanks for making Win32Pad available...

...Ringo


Title: Win32Pad 1.5.0 Feedback
Post by: mrtech on January 07, 2004, 07:43:51 pm
It might be your version of the riched20.dll can you check you windows\system32 directory and pull up the Properties of the file in the version tab.

I had somewhate similar mysterious issues with another feature.


Title: Win32Pad 1.5.0 Feedback
Post by: henrik on January 08, 2004, 03:07:01 am
The file riched20.dll has the Version 3.0.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 08, 2004, 09:15:43 am
With this config:

[Config]
Font=Fixedsys
dwEffects=0
CharSet=0
FontSize=220
BackColor=16744448
FontColor=16777215

It is hard to locate the cursor.  I know you should be able to change the cursor color, you just have to find how.  WORD has an option for a blue background and white text and the cursor is white.  I don't like the blue they use though..

I'm challenging you because once you'll find how, you'll learn more around this and never forget later.


Title: Win32Pad 1.5.0 Feedback
Post by: mrtech on January 08, 2004, 01:51:27 pm
Quote (henrik @ Jan. 08 2004,03:07)
The file riched20.dll has the Version 3.0.

In the version tab, what is the file version it should look something like this: 5.30.23.1211


Title: Win32Pad 1.5.0 Feedback
Post by: henrik on January 08, 2004, 03:02:11 pm
Quote (mrtech @ Jan. 08 2004,19:51)
Quote (henrik @ Jan. 08 2004,03:07)
The file riched20.dll has the Version 3.0.

In the version tab, what is the file version it should look something like this: 5.30.23.1211

That would be the same as you said, 5.30.23.1211 then.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 11, 2004, 10:44:49 pm
I've noticed that, when "word wrap" mode is on, the total number of lines shows up as "0" -- For example, when I first open a text document with word wrap on, the bottom right of the window shows "Col:1 Ln: 1/0". I realize that calculating the total number of lines in word wrap mode is tricky, so for now perhaps simply omit displaying the total number of lines when in word wrap mode?

Also, I have a suggestion. When the "Full Path in Title" option is checked, the full path is also shown in the taskbar button, making it hard to quickly identify individual files if there are several documents open from the same directory. Would it be possible to show the full path only the title bar, and have the taskbar button show just the file name without the path?

Thanks for such a wonderful text editor! :)


Title: Win32Pad 1.5.0 Feedback
Post by: on January 14, 2004, 09:46:23 am
Hi. I like to use the font "Fixedsys" but can't do it.
I select this font in options, then go back to editor: now old text is in "Fixedsys" but if i try to type new one it is not in "Fixedsys". :-(((
OS: WindowsXP SP1


Title: Win32Pad 1.5.0 Feedback
Post by: on January 14, 2004, 09:58:53 am
Hi. When i open text file with many line of text and with option "Line numbers" turned on i see that line numbers are not corresponds to their lines  :-(((
Best regards.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 14, 2004, 01:16:06 pm
Quote (Guest @ Jan. 11 2004,22:44)
Also, I have a suggestion. When the "Full Path in Title" option is checked, the full path is also shown in the taskbar button, making it hard to quickly identify individual files if there are several documents open from the same directory. Would it be possible to show the full path only the title bar, and have the taskbar button show just the file name without the path?

Agree


Title: Win32Pad 1.5.0 Feedback
Post by: on January 16, 2004, 12:50:01 am
gena01:

win32pad is a good choice for replacing the windows notepad.
seems it has a big enhancing since this upgrade.
but what about the unicode support? this feature is still not added.
maybe it is not easy to make, but it's really important. please give a consideration.

thanks
xx


Title: Win32Pad 1.5.0 Feedback
Post by: on January 17, 2004, 01:50:11 pm
Can I ask how "paste" is programmed in Win32Pad?

Win32Pad is the only editor I know that can successfully paste a clipboard written by Word 2000 under Win95, without corrupting certain characters (e.g. without left and right quotes becoming ASCII quotes).

I have tried programming "paste" myself (in Delphi), by calling "GetClipBoardData (CF_TEXT)", but these characters are still corrupted.

I'd be very interested to know how you do it!

Ciarán Ó Duibhín.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 17, 2004, 02:20:36 pm
Oops - when I described how Win32Pad correctly pastes a clipboard written by Word 2000 under Win 95, I was using v1.3.2.  Now I just upgraded to v1.5.0, and I find it is different - it changes left and right quotes into ASCII quotes, like the other editors do.  So I've gone back to v1.3.2.

Makes the question even more interesting, though!

Ciarán Ó Duibhín.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 17, 2004, 07:45:16 pm
Just to confirm that the change in behaviour re "paste" under Win95 occurred between v1.4.1 and v1.4.2, when the changelog states "Fixed a Paste problem on Win98."

Ciarán Ó Duibhín


Title: Win32Pad 1.5.0 Feedback
Post by: on January 20, 2004, 05:20:02 pm
Hi

I made Win32pad 1.5.0 only 22Kb. You can use UPX utility on the official release. http://upx.sourceforge.net


Title: Win32Pad 1.5.0 Feedback
Post by: laserlight on January 21, 2004, 09:25:38 am
UPX and other executable packers tend to be more useful for larger executables though.

If one really wanted to then it should be applied first to win32pad.exe, then to the installer, though I think the installer should have its own compression methods.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 21, 2004, 06:01:07 pm
I'm sure this isn't a bug you normally expect to deal with. I have 5728321 lines in a file. I tried to copy all those lines to the clipboard and paste them again to the bottom of the document. I do a select all, and tried copying with CTRL+C and the icon at the top. When I try to paste with either CTRL+V or hit the paste icon, it pretends like it's going to paste all the lines to the screen, but doesn't.

Otherwise, win32pad is great as always.


Title: Win32Pad 1.5.0 Feedback
Post by: on January 22, 2004, 11:52:19 am
I am now using win32pad exclusively for program development. Until now, I was doing all my editing using Norton Editor in a DOS box.

There is one feature of the Norton editor I am really missing, it is the ability to match bracket, and braces (the set of (), <>, {}, []), for example, set the cursor on one of these, then click match, and the cursor move to the matching item.

 In programming, it is very usefull to find where the matching element has gone after significant editing.

Many thanks for this nice program.

Rg.
Phoenix, Az


Title: Win32Pad 1.5.0 Feedback
Post by: on January 24, 2004, 11:49:16 pm
i've set in Win32pad ,font terminal with size 9 , think the result is this..
              Üßþ                                 ÜÜÜ ÜÛÜ       Üßþ
               Þ                                  ÛÜÛÛ² ß        Þ      Ü²Ü
               Þ ÜÜÜÜÜÜÜ ßþ  flames          ßßß Üþ        Þ       ß
     ÜÜÜþ   ÜÜÛßÛÛÛÛÛÛÛ                 ÜÜÜÜÜÜÜÜ          ÜÜÜÜÜÜÜÞÜ
    ÞÛÛÝ   ÞÛÛÝÞ ²ÛÛÛÛ²        Ü²Ü   ÜÛÛÛß    ßÛÛÛÜ    ÜÛÛÛß    ßÛÛÛÛÜ
     ßß²ÜÜÜßß  Þß²ÛÛÛÛ² ÜÜÜÜÜ   ß   ÞÛÛÛÝ      ÞÛÛÛÝ  ÞÛÛÛ²      ÞÛÛÛÛÝ
               Þ ²Ûß ß²ß  ßßÛÛÛÜ     ßß²ß    ÜÜÛÛ²ß   ÛÛÛÛÝ      Þ ²ß ß
       þßÜÜ    Þ ²ÛÛÜÛ²      ²ÛÛÛ       ÜÜÛÛÛÛßß      ²ÛÛÛÝ      Þ ²Ûܲ
         ÞÛÛÜ  Þß²ÛÛÛÛ²      ²ÛÛ²    ÜÛÛÛÛ²ß          ²ÛÛÛÝ      ÞܲÛÛ²
        ÜÛÛ²ß  Þ ²ÛÛÛÛ²      ²ÛÛ²   ÛÛÛÛÛß   ÜÜÜÛÛÛÜ  ÞÛÛÛÛ      Þ ÛÛÛÝ
  Ü ÜÜÛÛÛÛÛÜÜÜܲÛÛÛÛÛÛÛÜ     ²ÛÛ²  Þ²ÛÛÛÛÜܲßßßßÛÛÛ²Ü  ßÛÛÛÛÜ   ÜÛÛÛÛß
               Þ             ²ÛÛÜ  Þßßßßß          ßßþ    ßßßßßßßÞß
       Ý þß    ß              ²ÛÛÝ Þ                   Ü²Ü       Þ
  ÜÜÛßßÝ ÜÜÜ  ßÛÜÜ             ßßßÜÞ                    ß        ²Ý   Û
 ÞÛÛÝ  ÝÛÜÛ²Û  ÞÛ²Ý      h2O       Þß  ß                         ß    Ý
  ßß²ÜÜÝ ßßß  ÜÛßß                 ÛÝ                ß  ßßßßßßßßßßßßßßßßÜÜ
       Ýß                          Ý                            Ü²Ü  ÜÜÜ ßÛÛÜ
       Ý                           Ý                             ß  ÛÜÛ²Û ÞÛÛÝ
       Ý                           Ý                              Üþ ßßß ÜÛ²ß
       Ý Release   :                                             ÜÜÜÜ ÝÜßß

but ,when i've restarted the font aern't fix, and i view this ..


               Üßþ                                 ÜÜÜ ÜÛÜ       Üßþ
               Þ                                  ÛÜÛÛ² ß        Þ      Ü²Ü
               Þ ÜÜÜÜÜÜÜ ßþ  flames          ßßß Üþ        Þ       ß
     ÜÜÜþ   ÜÜÛßÛÛÛÛÛÛÛ                 ÜÜÜÜÜÜÜÜ          ÜÜÜÜÜÜÜÞÜ
    ÞÛÛÝ   ÞÛÛÝÞ ²ÛÛÛÛ²        Ü²Ü   ÜÛÛÛß    ßÛÛÛÜ    ÜÛÛÛß    ßÛÛÛÛÜ
     ßß²ÜÜÜßß  Þß²ÛÛÛÛ² ÜÜÜÜÜ   ß   ÞÛÛÛÝ      ÞÛÛÛÝ  ÞÛÛÛ²      ÞÛÛÛÛÝ
               Þ ²Ûß ß²ß  ßßÛÛÛÜ     ßß²ß    ÜÜÛÛ²ß   ÛÛÛÛÝ      Þ ²ß ß
       þßÜÜ    Þ ²ÛÛÜÛ²      ²ÛÛÛ       ÜÜÛÛÛÛßß      ²ÛÛÛÝ      Þ ²Ûܲ
         ÞÛÛÜ  Þß²ÛÛÛÛ²      ²ÛÛ²    ÜÛÛÛÛ²ß          ²ÛÛÛÝ      ÞܲÛÛ²
        ÜÛÛ²ß  Þ ²ÛÛÛÛ²      ²ÛÛ²   ÛÛÛÛÛß   ÜÜÜÛÛÛÜ  ÞÛÛÛÛ      Þ ÛÛÛÝ
  Ü ÜÜÛÛÛÛÛÜÜÜܲÛÛÛÛÛÛÛÜ     ²ÛÛ²  Þ²ÛÛÛÛÜܲßßßßÛÛÛ²Ü  ßÛÛÛÛÜ   ÜÛÛÛÛß
               Þ             ²ÛÛÜ  Þßßßßß          ßßþ    ßßßßßßßÞß
       Ý þß    ß              ²ÛÛÝ Þ                   Ü²Ü       Þ
  ÜÜÛßßÝ ÜÜÜ  ßÛÜÜ             ßßßÜÞ                    ß        ²Ý   Û
 ÞÛÛÝ  ÝÛÜÛ²Û  ÞÛ²Ý      h2O       Þß  ß                         ß    Ý
  ßß²ÜÜÝ ßßß  ÜÛßß                 ÛÝ                ß  ßßßßßßßßßßßßßßßßÜÜ
       Ýß                          Ý                            Ü²Ü  ÜÜÜ ßÛÛÜ
       Ý                           Ý                             ß  ÛÜÛ²Û ÞÛÛÝ
       Ý                           Ý                              Üþ ßßß ÜÛ²ß
       Ý Release   :                                             ÜÜÜÜ ÝÜßß


Title: Win32Pad 1.5.0 Feedback
Post by: on January 26, 2004, 12:52:36 pm
deekayen said:

Quote
I have 5728321 lines in a file


WOW!  Is that the leaked source code of Half-Life 2?  :)


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on January 29, 2004, 10:05:42 am
There are known issues with the Terminal font being messed up in richedit control. I am investigating. I am also looking through some bug reports and e-mails I received recently.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on January 29, 2004, 02:57:17 pm
Great news!  Long time no reply from you..  was thinking you had a break for a few weeks.


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on January 29, 2004, 06:53:55 pm
I was on vacation. :)

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on February 04, 2004, 11:26:39 am
ok i've been trying to replicate some of the reported issues without much success. I need more details.

Please provide:
- Operating System, Win32Pad version, riched20.dll version
- test files
- screenshots
- steps to reproduce

Thank you.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: henrik on February 04, 2004, 12:38:14 pm
I'm using windows XP Version 5.1 (Build 2600.xpsp2.030422-1633 : Service Pack 1)

Richedit Version 3.0 (File version 5.30.23.1211)

Win32Pad 1.5.0

This is the inifile

[Config]
WordWrap=1
HighlightURLs=1
AutoIndent=1
TabSize=3
Font=Verdana
dwEffects=0
FontColor=0
CharSet=0
BackColor=16777215
FontSize=160
Search=bäst

[View]
AlwaysOnTop=0
Statusbar=1
Toolbar=1
SavePosition=1
RecentFiles=1
SelectionBar=1
LineNumbers=1
FullPath=1
TabsToSpaces=0
DNDNewWindow=0
MinimizeToTray=0
EscapeExit=0
FileChange=1
left=85
top=45
right=968
bottom=677
WindowState=1

Just make some lines (returnchar only...) and then see the missmatch of the line and the linenumbers.


Title: Win32Pad 1.5.0 Feedback
Post by: on February 06, 2004, 02:56:32 pm
What is the latest riched20.dll? I have been having trouble with Xnews when I upgraded to richedit 3.0. My version is "5.30.23.1200"


Title: Win32Pad 1.5.0 Feedback
Post by: on February 14, 2004, 05:14:41 pm
Hello,

Just a small annoyance I get from WinPad v1.5. When opening text files, it seems for a very brief moment (and very fast) Winpad scrolls down to the end of the document and then goes back on top again. Very minor issue but it somehow annoys me. :)

Other than that, it's a great tool I've been using it for years!

Thanks!


Title: Win32Pad 1.5.0 Feedback
Post by: on March 01, 2004, 12:35:52 pm
Hello again! Another minor thing I've noticed, when I copy text from Win32Pad and paste it into WordPad, the text isn't copied as "plain text" -- the particular font and tab settings Win32Pad uses internally seem to be copied over as well.

It would be more consistent with Win32Pad's functionality, I think, for this data to be copied out of Win32Pad as plain text, rather than having all that rich text "baggage" along for the ride.


Title: Win32Pad 1.5.0 Feedback
Post by: on March 01, 2004, 02:32:11 pm
What about the features that I requested a while ago, will they ever make it to a final version? I'm talking about a bookmark function, autosave function and a button that will make the ------------------------------- separate-sign for you.


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on March 01, 2004, 02:42:07 pm
Quote (Guest @ Mar. 01 2004,12:35)
Hello again! Another minor thing I've noticed, when I copy text from Win32Pad and paste it into WordPad, the text isn't copied as "plain text" -- the particular font and tab settings Win32Pad uses internally seem to be copied over as well.

It would be more consistent with Win32Pad's functionality, I think, for this data to be copied out of Win32Pad as plain text, rather than having all that rich text "baggage" along for the ride.

I am aware of this issue. I'll see what I can do.

Gena01






Title: Win32Pad 1.5.0 Feedback
Post by: Robert on March 02, 2004, 03:27:52 am
Hi Genadi,

Would it be possible to enhance the Search & Replace dialog window, so that it would become possible to enter shortcuts for searching/replacing non-printble characters like the < tab >?
(or < even better > use regular expressions  :;): )

A simple search and replace string could look like this:

search:  \t {for intance for tab}
replace: \n {for instance for newline character}


For expert search & replace it would be nice to be able to use regex.

What do you think?


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on March 02, 2004, 07:59:27 am
I guess \t and \n could be added. I am not sure if I'll be adding full regex support any time soon.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on March 02, 2004, 05:04:42 pm
Gena01 why are you dissing me?


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on March 03, 2004, 10:09:29 am
Quote (Guest @ Mar. 01 2004,14:32)
What about the features that I requested a while ago, will they ever make it to a final version? I'm talking about a bookmark function, autosave function and a button that will make the ------------------------------- separate-sign for you.

I am not trying to diss anybody here, i've been rather pressed for free time. I am just quite busy lately.

Now about your post:
- Bookmarks and autosave.
    On my TODO list, but i need time to add this one in.
- Buttons on toolbar for lines.
   I will probably not add this feature in at this time.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on March 04, 2004, 02:39:06 pm
OK, it just seemed strange that you didn't answer my questions, but anyway, I assume that the options I asked for are hard to implement? I can understand that it will take some time than.

But the separator sign shouldn't be hard to do, correct? But I agree, it isn't a much requested and cool feature, but I noticed that I need it, now I have to copy and paste everytime.


Title: Win32Pad 1.5.0 Feedback
Post by: on March 08, 2004, 01:27:14 am
I used to use Win32Pad ver 1.0.13 and have now upgraded to 1.5.0 . There is something that really needs attention and that is the default .txt extension when saving or saving-as files. Would it be possible to allow for the user to choose the default extension to be *.* (all files) if that is what is desires and make this the default instead of the .txt extension.

The reason for this is that I very seldom create and edit .txt files. Most of the files I work with are .cgi and .htm files. The older version defaulted to *.* extension and I was able to save files (and save-as) files without having to change the drop down list extension value.

Thanks.


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on March 08, 2004, 09:17:26 am
Quote (Guest @ Mar. 08 2004,01:27)
I used to use Win32Pad ver 1.0.13 and have now upgraded to 1.5.0 . There is something that really needs attention and that is the default .txt extension when saving or saving-as files. Would it be possible to allow for the user to choose the default extension to be *.* (all files) if that is what is desires and make this the default instead of the .txt extension.

The reason for this is that I very seldom create and edit .txt files. Most of the files I work with are .cgi and .htm files. The older version defaulted to *.* extension and I was able to save files (and save-as) files without having to change the drop down list extension value.

Thanks.

mmm.. Does it still add the .txt extension for you when you enter filename script.cgi? Or you just want to change the default filter?

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on March 09, 2004, 03:50:53 am
Hi,

When I right-click over an url, the functions in the menu don't work as I would expect them to: "Lauch" opens an explorer window in the win32pad-directory (doubleclicking on the url works fine and opens the url in the browser); "select" and "copy" do nothing at all.
IIRC it worked as expected in an earlier version (don't know which one).

Greetings

PS: I'm using Win32Pad 1.5.0; Win XP; riched20.dll v. 3.0 5.30.23.1211


Title: Win32Pad 1.5.0 Feedback
Post by: Rikmenspoel on March 09, 2004, 11:12:50 am
hi,

Thanks for win32pad 1.5.0. But I have trouble with brandnew diskettes when using your program on it, editing texts. Texts edited with win32pad 1.5.0 became unreachable (I cannot open them anymore) and I get a message that " diskette is not formatted do you want to format"? Diskettes are brandnew and from MMORE and Nashua two highly repected brands in the industry. Perhaps it is a fault within win32pad 1.5.0 Please take a look!
I tried to correct the problem using norton utilities 2002 and norton disk doctor. Disk doctor said the FAT was corrupted. I never had this problem before only on diskettes win32pad 1.5.0 was installed upon! Disk doctor corrected the problem somewhat and I was able to open and save to other diskettes my text messages.
Have a look into the matter please. Please answer!
best wishes
 :cool:


Title: Win32Pad 1.5.0 Feedback
Post by: on March 10, 2004, 01:23:13 am
Quote (Gena01 @ Mar. 08 2004,09:17)
Thanks.[/quote]
mmm.. Does it still add the .txt extension for you when you enter filename script.cgi? Or you just want to change the default filter?

Gena01

Here is more info for this situation. There are several cases where this is an issue.

1) When I am opening a file, the default filter is *.txt and I have to switch it to *.* to look at the files in a folder for the simple reason that most of my files are not .txt files.

2) When I am saving a file using "Save As", if I do not switch the filter from .txt to *.*, it will add the .txt extension to my existing filename. For example, if I have a file named script.cgi and I want to save a copy of it in another folder, if I don't switch the filter to *.* then it will save the file as script.cgi.txt . Having made this mistake a few times, each time I have to go to Windows Explorer and rename the file back by removing the .txt extension. Needless to say, this is a bit of a problem.

3) The final case is if I am saving a new file for the first time, again I have to remember to switch the filter to *.* or else whatever I type in filename text box will have the additional .txt extension added to it when the file is saved.

Thanks for looking into this for me.


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on March 20, 2004, 07:04:47 pm
Quote (Rikmenspoel @ Mar. 09 2004,11:12)
hi,

Thanks for win32pad 1.5.0. But I have trouble with brandnew diskettes when using your program on it, editing texts. Texts edited with win32pad 1.5.0 became unreachable (I cannot open them anymore) and I get a message that " diskette is not formatted do you want to format"? Diskettes are brandnew and from MMORE and Nashua two highly repected brands in the industry. Perhaps it is a fault within win32pad 1.5.0 Please take a look!
I tried to correct the problem using norton utilities 2002 and norton disk doctor. Disk doctor said the FAT was corrupted. I never had this problem before only on diskettes win32pad 1.5.0 was installed upon! Disk doctor corrected the problem somewhat and I was able to open and save to other diskettes my text messages.
Have a look into the matter please. Please answer!
best wishes
 :cool:

Mmm.. I tried researching this a bit. Still a bit unsure as to why what you are experiencing is happening.  I am going to try it on some of the floppies i got here.

In order for me to get a better idea of the problem you experiencing:
- What Operating System are you using?
- Does it write complete file onto disk?
- How big are the files that you are writing?
- Is the disk still readable on the same system just after write?

Anything else that might be helpful with reproducing and analyzing this issue.

Gena01






Title: Win32Pad 1.5.0 Feedback
Post by: Rikmenspoel on March 23, 2004, 04:12:47 am
Hi,


On the earlier issue (diskettes ruined) i talked to the system administrator and he thinks it is a hardware problem. Computers are brandnew and the diskette drives do something wrong. I'll keep you posted. Thanks for help!


Best wishes and big thanks for win32pad!

Rikmenspoel


Title: Win32Pad 1.5.0 Feedback
Post by: rockdj on March 31, 2004, 05:44:49 pm
I'd like to add my thanks for Win32Pad, which is fantastic: small, fast, and effective!

I use the "go to line #" command frequently to navigate documents with voice-recognition.  In the 1.5.0 release, entering a number greater than the line count of the document results in an error message dialogue.  If possible, it would be more useful to go to the last line of the file without a dialog box if the line number entered in the dialog is greater than the number of lines in the document.


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on April 11, 2004, 08:03:42 pm
Quote (Guest @ Mar. 10 2004,01:23)

Here is more info for this situation. There are several cases where this is an issue.

1) When I am opening a file, the default filter is *.txt and I have to switch it to *.* to look at the files in a folder for the simple reason that most of my files are not .txt files.

2) When I am saving a file using "Save As", if I do not switch the filter from .txt to *.*, it will add the .txt extension to my existing filename. For example, if I have a file named script.cgi and I want to save a copy of it in another folder, if I don't switch the filter to *.* then it will save the file as script.cgi.txt . Having made this mistake a few times, each time I have to go to Windows Explorer and rename the file back by removing the .txt extension. Needless to say, this is a bit of a problem.

3) The final case is if I am saving a new file for the first time, again I have to remember to switch the filter to *.* or else whatever I type in filename text box will have the additional .txt extension added to it when the file is saved.

Thanks for looking into this for me.


1. I might add that in in one of the next updates.

2 and 3. I actually spent some time looking into this. It appears that CommonDialog control (the windows open/save as) has a way to detect extensions. The way it works is that it checks to see if an extension is in the registry (has programs associated with an extension) and if it does then it will NOT add "txt" extension. One way to "fix" it is to create an association for "cgi" extension. It should fix your problem.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on April 11, 2004, 08:08:18 pm
Quote (Guest @ Jan. 11 2004,22:44)
I've noticed that, when "word wrap" mode is on, the total number of lines shows up as "0" -- For example, when I first open a text document with word wrap on, the bottom right of the window shows "Col:1 Ln: 1/0". I realize that calculating the total number of lines in word wrap mode is tricky, so for now perhaps simply omit displaying the total number of lines when in word wrap mode?

Also, I have a suggestion. When the "Full Path in Title" option is checked, the full path is also shown in the taskbar button, making it hard to quickly identify individual files if there are several documents open from the same directory. Would it be possible to show the full path only the title bar, and have the taskbar button show just the file name without the path?

Thanks for such a wonderful text editor! :)

I need more information on to how to reproduce this. I am not seeing it here.

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on April 22, 2004, 02:10:15 pm
Hello, there is a bug for the symbol €. Why this symbol isn't take in consideration?

Thanks


Title: Win32Pad 1.5.0 Feedback
Post by: henrik on April 22, 2004, 02:40:49 pm
Quote (Guest @ April 22 2004,21:10)
Hello, there is a bug for the symbol €. Why this symbol isn't take in consideration?

Thanks

I can use the € char in my win32pad installation.

What kind of bug is it? Could you explain what happens and when?

What version are you using for win32pad, richedit.dll and OS?

Cheers,
Henrik


Title: Win32Pad 1.5.0 Feedback
Post by: Rikmenspoel on May 27, 2004, 06:51:08 am
Diskettes were ruined by defective diskdrives, problem seems to be over now.So win32pad was not the cause! Thanks.


Title: Win32Pad 1.5.0 Feedback
Post by: on June 04, 2004, 12:34:11 pm
First off, thanks for making such a wonderful product.  I'm pretty big on minimalism (I despise bloat) and I use win32pad for every project I ever have to do, in any language (aside from, say, VB or VC++ projects).

In any event, I was wondering how hard it would be to add a plugin capability so that other features could be added as necessary.  I know I, personally, would love to have syntax checking for Cold Fusion, PHP, ASP, HTML and C.  Now, I understand that many people won't need this (or want this), which is why I suggested adding plugin functionality - this way, with a well defined specification, other authors could write plugins to do these tasks.

I don't know the state of the design and code for the win32pad project, so this may not even be possible without a complete rewrite (and I wouldn't expect anyone to do a complete rewrite for this functionality), but if it is possible, would this be something you would take an interest in implementing in future versions?


Title: Win32Pad 1.5.0 Feedback
Post by: on June 22, 2004, 07:29:32 am
I downloaded your program as I was looking for some peculiar functions in an editor (which I still cannot find). It is a great program, but not what I'm after.

I am having problems removing the program. I associated Win32pad with text files. Whewn it is deleted, if I view source in IE, it says can't find Win32pad blah blah.

Any ideas? Thanks


Title: Win32Pad 1.5.0 Feedback
Post by: Gena01 on June 23, 2004, 07:35:14 am
Quote (Guest @ June 22 2004,08:29)
I downloaded your program as I was looking for some peculiar functions in an editor (which I still cannot find). It is a great program, but not what I'm after.

I am having problems removing the program. I associated Win32pad with text files. Whewn it is deleted, if I view source in IE, it says can't find Win32pad blah blah.

Any ideas? Thanks

There are several things you can do to fix this:

1. Win32Pad 1.5.3 will address this small issue.
2. Install win32pad 1.5.2 select "Edit with Win32pad" and then uninstall it should cleanup.
3. Edit the registry manually. Find and delete the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\View Source Editor

(delete the whole View Source Editor folder)

P.S. What are some of the features that are missing for you?

Gena01


Title: Win32Pad 1.5.0 Feedback
Post by: on June 23, 2004, 09:20:57 am
I am at a Bible college here in Australia.

I search a lot of writings that are in large text files. I am looking for something that will search biggish text files but I would like to be able to use a "near" operation. It allows me to find particular passages, with common words, that do not appear in a regular phrase. For example, WordA within say ten words of WordB. I hope that makes sense.


Title: Win32Pad 1.5.0 Feedback
Post by: therube on June 26, 2004, 10:28:31 am
Start here, & they provide other links also.

WanyWord v. 4.00
TextSearcher with BOOLEAN and NEAR Operators
http://home4.inet.tele.dk/jensguld/


Title: Win32Pad 1.5.0 Feedback
Post by: on June 30, 2004, 02:20:05 am
thanks a heap!!!!

that looks excellent.  :D