Search found 4 matches

by Dexblog
Thu Jan 05, 2017 8:39 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Please add CTRL + CLICK, goto definition
Replies: 2
Views: 2890

Re: Please add CTRL + CLICK, goto definition

You can also create your own ShortCode for this.

I added Ctr+Alt+D and i get to the file i want:)
by Dexblog
Sun Nov 27, 2016 6:34 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Code Explorer settings
Replies: 1
Views: 2455

Code Explorer settings

Hi. Another request that i think it will be a great helpfully feature... Have a settings for Explorer Code and allow us to select the order of the stuff there. Exemple: For PHP i would really want that the functions to be first in the list... And i do not really need the includes and required on ...
by Dexblog
Sat Nov 26, 2016 10:21 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Rapid PHP - array format
Replies: 2
Views: 3036

Re: Rapid PHP - array format

Thank you.

If i will have time will try to make a Plugin for this:).... but i am a little busy now
by Dexblog
Sat Nov 26, 2016 11:33 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Rapid PHP - array format
Replies: 2
Views: 3036

Rapid PHP - array format

I would like to have the posibility to format arrays and object different: Now when i choose to format the PHP i get this: $my_post = array('post_title' => date("Y:m:d G:i:s") . " " . get_current_user_id(), 'post_content' => $sharetext, 'post_status' => 'publish', 'post_author' => get_current_user ...