EditPlus Automatic completion, template configuration, and editplus completion Template
EditPlus is really a very useful Editor, although small, but short, fast. As long as the configuration is complete, the function is also very powerful. The following describes how to configure automatic completion of EditPlus and template configuration.
I. Automatic Configuration completion: (taking CSS development as an example)
1. Click the orange check mark in the toolbar above.
(Or Click Tools> Preferences)
2. click Settings & syntax on the left in the pop-up box, and then follow the prompts.
CSS auto-completion configuration file by pmm, # T ={{ ^ !} # T = Bborder: ^! # T = BTborder-top: ^! # T = BLborder-left: ^! # T = BRborder-right: ^! # T = BBborder-bottom: ^! # T = Ccolor: ^! # T = Ffont: ^! # T = BGbackground: ^! # T = BCbackground-color: ^! # T = PApadding: ^! # T = PLpadding-left: ^! # T = PRpadding-right: ^! # T = PTpadding-top: ^! # T = PBpadding-bottom: ^! # T = MAmargin: ^! # T = MLmargin-left: ^! # T = MRmargin-right: ^! # T = MTmargin-top: ^! # T = MBmargin-bottom: ^! # T = FLfloat: ^! # T = WIwidth: ^! # T = HEheight: ^! # T = POposition: ^! # T = ABabsolute; ^! # T = ALPHAfilter: alpha (opacity: ^ !) Opacity: # T = FSfont-size: ^! # T = TAtext-align: ^! # T = DIdisplay: ^! # T = VIvisibility: ^! # T = LHline-height: ^! # T = CLclear: ^! # T = RIright ^! # T = LEleft ^! # T = RErelative ^! # T = OFoverflow: ^! # T = HIhidden ^! # T = FFfont-family: ^! # T = FSIfont-size: ^! # T = FCfont-color: ^! # T = TItext-indent: ^! # T = LSlist-style: ^! # T = TDtext-decoration: ^!
Ii. Configuration template: (take HTML development as an example)
1. Click the orange check box in the top toolbar (or Click Tools> Preferences)
2. In the displayed dialog box, click Templates on the left and follow the prompts.
Edit the template.html file template in the editpluseditor and save it. Restart EditPlus to use the template you Just configured.