Search found 23 matches

by ikeo
Tue Apr 22, 2008 7:44 pm
Forum: Announcements
Topic: Update: 2007 v8.31
Replies: 7
Views: 10060

Think of the number of folks still using PHP4 and the sales you might be missing simply because someone opens up some legacy app written in PHP4 and intellisense doesn't work. (so they move to some other Editor like TSW webcoder or JCX Vs.php)

Don't leave money on the table :)
by ikeo
Wed Feb 27, 2008 1:50 pm
Forum: Announcements
Topic: Update: 2007 v8.31
Replies: 7
Views: 10060

bump
by ikeo
Tue Jan 22, 2008 7:19 pm
Forum: Web Developer Talk
Topic: How to Set Up Local Copies of Apache and PHP
Replies: 13
Views: 13821

At this point I got excited, opened up php.ini and changed display_errors to "on". I ran phpinfo again and it still said display_errors is "off". Sad Presumably I was changing the wrong thing. --- You are probably running php as a module instead of as a cgi process. You needed to just restart Apache ...
by ikeo
Tue Jan 22, 2008 1:38 am
Forum: Web Developer Talk
Topic: How to Set Up Local Copies of Apache and PHP
Replies: 13
Views: 13821

I remember having this exact problem with the same setup (php 5.2.5). First of all do a phpinfo and tell me two things is the variable display_errors "on" or "off" and then let me know if there is a mysql section in the report (ie: is the mysql extension loaded). also post you connection code if ...
by ikeo
Tue Jan 22, 2008 1:18 am
Forum: Announcements
Topic: Update: 2007 v8.31
Replies: 7
Views: 10060

Re: Update: 2007 v8.31

* Fixed some bugs with file explorer * Fixed some problems with CSS Formatter * Fixed some problems with PHP Formatter Very minor update, affects few users, no need to fetch this if 8.3 works for you well. Any chance this might include a fix for php intellisense not working when you do $test = &new ...
by ikeo
Wed Dec 12, 2007 12:39 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Tiny feature requests
Replies: 4
Views: 5211

A bit disappointing ... I wouldn't have thought it would actually be easier to have the WB save the file before preview automatically. TSW webcoder does this thats why I'm so used to it.

Any word on allowing css use php files as preview files?
by ikeo
Mon Dec 10, 2007 9:05 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Show path for FTP
Replies: 2
Views: 2867

I want to second this too ... It also affects browsing local files, because if you create a new folder and enter it ... then there are no files or folders to mouse over and you have to go back out to get your bearings. It would be nice to have it as an address bar so you could navigate by typing in ...
by ikeo
Mon Dec 10, 2007 2:54 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Tiny feature requests
Replies: 4
Views: 5211

@ syrupcore ... I'm aware of those short cuts but all the other bars in the editor are moveable ... Its just odd that that particular bar is not.
Is there a reason behind this?
by ikeo
Sun Dec 09, 2007 2:00 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improved php intellisense
Replies: 10
Views: 7443

Hey Karlis ... I finally figured out the problem!

if I use

Code: Select all

$test = new object();
instead of

Code: Select all

$test = &new object();
intellisense works fine
can you possibly fix this ... I still do a bit of work in PHP4 so passing by reference is a must.
by ikeo
Sun Dec 09, 2007 1:56 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Tiny feature requests
Replies: 4
Views: 5211

Tiny feature requests

1. Can you make it possible to move the Code Editor/Preview/Vertical Split bar around ... I like having my file tabs up top instead of at the bottom and having to mouse all the way down to preview is a pain. 2. Allow css to use php files as preview files? 3. Option to have Webuilder automatically ...
by ikeo
Sun Dec 09, 2007 1:51 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improved php intellisense
Replies: 10
Views: 7443

I have tried and tried and tried and I cannot get this to work.
Am currently using Web Builder 8.3
See screenshots ...
What am I doing wrong?


Image
Image
by ikeo
Tue Dec 04, 2007 2:07 am
Forum: Web Developer Talk
Topic: What do you think about Ruby language?
Replies: 10
Views: 11311

I like it a lot and Web Builder support would be great.
I use Net Beans beta currently for my Ruby/ROR coding.
by ikeo
Thu Nov 15, 2007 9:50 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improved php intellisense
Replies: 10
Views: 7443

Any chance of getting improved php intellisense. (Right now it just lists all the variables on a page ... so if you're building a class and use $this->do_something a couple of times ... you'll see $this->do_something however many times you use it instead of it just being one variable. Also it doesn ...
by ikeo
Fri Oct 19, 2007 10:28 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Improved php intellisense
Replies: 10
Views: 7443

Any chance of getting improved php intellisense. (Right now it just lists all the variables on a page ... so if you're building a class and use $this->do_something a couple of times ... you'll see $this->do_something however many times you use it instead of it just being one variable. Also it doesn ...
by ikeo
Thu Jun 07, 2007 9:23 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Some more questions ...
Replies: 1
Views: 2018

Some more questions ...

- Is there a way to have Web builder check for updates on startup? - The code folding feature seems to work in a way different from what I'm used to. Apparently you select a block of code and then you can make it fold ... Is there anyway to make the Web builder set the fold points on document load ...