Search found 15 matches

by Grzegorz Wiktorowski
Sat Sep 03, 2005 2:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Unicode
Replies: 6
Views: 9269

My request concerns at least ISO-8859-xx:

http://forums.blumentals.net/viewtopic.php?t=626
by Grzegorz Wiktorowski
Fri Aug 12, 2005 6:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: ISO-8859-xx support
Replies: 0
Views: 4062

ISO-8859-xx support

In the thread: http://forums.blumentals.net/viewtopic.php?t=486 I tried to express my interest of ISO-8859-xx support. Because I didn't find any real feedback once again I post here the request. Today I start playing with PSPad editot and it handles excellent different code pages: ANSI, OEM, ISO ...
by Grzegorz Wiktorowski
Fri Aug 12, 2005 5:53 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Does anyone need Code Compare tool?
Replies: 45
Views: 74136

Last week I start playing with WinMerge and it looks interesting. You can find it here:

http://winmerge.sourceforge.net/
by Grzegorz Wiktorowski
Thu Aug 04, 2005 9:05 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Issues with WeBuider 2005
Replies: 18
Views: 29020

FYI the registry is obsolete. I'd like to know where you got that information from. For example: http://www.devx.com/dotnet/Article/16323/1763/page/1 ".... Interestingly, despite the warning and the touted "advantages" of using the registry, even Microsoft still uses INI files for some purposes ...
by Grzegorz Wiktorowski
Tue Jul 26, 2005 10:06 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Copying different-encoded language reveal garbled text
Replies: 2
Views: 3940

The problem is similar to:

http://forums.blumentals.net/viewtopic.php?t=486

The editor doesn't recognize code page defined in HTML header. What makes me wonder is that Blumentals Software is located in Latvia so they use ISO-8859-4, ISO-8859-10 or ISO-8859-13 and the don't see any problem here.
by Grzegorz Wiktorowski
Tue Jul 26, 2005 9:58 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Settings/Preferences Storage
Replies: 4
Views: 6217

I reported this here:

http://forums.blumentals.net/viewtopic.php?t=486

So I'm not alone with the problem. But I don't see any real progress with the issue.

There is also the bug in unistaller. It removes all settings from the registry.
by Grzegorz Wiktorowski
Sat Jun 18, 2005 10:48 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Colors in the editor
Replies: 1
Views: 2875

Colors in the editor

I continue playing with colors in the editor. I want to change the background color from white to RGB(225, 225, 225). So I open Preferences -> Text Editor >> Colors. I don't see Background in Element list box. I try Default element. I change Background to custom 225, 225, 225 and close the dialog ...
by Grzegorz Wiktorowski
Sat Jun 18, 2005 10:19 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Problem with 6.1 Trial
Replies: 5
Views: 6351

1. I'm afraid I can't repeat this. CSS Validator button is disabled while there are no files open. Please let me know how precisely to reproduce this. Thanks! As described above. Start WeBuilder again. There is no opened files on startup but buttons are enabled. 2. This does not really affect the ...
by Grzegorz Wiktorowski
Fri Jun 17, 2005 10:30 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: background / search
Replies: 9
Views: 10239

The reason is clear to me. But on the other hand it's annoying to set RGB(234, 254, 223) as the background color for 9 PHP and 9 ASP items.
by Grzegorz Wiktorowski
Fri Jun 17, 2005 9:40 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: background / search
Replies: 9
Views: 10239

So please add the background color for <?php ... ?> block in PHP as well as for <% ... %> block in ASP because of repeated request.
by Grzegorz Wiktorowski
Fri Jun 17, 2005 9:34 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Problem with 6.1 Trial
Replies: 5
Views: 6351

Problem with 6.1 Trial

I see the problems here: 1. when I set Preferences -> General > On startup -> Do not open anything and start WeBuilder, I have HTML and CSS toolbars enable. So click W3C CSS Validator button -> WeBuilder bombs with AV and falls into the loop. I have to kill it with Task Manager. BTW there is no hint ...
by Grzegorz Wiktorowski
Sun Jun 12, 2005 11:31 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Issues with WeBuider 2005
Replies: 18
Views: 29020

3. If you can use registry editor, you cen export and then import back the registry key with no problems. Use the export key command. Settings are stored according to Microsoft guidelines for good Windows software development style. Today I found another evidence against keeping settings in the ...
by Grzegorz Wiktorowski
Thu Jun 09, 2005 3:28 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: More issues with WeBuilder
Replies: 2
Views: 3329

Currently preprocessor is fairly basic and it was initially intended to be as such. We never knew that some body would ever need extended functionality described by you, so the comment is in place. The preprocessor relieves me of a manual task. I find it as the excellent tool. I can assure you that ...
by Grzegorz Wiktorowski
Thu Jun 09, 2005 3:13 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: More issues with WeBuilder
Replies: 2
Views: 3329

More issues with WeBuilder

A few next issues. 1. I find the preprocesor as very desirable feature. So I create Test.htm file with: <!--%IncFile test.inc%--> statement. Then in Test.inc I include: <!--%DateStamp%-->01.01.2004<!----> When I save Test.htm, the contents of Test.inc file is copied but the date stamp is not ...