Search found 21 matches

by andrispp
Mon Feb 15, 2010 10:11 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Search when typing inconsistency (in filelists)
Replies: 2
Views: 1683

Search when typing inconsistency (in filelists)

Hi, When I try searching in file list by typing in FTP explorer, then everything works great - that is - if I press multiple letters quickly then matching file is focused. For example, But if I try the same in File Explorer panel's filelist, then each letter are interpreted as new search and it is ...
by andrispp
Tue Dec 08, 2009 11:57 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Javascript code explorer bug (wrong function nesting)
Replies: 2
Views: 1728

Javascript code explorer bug (wrong function nesting)

See code below. Problem is that outer_foo() function is displayed as child of wrap_foo() function in code explorer panel. WeBuilder 10.1.0.119 var wrap_foo = function() { var inner_foo = function() { } bar({ marginLeft: some_variable / 2 }); // THIS DOES NOT WORK // bar({ marginLeft: some_variable ...
by andrispp
Mon Sep 21, 2009 11:50 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Check for (and correct) dbl-spacing when opening files...
Replies: 16
Views: 7724

Re: Check for (and correct) dbl-spacing when opening files...

Removed all extensions from FTP Options Transfer Mode list to disable any conversation.

The strange thing is that all files was previously edit by Webuilder 2008 which had exact FTP file conversation settings as 2010 (Acctualy it seems that both versions share settings).
by andrispp
Mon Sep 21, 2009 8:49 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Check for (and correct) dbl-spacing when opening files...
Replies: 16
Views: 7724

Re: Check for (and correct) dbl-spacing when opening files...

I just had this problem with new 2010 version. Never had with 2008.

I don't get it. If new line is detected by LF in Unix and CR+LF in Windows then where is the problem just to ignore CR and use only LF for detecting where new lines should start ?
by andrispp
Sat Sep 19, 2009 12:16 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 'Enter' does not work in File Explorer (v10.0.0.111)
Replies: 3
Views: 1923

Re: 'Enter' does not work in File Explorer (v10.0.0.111)

Funny. I was pretty sure that it worked in 2008 but I just checked it and it really did not work. :)
by andrispp
Fri Sep 18, 2009 2:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Easier project Libary data refreshing
Replies: 1
Views: 1380

Re: Easier project Libary data refreshing

Or maybe even better if WeBuilder would reindex file automatically if it is edited (and saved) through WebBuilder and it is in one of the Project's libary pathes.
by andrispp
Fri Sep 18, 2009 2:44 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Easier project Libary data refreshing
Replies: 1
Views: 1380

Easier project Libary data refreshing

If I have project with libraries that are changed day to day basis, then library data refreshing is not very convenient.

A keyboard shortcut or some fast way in File Explorer would be good to refresh library data. I personally would prefer keyboard shortcut.
by andrispp
Fri Sep 18, 2009 2:34 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: 'Enter' does not work in File Explorer (v10.0.0.111)
Replies: 3
Views: 1923

'Enter' does not work in File Explorer (v10.0.0.111)

Cannot open files (nothing happens) in File Explorer with keyboard. Applies both to Project and Folders tabs. In FTP Enter works.
by andrispp
Fri Sep 18, 2009 11:27 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Autocomplete problems for static method calls (v10.0.0.111)
Replies: 2
Views: 1854

Autocomplete problems for static method calls (v10.0.0.111)

1. Autocomplete select is not shown automaticaly when trying to call static method. In this example everything works: $o = new Object(); $o->[after > is entered autocomplete pops up and everything is fine] But in this not: Object::[to open autocomplete I have to start type something] 2. When trying ...
by andrispp
Sat Jan 20, 2007 1:42 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP - Lost code library - again.
Replies: 4
Views: 4049

It's ok, i can get all the code that was in library from my previous projects.
by andrispp
Thu Jan 18, 2007 10:20 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP - Lost code library - again.
Replies: 4
Views: 4049

RapidPHP - Lost code library - again.

I lost all my code library. What could go wrong ? I didn't do anything special. I didn't reinstalled rapidphp. I don't remember any crash recently either. I just opened my code library and it was empty. Fortunately, it wasn't very large. Just some snippets. My large library lost some time ago when ...
by andrispp
Fri Oct 20, 2006 11:01 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "New project" and "Files of Type"
Replies: 4
Views: 4180

Oh, sorry, my bad. I did'nt notice that it was a combo list :).
by andrispp
Thu Oct 19, 2006 11:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: A TODO and NOTES feature in Project Manager
Replies: 4
Views: 5194

A TODO and NOTES feature in Project Manager

Hello,

I think it could be usefull if project manager would have some kind of TODO and NOTES feature.

I think the idea is pretty self-explanatory.
by andrispp
Thu Oct 19, 2006 11:18 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "New project" and "Files of Type"
Replies: 4
Views: 4180

Try:

Select File of Types, press Delete, then Shift + 8 (*), the default list of file types shows again. It's a bit incorrect, I think.

PS. Sorry for late answer.