feature request: Bootstrap CSS keyboard shortcuts

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
limonabc
Posts: 11
Joined: Sat Aug 08, 2015 8:29 pm

feature request: Bootstrap CSS keyboard shortcuts

Post by limonabc »

twitter bootscarp is needed for web design, there is no support for twitter bootscarp in rapid php editor 2015, so i think a plugin can be developed for twitter bootscarp, for example it can be like this :|

•Ctrl + Shift + Alt + F1 > container 'div'
•Ctrl + Shift + Alt + F2 > fluid container 'div'
•Ctrl + Shift + Alt + F3 > row 'div'
•Ctrl + Shift + Alt + F4 > fluid row 'div'
•Ctrl + Shift + Alt + F5 > section
•Ctrl + F1 > col-xs-1 'div'
•Ctrl + F2 > col-xs-2 'div'
•Ctrl + F3 > col-xs-3 'div'
•Ctrl + F4 > col-xs-4 'div'
•Ctrl + F5 > col-xs-5 'div'
•Ctrl + F6 > col-xs-6 'div'
•Ctrl + F7 > col-xs-7 'div'
•Ctrl + F8 > col-xs-8 'div'
•Ctrl + F9 > col-xs-9 'div'
•Ctrl + F10 > col-xs-10 'div'
•Ctrl + F11 > col-xs-11 'div'
•Ctrl + F12 col-xs-12 'div'
•Ctrl + Alt + F1 col-sm-1 'div'
•Ctrl + Alt + F2 col-sm-2 'div'
•Ctrl + Alt + F3 col-sm-3 'div'
•Ctrl + Alt + F4 col-sm-4 'div'
•Ctrl + Alt + F5 col-sm-5 'div'
•Ctrl + Alt + F6 col-sm-6 'div'
•Ctrl + Alt + F7 col-sm-7 'div'
•Ctrl + Alt + F8 col-sm-8 'div'
•Ctrl + Alt + F9 col-sm-9 'div'
•Ctrl + Alt + F10 > col-sm-10 'div'
•Ctrl + Alt + F11 > col-sm-11 'div'
•Ctrl + Alt + F12 > col-sm-12 'div'
•Ctrl + Shift + F1 > col-md-1 'div'
•Ctrl + Shift + F2 > col-md-2 'div'
•Ctrl + Shift + F3 > col-md-3 'div'
•Ctrl + Shift + F4 > col-md-4 'div'
•Ctrl + Shift + F5 > col-md-5 'div'
•Ctrl + Shift + F6 > col-md-6 'div'
•Ctrl + Shift + F7 > col-md-7 'div'
•Ctrl + Shift + F8 > col-md-8 'div'
•Ctrl + Shift + F9 > col-md-9 'div'
•Ctrl + Shift + F10 > col-md-10 'div'
•Ctrl + Shift + F11 > col-md-11 'div'
•Ctrl + Shift + F12 > col-md-12 'div'
•Shift + Alt + F1 > col-lg-1 'div'
•Shift + Alt + F2 > col-lg-2 'div'
•Shift + Alt + F3 > col-lg-3 'div'
•Shift + Alt + F4 > col-lg-4 'div'
•Shift + Alt + F5 > col-lg-5 'div'
•Shift + Alt + F6 > col-lg-6 'div'
•Shift + Alt + F7 > col-lg-7 'div'
•Shift + Alt + F8 > col-lg-8 'div'
•Shift + Alt + F9 > col-lg-9 'div'
•Shift + Alt + F10 > col-lg-10 'div'
•Shift + Alt + F11 > col-lg-11 'div'
•Shift + Alt + F12 > col-lg-12 'div'
•Ctrl + 1 > insert col-xs-offset-{number}
•Ctrl + 2 > insert col-sm-offset-{number}
•Ctrl + 3 > insert col-md-offset-{number}
•Ctrl + 4 > insert col-lg-offset-{number}
•Ctrl+Shift+N > Create a Navigation toolbar
•Ctrl+Shift+P > Create a Panel
•Ctrl+Shift+M > Create a Modal
•Ctrl+Shift+I > Create an input group
•Ctrl+Shift+C > Create an input group
•Ctrl+Shift+Alt+C > Create an input group


this topic is just for suggestion, it will be effective and easier for us if we get this type of strong "twitter bootscarp" supported plugin, 8)
Last edited by kfury77 on Tue Sep 08, 2015 5:20 pm, edited 1 time in total.
Reason: added the feature request summary
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: feature request

Post by pmk65 »

It's not a function that I use often, but wouldn't that already be possible using the Template/Library functionality?
http://help.blumentals.net/webuilder/re ... ibrary.htm


If not, then you could write your own plugin. :)

Also if you combine blumentals plugin documentation: http://help.blumentals.net/webuilder/pl ... ucture.htm
With this: http://www.delphibasics.co.uk/ and this: https://www.fast-report.com/public_download/fs_en.pdf
you get a pretty good list of available functions you can use in your plugin.

And if you are setting up GUIs in your plugin, then this program is a real goo time saver when it comes to positioning the GUI elements.
http://www.be-precision.com/download/

You can also take a look at the plugins I have published, as they contain lots of comments. ;)
There are 10 types of people in the world: Those who understand binary and those who don't.
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: feature request

Post by Aivars »

Maybe it's just me but wouldn't this be awfully hard to remember if there were dozens of shortcut keys to memorize? There is another issue that many of the shortcut combinations that you are proposing are already in use by other functionality.
I think pmk65 is right that snippets (Library) would be suited best for this.
Blumentals Software Programmer
User avatar
kfury77
Posts: 97
Joined: Mon Jun 13, 2005 11:55 pm
Location: Osaka, Japan
Contact:

Re: feature request: Bootstrap CSS keyboard shortcuts

Post by kfury77 »

Ah, yes. I requested adding Bootstrap CSS classes to autocomplete as a Framework that could be installed. http://forums.blumentals.net/viewtopic.php?f=1&t=6572
I'd still love for this to be added to a future update, or if pmk65 would like to build the plugin? ;-) I'm sure it would be very popular as Bootstrap is the most popular CSS framework in the world.
limonabc
Posts: 11
Joined: Sat Aug 08, 2015 8:29 pm

Re: feature request: Bootstrap CSS keyboard shortcuts

Post by limonabc »

i am really waiting for new version of rapid php which support twitter bootscarp, i dont know why it is being late as it is now most expectable from rapid php developers.... , :(
mukta
Posts: 2
Joined: Sat Sep 05, 2015 3:53 pm

Re: feature request: Bootstrap CSS keyboard shortcuts

Post by mukta »

hm i agree with this suggestion,
Post Reply