Search found 7 matches

by green1000
Wed Apr 24, 2013 12:52 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: No html comments in eRuby templates. How to enable?
Replies: 6
Views: 4631

Re: No html comments in eRuby templates. How to enable?

No there are html comments! The direction you select the line matters: <% if(@somevar) %> <p><%= @somevar %></p> // select a line from the end to the beginning <--- |, ruby comment <p><%= @somevar %></p> // select a line from the beginning to the end | --->, HTML comment <% end %> Wow :) Is this a ...
by green1000
Wed Apr 24, 2013 12:33 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: No html comments in eRuby templates. How to enable?
Replies: 6
Views: 4631

Re: No html comments in eRuby templates. How to enable?

I don't think it's configurable, but a plugin can be written to do this. If you want me to, I can try to write the plugin for you, just let me know exactly how it should behave. Oh, what a service. For now I do not need. Nevertheless, thank you. But I was right, there is a situation that there is ...
by green1000
Fri Apr 19, 2013 11:36 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: No html comments in eRuby templates. How to enable?
Replies: 6
Views: 4631

Re: No html comments in eRuby templates. How to enable?

I just tried it (New eRuby, typed some html, selected, block comment and got <!-- -->). I might be doing something wrong, so please give some step by step instructions on reproducing the problem. Yes, works well. I had to correctly set keyboard shortcuts. But there is another problem. I wrote about ...
by green1000
Fri Apr 12, 2013 9:25 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: No html comments in eRuby templates. How to enable?
Replies: 6
Views: 4631

No html comments in eRuby templates. How to enable?

There is no html comments in eruby. As a block comment it puts # instead of <!-- -->
How to have html comments along with ruby's comments on keyboard shortcuts?
by green1000
Fri Apr 12, 2013 8:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to open script containing folder in one|two clicks?
Replies: 2
Views: 3555

Re: How to open script containing folder in one|two clicks?

Only the following can be used: F6 - Open containing folder <--- yes, present, very useful View > File explorer <--- yes, present, I use it Not clear: Right Click > Use Shell Menu <--- yes, the option is present in the menu, I can check it, but how to use it? Shift Right Click > Copy as Path ...
by green1000
Mon Apr 08, 2013 1:51 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: How to open script containing folder in one|two clicks?
Replies: 2
Views: 3555

How to open script containing folder in one|two clicks?

In Notepad++ if you left-click on the tab of the opened script you can choose from the menu: - open containing folder - copy script path - copy script directory path - open directory in cmd In Sublime Text 2 if you left-click on the work space of the script (anywhere in your script) you can choose ...
by green1000
Mon Apr 08, 2013 1:34 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Setting built-in web server hangs up Webuilder. Ruby issue
Replies: 1
Views: 1577

Setting built-in web server hangs up Webuilder. Ruby issue

I want to set the built-in Web server to preview eRuby pages from Webuilder. But something strange happens - Webuilder just hangs up and only its process termination can save. I'm on Windows XP. I think the problem is that it has no Erubis support. It says: 5. Enter the path to eruby.exe file (a ...