Search found 9 matches

by R1R
Tue Aug 09, 2016 10:22 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: older versions of Rapid PHP
Replies: 1
Views: 2816

older versions of Rapid PHP

Is there a place where I could download older versions of Rapid PHP? I have the latest 14.1.0.185 and encountering some memory problems with it. It freezes for a while (which is a looong sec) really very often. I reinstalled it, scanned my pc and checked everything came upon my mind, but I can not ...
by R1R
Tue Aug 09, 2016 10:05 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Windows' MRT says: rapidphp.exe may be infected
Replies: 2
Views: 2532

Re: Windows' MRT says: rapidphp.exe may be infected

Rapid PHP is downloaded from this site. My Avira antivirus says everything is ok, so it is just some weird behavior od MRT. First while the scan is still running it shows up that one file is infected. But when it is finished says nothing found. If Rapid PHP is not running after clicking finish MRT ...
by R1R
Tue Jul 26, 2016 11:24 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Windows' MRT says: rapidphp.exe may be infected
Replies: 2
Views: 2532

Windows' MRT says: rapidphp.exe may be infected

Windows Vista's MRT.exe (July) says: rapidphp.exe (2016 latest) may be infected. Gives no more information, nor solution.
by R1R
Tue Jul 26, 2016 10:39 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP repeated crash
Replies: 2
Views: 3376

RapidPHP repeated crash

RapidPHP 2016 (newest) CSS related issue. Write the following in a CSS file:

Code: Select all

p::before {content:'}
Your cursor is right after the first single quote. Write a space (press the spacebar) and try to close the single quote. RapidPHP crashes, repeatedly.
by R1R
Mon Jul 06, 2015 5:54 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug: Regex Search & Replace doesn't work correctly
Replies: 5
Views: 4906

Re: Bug: Regex Search & Replace doesn't work correctly

It has only a very basic regex support for simple use. I use http://www.regexbuddy.com.
by R1R
Mon Jul 06, 2015 10:00 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug: Regex Search & Replace doesn't work correctly
Replies: 5
Views: 4906

Re: Bug: Regex Search & Replace doesn't work correctly

If what you want is selecting the first "(" and anything to the end of the line , so try this \([^\(]*?^ It finds the first "(" and any character between to the end of the line what is NOT a "(". Or a simpler verison without checking the characters as NOT a "(" \(.*?^
by R1R
Mon Jul 06, 2015 9:28 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: CSS syntax-highlighting issue in Rapid PHP 2015
Replies: 1
Views: 2338

CSS syntax-highlighting issue in Rapid PHP 2015

Hi. I found a syntax-highlighting issue in Rapid PHP 2015 last version. When the NOT pseudo-class is declared, anything after the comma losts its proper syntax-highlighting. See this example in the editor (I am reproducing here the colours):

p:not(.kom),p.sedd {text-indent: 1.2em;}
by R1R
Fri Oct 24, 2014 4:04 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Tags in Block automaticaly offset
Replies: 1
Views: 1741

Re: Tags in Block automaticaly offset

I suppose that it is similar to Rapid PHP: Go to preferences, check auto-indent and specify the indent-size. Also check or uncheck Constrain cursor to text.
by R1R
Thu Oct 23, 2014 11:23 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Typing Alt+number doesn't work
Replies: 1
Views: 1793

Typing Alt+number doesn't work

Am I missing something or there is no way inserting a spec. character simply typing ALT + some number like in Notepad or the like? I am aware of the possibility inserting spec. characters by the menu (or Ctrl+Alt+S), but it just takes too much time. For me it is easier and faster typing it directly ...