zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.6k stars 184 forks source link

Remove menu and auto-completion data for .NET and Java related XML document #698

Closed zufuliu closed 1 year ago

zufuliu commented 1 year ago

I'm planing to remove following menus and associated auto-completion data (inside EditAutoC_Data0.h):

XML (Java)
    Ant Build
    Maven POM
    Maven Settings
    Ivy Module
    Ivy Settings
    PMD Ruleset
    Checkstyle
Web Config
    Tomcat Config
    Web Config
    Struts Config
    Hibernate Config
    Hibernate Mapping
    Spring Beans
    JBoss Config
XML (.NET)
    Web Config  
    ResX Resource
    WPF XAML
XML (Others)
    Android Manifest
    Android Layout
zufuliu commented 1 year ago

Removed by d6a7ea89fad9ed078d0ff9ce316e787edce6bd44.