suggestion for new version

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!

suggestion for new version

Postby limonabc » Tue Jan 12, 2016 10:03 pm

hi, plz make an extension or built in feature named of 'wordpress code hints' , so that at the type wordpress code it suggest which code should i write here like html, css etc code hints, for example : when i will type after_s (then it should suggest after_setup_theme) ...then when i will type register_post (then it should suggest register_post_type (); ) got it? i found such type of extension in other ide/code editor ........... , according to my opinion these type of extension or build in function badly needed for webuilder, for lacking this feature i had to go other ide when i start html to wordpress, :oops:



and i found these post, i agreed there, viewtopic.php?f=4&t=6746 where you said 2 and 3 no is added in your suggestion list, when will it be added in webuilder? waiting for webuilder 2016, (
limonabc
 
Posts: 11
Joined: Sat Aug 08, 2015 8:29 pm

Re: suggestion for new version

Postby Aivars » Wed Jan 13, 2016 9:43 am

Some of the Wordpress autocomplete works if you enable Options -> Frameworks -> WordPress. I'm not sure about "after_setup_theme", I don't see such function in Wordpress API, only WP_Customize_Manager::after_setup_theme. register_post_type unfortunately is invalid in Auto-complete, we'll fix it. You can trigger Auto-complete by pressing Ctrl + Space if it doesn't appear automatically.

#3 will be in 2016, can't promise #2 but maybe.
Blumentals Software Programmer
User avatar
Aivars
Blumentals Software Developer
 
Posts: 2453
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: suggestion for new version

Postby limonabc » Wed Jan 13, 2016 10:51 pm

hi, i mean >functions.php < in wordpress theme development,

<?php
function myfunction (){

add_theme_support('title-tag');

add_theme_support('post-thumbnails');


}

add_action('after_setup_theme','myfunction');


i mean when i will type add_th < it will show hints exactly ( add_theme_support ();)
limonabc
 
Posts: 11
Joined: Sat Aug 08, 2015 8:29 pm


Return to HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests

Who is online

Users browsing this forum: No registered users and 11 guests