Search found 29 matches

by Ingus
Fri Dec 07, 2007 12:19 pm
Forum: Announcements
Topic: Update: 2007 v8.3
Replies: 16
Views: 21339

A bit off-topic.

When is the version 2008 planned? I know it's still a lot of work to do, but is it let's say 1st/2nd/3rd/4th quarter of 2008?

And what are the features we can expect in 2008?

Thanks!
by Ingus
Wed May 30, 2007 1:29 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: What about a Linux version ?
Replies: 10
Views: 9556

Don't take it personal, but I don't think it's reasonable to port webuilder to java. Most of the java applications suffer from slowdowns and one of the greatest features of webuilder is it's small size and speed. That's the reason I switched back from Zend Studio despite the fact that WeBuilder ...
by Ingus
Wed May 16, 2007 10:13 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Output window
Replies: 0
Views: 2295

Output window

I know Webuilder 2007 has been just released and it's early for feature requests, but there is one thing that would be a huge usability improvement and I'm waiting for this already a couple of releases. I would like to see output window, similar to the one we have for messages, It would be much ...
by Ingus
Tue May 08, 2007 7:09 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 v8.0 RC bugs
Replies: 6
Views: 5589

Excellent!
by Ingus
Tue May 08, 2007 8:10 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 v8.0 RC bugs
Replies: 6
Views: 5589

The scripts I'm testing are on my local disk, so I guess that's the internal web server. As of the tests with xdebug, I've got a bit of progress - the problem was that the xdebug remote debugging is not enabled by default. Added to php.ini these lines: xdebug.remote_enable = on xdebug.remote ...
by Ingus
Mon May 07, 2007 3:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 v8.0 RC bugs
Replies: 6
Views: 5589

It would be wise to re-check for xdebug extension before running the scripts via debuger and displaying some error message + pointing user to the help section, if xdebug is not found. Just did the same tests with xdebug installed on my work machine and the results are the same. C:\php>php -m [PHP ...
by Ingus
Mon May 07, 2007 12:01 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Webuilder 2007 v8.0 RC bugs
Replies: 6
Views: 5589

Webuilder 2007 v8.0 RC bugs

A 30 minute test: #1 Class A{ private function bfunc(string $test){ return $c; } } $jk = new A(); $jk -> bfu [pressing ctrl+space to invoke code complete suggestions] Code complete displays bfunc as a choice, however I think it should not - as that's a private method and at the moment we are not in ...
by Ingus
Fri Apr 20, 2007 8:23 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: What development program do you use to create WeBuiler?
Replies: 1
Views: 2425

Re: What development program do you use to create WeBuiler?

ko-kylling wrote:What development program do you use to create WeBuiler?

If you use Borland Delphi, what components (what companies) do you use??? I can use you are using DevExpress ;)
A product like this one cannot be put together just using standard components, there's a lot of knowledge involved..
by Ingus
Wed Mar 28, 2007 11:44 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code explorer behaves a bit wrong [v8 Dev Alpha]
Replies: 2
Views: 2695

The code explorer behaves a bit wrong. Open new document, insert this code: include('../test.php'); Class A{ function b(){ } } and the method b of class A appears in the Variables section ;) It should appear under Classes, when selecting appropriate class, or at least in the 'Functions' section - I ...
by Ingus
Thu Feb 22, 2007 7:31 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: AJAX ???
Replies: 8
Views: 9699

syrupcore wrote:I'm currently in love with jQuery. Mixed with Firebug, I'm trying remember how I ever dealt with Javascript without them. :D
the same here :)
by Ingus
Fri Feb 16, 2007 2:07 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: International support
Replies: 3
Views: 4479

Re: Windows1250 charset

I am too for an inclusion of other character sets. ANSI is not enough for my PHP code. Inserting a META doesn't solve the problem when you have special characters in other encodings in the code itself. Like: if(!@unlink($path)) err("DoÅlo k chybƬ pĆøi pokusu o odstranƬnĆ­ souboru $path."); Some C ...
by Ingus
Tue Feb 13, 2007 11:28 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: How can I check that all links in my website are correct ?
Replies: 1
Views: 2513

Re: How can I check that all links in my website are correct

I really like WeBuilder ! it is a tool that helps you building a web instad of pretending to do everything and make a mess of it. One feature I am looking for is to verify all links on my project, to make sure they point to valid (and reachable) url. I have found the following site http://www.dead ...
by Ingus
Tue Feb 13, 2007 11:25 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: version
Replies: 3
Views: 3505

Re: version

erik wrote:I don't know how to say but I'will discribe. Some way of keeping versions and go back to an ealier version. Before you messed up.
Use subversion or any other external version control system. I don't think it's worth to implement the wheel again ;)
by Ingus
Tue Feb 13, 2007 11:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: International support
Replies: 3
Views: 4479

Re: International support

trybowski wrote:How about some international support? I mean support for various iso-8859 character sets.
Check out 'Insert -> Encoding' the character sets are already there + in save dialog you can choose to save files in utf8.
by Ingus
Thu Feb 08, 2007 3:37 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: taskbar updates
Replies: 3
Views: 3917

taskbar updates

Generally I would like to have two modifications to internal taskbar of WeBuilder 2006: 1) Right-click on any opened file could have SVN shell icons, if let's say tortoisesvn is installed. 2) I would like to act the taskbar exacly as it does on windows: * scroll it vertically, not horizontally - as ...