Search found 27 matches

by Tecktron
Sat May 30, 2015 11:23 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Bug: undo makes tabs, spaces
Replies: 1
Views: 1716

Bug: undo makes tabs, spaces

I've notice this bug:
When I remove a line (that contains tabs) and I then undo (Ctrl-z) the line is now spaces instead of tabs as it previously was.
I think it should keep the same spacing as previous.

Thanks!
by Tecktron
Sat Feb 28, 2015 5:50 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: A fix needed for auto indenting with tabs enabled.
Replies: 3
Views: 3402

Re: A fix needed for auto indenting with tabs enabled.

Yes I have thought about this, and personally I don't like to mix spaces and tabs, as most good coding conventions suggest. I find in most cases (99%) I'm either working with the tab indents or without them, not both. I find that when working with tab characters, this auto-space issue is far more ...
by Tecktron
Sat Feb 28, 2015 5:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Open new window
Replies: 2
Views: 2543

Re: Open new window

Thank you Aivars!

This is very good news to hear!
by Tecktron
Fri Feb 27, 2015 5:18 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Open new window
Replies: 2
Views: 2543

Open new window

I would like to be able to open new windows. I believe this will help with project support. I may be one of the few, but I work on multiple projects simultaneously. Very often I am getting lost with having too many tabs open from more than one project. I would like to be able to have separate ...
by Tecktron
Fri Feb 27, 2015 4:25 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Project switching changes tabs also
Replies: 7
Views: 6600

Re: Project switching changes tabs also

Thanks for this Dave!

This is a good start to project management.
by Tecktron
Thu Jan 29, 2015 4:33 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: PHP strings highlight improvements
Replies: 4
Views: 6108

Re: PHP strings highligt improvements

This is so old I'm not sure why it hasn't made it in yet, it should be standard. So here is my vote on this. Add color options to key terms in the code like: false, true, null ? Also the ability to set if these terms should be uppercase or lowercase (and auto-correct to those settings). EG: type ...
by Tecktron
Fri Jan 23, 2015 3:17 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Close button for all tabs - YES or NO? Please vote.
Replies: 6
Views: 7336

Re: Close button for all tabs - YES or NO? Please vote.

I think making this a 3 way option in Options>Preferences>General would be the best route to take (and why not?). Close buttons on tabs: Always show Show only on current Hidden Everybody wins and everybody is happy, no? I would use 'Always show' on my laptop (the trackpad has no middle button) but ...
by Tecktron
Wed Dec 24, 2014 4:27 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Project switching changes tabs also
Replies: 7
Views: 6600

Re: Project switching changes tabs also

My ideal case would be that I can still open files in the file explorer for files that are not part of the project. This would be how you would open foreign files into the current project's view. It would be nice if there was an option to save a project's current view on exit/project close. Kind of ...
by Tecktron
Wed Dec 24, 2014 4:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Ctrl+Tab / Current Working Directory / Open File List
Replies: 2
Views: 3135

Re: Ctrl+Tab / Current Working Directory / Open File List

+1 for this, especially the ctrl-tab in last used file order.
by Tecktron
Wed Dec 24, 2014 4:16 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: A fix needed for auto indenting with tabs enabled.
Replies: 3
Views: 3402

A fix needed for auto indenting with tabs enabled.

This has been something that has been bothering me for quite some time. When using indenting as tabs, if I go down a line to an indent and start typing, I should get tabs to that point. The editor is not smart enough to realize that I have the option 'indent with tabs' on and creates a whole bunch ...
by Tecktron
Fri Aug 29, 2014 5:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: 64bit & multithreading support
Replies: 0
Views: 2950

64bit & multithreading support

Nobody seems to have brought it up yet, so I thought I might as well.
Having a native 64bit version with multithreading would be nice.
Could handle large files (<2GB), Faster processing, multiple cores, use more memory, etc. etc.
Would be nice to see in the next major version (13.0).

Thanks.
by Tecktron
Mon Jun 23, 2014 10:38 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Find in Files: Choose Folder by marking in File Explorer!
Replies: 4
Views: 4180

Re: Find in Files: Choose Folder by marking in File Explorer

+1 for this. Also when working with a project, I sometimes want to search just within a folder (usually within that project). It would be nice if when switch from a project search to a folder search, that the folder dropdown would automatically update to be the current folder (as list in the project ...
by Tecktron
Tue Mar 25, 2014 8:59 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Menu option to display whitespace characters
Replies: 2
Views: 2566

Re: Menu option to display whitespace characters

Cheers!
That was it!
I don't know how I missed that. (Face palm)

Many Thanks!

To any Mod, you can probably remove this thread.
by Tecktron
Mon Mar 10, 2014 8:15 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Menu option to display whitespace characters
Replies: 2
Views: 2566

Menu option to display whitespace characters

Basic text stuff. I would find this REALLY useful especially when you have to be very stringent about code formatting and having to search for multiple spaces vs tabs in a 6000+ line document can be come quite tedious. In fact, I have to use separate app. Having a menu option to see white space ...
by Tecktron
Tue Feb 18, 2014 8:45 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: Adding php functions to suggestions list
Replies: 3
Views: 2967

Re: Adding php functions to suggestions list

Sorry, you were correct about the PDO working, I was having a conflict with a previous project linkage.

However, sqlsrv (Microsoft SQL Server Extension) functions are not working.
I'm making sure that there is no conflict by using a blank php file with no project association.

Thanks!