Search found 73 matches

by mwb1100
Tue Oct 09, 2012 7:53 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: FTP/SFTP Port setting
Replies: 4
Views: 4053

FTP/SFTP Port setting

Just a minor feature request... when configuring an FTP/SFTP connection, if you change the "Server Type" between FTP and SFTP, the "Port" setting should change as well to the corresponding default port number (21 or 22). When changing the connection from FTP to SFTP, I shouldn't have to remember (or ...
by mwb1100
Wed Jul 01, 2009 7:02 pm
Forum: Web Developer Talk
Topic: How did you find out about Blumentals Software?
Replies: 18
Views: 59816

Re: How did you find out about Blumentals Software?

Via a mention in the late, lamented "The Daily Grind" (http://www.larkware.com/index.html).
by mwb1100
Sun Jun 28, 2009 9:58 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Jumping Cursor/Scrollbar is a pain!
Replies: 6
Views: 5633

Re: Jumping Cursor/Scrollbar is a pain!

In "Preferences/Text Editor/General" uncheck the "Constrain cursor to text" option.
by mwb1100
Thu May 28, 2009 1:58 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Password problem
Replies: 3
Views: 2287

Re: Password problem

The trial software cannot be converted to registered software. When you purchase from Blumentals you get a link to the non-trial software download and a password for installing it. If you've lost that information you should follow the directions here: http://www.blumentals.net/support/faq.php?qid ...
by mwb1100
Wed May 06, 2009 8:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: [Rapid PHP 9.5.2.106]: minor problem with file renaming
Replies: 3
Views: 2221

Re: [Rapid PHP 9.5.2.106]: minor problem with file renaming

Yeah - Windows Explorer doesn't let you do this because then you end up with a filename with only an extension, and by default Explorer does not show extensions. So you'd end up with a file listing in Explorer that had what appeared to be a nameless file: http://blogs.msdn.com/oldnewthing/archive ...
by mwb1100
Sat Apr 18, 2009 11:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Using Beyond Compare via the external tools menu
Replies: 5
Views: 3753

Re: Using Beyond Compare via the external tools menu

My post was from a 'completeist' point of view. Being able to specify parameters adds flexibility, but I think that just being able to specify an executable would work well enough. I'd guess that most comparison programs will work well enough with just the 2 files to compare on the command line. For ...
by mwb1100
Tue Apr 07, 2009 7:08 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Clipboard Pasting Broken (again) in 9.5.0.104
Replies: 4
Views: 2887

Re: Clipboard Pasting Broken (again) in 9.5.0.104

Try disabling the extended clipboard monitoring. It's not in the options - you have to open the Extended Clipboard window (Edit/Extended Clipboard) then click the you have to click the "No" symbol (the circle with slash through it).
by mwb1100
Sun Apr 05, 2009 10:52 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Using Beyond Compare via the external tools menu
Replies: 5
Views: 3753

Re: Using Beyond Compare via the external tools menu

This page gives information on various version control systems let themselves be configured to launch an external compare utility (Beyond Compare in this case). For the most part, they just let you plug in a command line with some replaceable parameters that represent the files to compare. A few ...
by mwb1100
Wed Mar 25, 2009 2:39 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Multiple instances of WeBuilder
Replies: 22
Views: 16947

Re: Multiple instances of WeBuilder

tzveeka wrote:1. install sanboxie [v. 1.5 is a freeware]
Do you mean Sandboxie? It's up to version 3.34 now, and it's free for personal use. However, after 30 days it does start to nag (but you are permitted to continue using it) and a few features are disabled unless you pay.
by mwb1100
Wed Dec 03, 2008 10:41 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: about choosing a font for the editor
Replies: 20
Views: 91077

Re: about choosing a font for the editor

Another font worth checking out is Damien Guard's Envy Code R:

http://damieng.com/blog/2008/05/26/envy ... t-released
by mwb1100
Mon Dec 01, 2008 1:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: copy paste or cut paste problem
Replies: 18
Views: 10583

Re: copy paste or cut paste problem

So we continue accepting any new and additional info on this topic. Just an FYI, the maker of ClipMate has a blog entry about clipboard usage and monitoring (from a developer's standpoint) that might have some useful information: http://www.clipboardextender.com/developing-clipboard-aware-programs ...
by mwb1100
Mon Oct 06, 2008 9:30 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug or design?
Replies: 6
Views: 3965

Re: Bug or design?

I also wouldn't call it a bug, but it would be a nice little enhancement if the double-click-select would recognize and select the entire character entity.
by mwb1100
Mon Sep 15, 2008 4:48 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: WeBuilder Code Preprocessor
Replies: 20
Views: 18223

Re: WeBuilder Code Preprocessor

Until Karlis acts on this request you may want to look at tools such as ppwizard m4 htmlpp wpp which are 'macro processors' that will let you do things similar to server side includes locally on your machine. It won't automatically happen when you save the files like WeBuilder's preprocessor stuff ...
by mwb1100
Sun Sep 14, 2008 4:06 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Built-in Web Server w/PHP
Replies: 23
Views: 17573

Re: Built-in Web Server w/PHP

Lets hope I can, after a few days of confusion get the app set up with the internal server and PHP debugger working so I can get back to work! Oh - for some reason I had thought that you did get things working... Here's what I have working on my system: I downloaded & installed the Blumentals PHP ...