Make the editplus3 function template fully display the Function

Source: Internet
Author: User

I often use editplus, mainly because it is fast to start, small files, custom code, and green. It is found that when you use the shortcut key ctrl + F11 to open the function list, that is, all the function names in the file will be displayed in the list, double-click will select the function, very convenient

However, after editplus 3 is installed by default, it does not support object-oriented methods such as final and static display. So I checked the settings of the function template and used regular expressions to configure it, you can easily change the regular expression OKl, such:

Copy codeThe Code is as follows: ^ [\ t] * (public | private | protected )? Function [\ t]. * \ ([^;] * $ Copy codeThe Code is as follows: ^ [\ t] * (final )? (Public | private | protected )? (Static )? Function [\ t]. * \ ([^;] * $

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.