Search found 33 matches

by gLes
Fri Oct 31, 2008 12:23 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP Download & Overwrite All bug
Replies: 1
Views: 1445

FTP Download & Overwrite All bug

Hi! I'm using the latest build of WeBuilder 2008. The problem is when I download multiple files by FTP, and I want to update the existing ones on my local drive. On the prompt for what to do when the files already exist, I instinctively press "Overwrite All", but I always get an FTP Error, saying ...
by gLes
Sun Dec 10, 2006 8:22 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Project swap bug in File Explorer
Replies: 7
Views: 5870

Hi! It's funny, but it only seems to happen with one certain project, and only when a subfolder is select. Then when I swap projects the root folder (I actually named the folder 'root') is appended to the other project's folderlist and is initially selected so I get a message that the folder is ...
by gLes
Sun Dec 03, 2006 12:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Project swap bug in File Explorer
Replies: 7
Views: 5870

Just noting that it's been a few versions since and the bug still exists, I suppose it's still in schedule :wink:
by gLes
Sun Dec 03, 2006 12:35 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Preview window not resizing when disabling ruler
Replies: 1
Views: 2058

Preview window not resizing when disabling ruler

Hi!

Just installed version 7.4. The symptoms are what I described in the subject :roll: It only resizes correctly when I resize the whole window of WeBuilder.

screenshot 1
screenshot 2

Best regards,
gLes
by gLes
Tue Nov 21, 2006 10:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Graphical bug on gutter
Replies: 4
Views: 4103

I just remembered another thing I missed: couldn't you make the context menu of the editor appear on pressing the Context Menu key on the keyboard? :)

And also accessing the menubar by pressing the Alt key, as in oldschool Windows apps :wink:

But these aren't very important :roll:
by gLes
Tue Nov 21, 2006 7:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Graphical bug on gutter
Replies: 4
Views: 4103

This should not affect your coding experience too much, however if you encounter this again, please be so kind and post the whole screen shot. I suspect that this has something to do with scrolling both ways and maybe something else. I am eager to correct this. Yes actually now I remember that at ...
by gLes
Tue Nov 21, 2006 3:44 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Graphical bug on gutter
Replies: 4
Views: 4103

Graphical bug on gutter

Hi! I've noticed this little glitch on the bottom of the gutter when scrolling down, while scrolling up it disappeared but came back when I scrolled down again. I haven't been able to reproduce it since I restarted the program, but it was there as this picture proves: http://winportal.net/etc/tmp ...
by gLes
Thu Nov 16, 2006 6:08 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Help us implement Asp.Net, JSP, Java support
Replies: 9
Views: 11531

Hey there, will there be Java support in WeBuilder 2007? I'm really looking forward to it since it's coming up in my studies and Netbeans isn't the least sympathetic. :roll:
by gLes
Tue Oct 03, 2006 7:19 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Text conversion bug with column selections
Replies: 5
Views: 4613

You are right, it should work in column mode. Although it is possible, it would take a lot of time to implement (due to tech reasons). So while I have put this in the list, I must say that more important features and fixes should be done first, so I can not tell you when we could get to this. Ok ...
by gLes
Wed Sep 20, 2006 12:19 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Text conversion bug with column selections
Replies: 5
Views: 4613

Karlis wrote:Yes, you are correct. Currently column-based use of this feature is not possible, it is not yet implemented.
Not that it's such an important feature, but are you planning to implement it? :)
by gLes
Mon Sep 11, 2006 9:40 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Text conversion bug with column selections
Replies: 5
Views: 4613

Text conversion bug with column selections

Hi! When I select a column of text (by holding down the Alt key then click and drag the selection in a column) and I utilize some sort of text conversion on the selection for example Convert to Lowercase or Uppercase or Toggle Character Case, etc. then after the conversion the whole column is ...
by gLes
Mon Aug 21, 2006 12:45 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Explorer can't handle the @ symbol in PHP
Replies: 7
Views: 6194

Well actually I don't use code explorer very often, I just thought you might want to add this feature if not for me then for other users, maybe we should start a poll ;)
by gLes
Sun Aug 20, 2006 5:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Explorer can't handle the @ symbol in PHP
Replies: 7
Views: 6194

It suppresses warnings for the called function, I found it useful since I moved to PHP5 on my server, cause it likes to give me warnings more often than version 4, and I don't have access to the php.ini, and I still want to see the warnings but not everywhere :roll:
by gLes
Sat Jul 29, 2006 4:22 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Explorer can't handle the @ symbol in PHP
Replies: 7
Views: 6194

Code: Select all

<?php

@include 'index.html';

?>
Without the @ symbol it is displayed in the code explorer.
by gLes
Sun Jul 23, 2006 8:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code Explorer can't handle the @ symbol in PHP
Replies: 7
Views: 6194

Code Explorer can't handle the @ symbol in PHP

Hi!

I don't use code explorer very often but I tried it just now and noticed that when I use the @ symbol before certain includes then they're not listed.

I'm using version 7.1.0.66.

Best regards,
gLes