Search found 34 matches

by ttx
Tue Dec 07, 2021 3:10 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Reopen file - better history
Replies: 1
Views: 7000

Reopen file - better history

I often work with multiple files at once. Sometimes I close a file by accident, or if I think I dont need it anymore. Then if I want to reopen that file, I have to go and find it on filesystem, because it isn't in the File > Reopen menu. Looks like files are added to this menu when opened, it should ...
by ttx
Tue Dec 07, 2021 3:01 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Wrap tabs to another line
Replies: 2
Views: 8021

Re: Wrap tabs to another line

Great idea, please add this.
by ttx
Fri Feb 26, 2021 10:48 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Color highlighting inside *.scss files is inconsistent
Replies: 0
Views: 2054

Color highlighting inside *.scss files is inconsistent

When you place a variable inside a function, color of these variables is different.

Image

I think you would consider this similiar (photoshoped) example a bug:

Image
by ttx
Fri Feb 26, 2021 10:46 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: "Select content" and "Select Tag Block" bug
Replies: 0
Views: 2035

"Select content" and "Select Tag Block" bug

I am using function "Select content" and "Select Tag Block" a lot. I have these function on Ctrl+W and Ctrl+Q shortcuts. Most of the time it works great. See the following code https://i.imgur.com/rKgDqDG.png When you place cursor inside the text and press Ctrl+W, the text gets selected. But if ...
by ttx
Fri Feb 26, 2021 10:43 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Change font in search/replace when using regex
Replies: 0
Views: 5904

Change font in search/replace when using regex

PSPad editor has this nice feature when you switch to regex in Search/Replace dialog it switches the font from serif to monospaced (and changes the background color from white to yellow, so you always know you have regex on) I think it's much easier to edit regular expressions this way. https://i ...
by ttx
Fri Nov 22, 2019 10:52 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add scss file support
Replies: 1
Views: 4008

Add scss file support

Hi, recently I switched css preprocessors from LESS to SCSS. Can you please add support for these files? Bellow is screenshot: - if i add scss files to SASS in options, selectors are red (looks like errors), but variables and mixins are ok. - if i add scss files to LESS in options, selectors are ok ...
by ttx
Thu Oct 31, 2019 10:07 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Suggestions for 2020 - font ligatures and async exec in api
Replies: 1
Views: 3668

Suggestions for 2020 - font ligatures and async exec in api

Hi, as of every year, i am writing my suggestions for next version of your editors. First is code ligatures, mainly to use with the new font from microsoft, Cascadia Code: https://devblogs.microsoft.com/commandline/cascadia-code/ Second is to add function to your plugin API, which will work like ...
by ttx
Sat Apr 07, 2018 11:56 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Add option to disable color preview
Replies: 2
Views: 2682

Add option to disable color preview

Hi, i just bought an update and so far is looking good. Still, there is one thing that bothers me. In css/less files there are a lot of colors. So while writing code, very often the cursor is (randomly) left on one of these colors. This: - disables autocomplete popups - draws unnecessary attention ...
by ttx
Fri Feb 23, 2018 6:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Dock search/replace panel to bottom
Replies: 0
Views: 2664

Dock search/replace panel to bottom

Hi, i noticed information about the new 2018 version of your tools. Can you please consider adding this function? How should this work: - leave all functions of current search/replace dialog, just dock it to bottom. - show this panel on Ctrl+F, Ctrl+R etc... - here is an example from Sublime text ...
by ttx
Tue Jan 12, 2016 1:14 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code highlighting in LESS files
Replies: 2
Views: 3330

Re: Code highlighting in LESS files

Aivars wrote:This will be fixed in the new major version but here's the syntax file for you.
Thank you. It works perfectly. :)
by ttx
Sun Jan 10, 2016 9:55 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Code highlighting in LESS files
Replies: 2
Views: 3330

Code highlighting in LESS files

Hi, few weeks ago i started using BEM methodology (https://en.bem.info/). Preprocessors like LESS makes this incredibly easy. Code looks like this: .tab { &-item { display: inline-block; } &-link { color: blue; } } and gets translated to: .tab-item { display: inline-block; } .tab-link { color: blue ...
by ttx
Tue Dec 09, 2014 7:52 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2015 - Indent guides not showing
Replies: 8
Views: 5416

Re: RapidPHP 2015 - Indent guides not showing

Thanks. Maybe bacause on RDC there is no hardware graphic acceleration?
by ttx
Tue Dec 09, 2014 7:02 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2015 - Indent guides not showing
Replies: 8
Views: 5416

Re: RapidPHP 2015 - Indent guides not showing

After connecting a monitor to the work computer - everything is fine on monitor, but still no indent guides over remote desktop (i see the right margin and everything is the same on monitor and remote desktop - except the indent guides).

Any ideas?

Thank you.
by ttx
Tue Dec 09, 2014 6:52 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2015 - Indent guides not showing
Replies: 8
Views: 5416

Re: RapidPHP 2015 - Indent guides not showing

Just tried clean install of RapidPHP and WebBuilder (both portable) - still not working on work PC. Tried to copy whole folder to another computer - there it works as expected. What can be wrong? Both computer are running on Window 7 64. The only difference is the work computer is accessed through ...
by ttx
Tue Dec 09, 2014 6:26 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: RapidPHP 2015 - Indent guides not showing
Replies: 8
Views: 5416

Re: RapidPHP 2015 - Indent guides not showing

Aivars wrote:Try Options -> Preferences -> Text Editor -> View. Make sure that "Show indent lines" is checked and that the color is different than background color.
Tried that many times - option is checked (+settings file confirms that) and the color is bright red. Still nothing :(