ADD THE SLIDER CODE HERE

2015年9月26日 星期六

[Notepad++] TextFX Characters


●Notepad Plugin - TextFX功能:文字工具

STEP 01. 外掛模組>>【TextFX
  • TextFX Characters:字串處理、轉換
  • TextFX Quick:搜尋字串
  • TextFX Edit:編輯字串
  • TextFX Convert:字串轉換
  • TextFX Insert:插入字串
  • TextFX HTML Tidy:精簡HTML
  • TextFX Tools:字串工具
  • TextFX Viz
  • TextFX Viz Settings
  • TextFX Settings:TextFX設定

  • 【TextFX Characters】字串處理、轉換
    選單項目 說明
    Convert quotes to " 轉換 雙引號 "
    Convert quotes to ' 轉換 單引號 '
    Drop quotes " & ' 刪除引號 " & '
    Escape " to \" 轉換 雙引號 "為 反斜線雙引號 \"
    Escape ' to \' 轉換 單引號 '為 反斜線單引號 \'
    Escape ' to \" 轉換 單引號 '為 反斜線雙引號 \"
    Escape both "&' to \"&\' 轉換 雙引號與單引號 為 反斜線雙引號與單引號
    unEscape \" to " 反轉換 反斜線雙引號 \" 為 雙引號 "
    unEscape \' to ' 反轉換 反斜線單引號 \' 為 單引號 '
    unEscape \" to ' 反轉換 反斜線雙引號 \" 為 單引號 '
    unEscape both \"&\' to "&' 反轉換 反斜線雙引號與單引號 為 雙引號與單引號
    Escape " to "" 轉換 雙引號 " 為 二個雙引號 ""
    Escape ' to "" 轉換 單引號 ' 為 二個雙引號 ""
    unEscape "" to " 反轉換 二個雙引號 "" 為 雙引號 "
    unEscape "" to ' 反轉換 二個雙引號 "" 為 單引號 '
    UPPER CASE 字串轉換為大寫
    lower case 字串轉換為小寫
    Proper Case 字串轉換為首字大寫,其他小寫
    Sentence case. 句子模式
    iNVERT cASE 大小寫互換
    Zap all characters to space
    Zap all non printable characters to #
    【TextFX Quick】搜尋字串
    選單項目 說明
    Mark word or Find reverse 搜尋反白字串的上一個符合的字串
    Mark word or Find Forward 搜尋反白字串的下一個符合的字串
    '+Mark word or Find Case Sensitive
    '+Mark word or Find Whole Words
    Find matching {(Brace])} 搜尋匹配的括號
    Mark to marching {(Brace])} 搜尋匹配的括號,並將內容選取反白
    Delete Marked {(Brace])} Pair 刪除匹配的括號
    Mark lines to matching {(Brace])} 搜尋匹配的括號,並將內容選取反白
    Find/Replace
    Duplicate Line or Block
    【TextFX Edit】編輯字串
    選單項目 說明
    Fill Down Insert
    Fil Down Overwrite
    Insert (Clipboard) through lines
    Reindent C++ Code 重新調整縮排 for C++
    Leading space to tabs or tabs to spaces 前導空格轉換為tabs或轉換為空格
    Leading space to tabs or tabs to spaces width=8 前導空格轉換為tabs或轉換為空格
    Trim Trailing Spaces 修剪字尾的空格
    Indent text sticky left margin 反白文字縮排
    Indent & surround {text lines}
    Delete Blank Lines 刪除空行
    Delete Surplus Blank Lines 如有二行以上的空行,刪除多餘的空行
    Strip unquoted text (VB) separate by (Clipboard<=20)
    Strip unquoted text (C) separate by (Clipboard<=20)
    Kill unquoted (VB) whitespace
    Kill unquoted (C) whitespace
    Split lines at (clipboard character) or ,(VB)
    Split lines at (clipboard character) or ,(C)
    Line up multiple lines by (,)
    Line up multiple lines by (=)
    Line up multiple lines by (Clipboard character)
    Unwrap Text
    ReWrap Text to (Clipboard or 72) width
    Pad rectangular selection with spaces
    【TextFX Convert】字串轉換
    選單項目 說明
    Encode URI Component URL編碼
    Encode HTML (&<>") 轉換為HTML編碼。
    例:把“<”轉換為“&lt;”、把“>”轉換為 “&gt;”。
    Strip HTML tags table tabs 刪除HTML的標籤
    Strip HTML tags table nontabs 刪除HTML的標籤く
    Submit to W3C HTML Validator
    Submit to W3C CSS Validator
    Convert text to code command("text=\"value\"");
    Convert Decimal Number to Binary
    Convert Decimal Number to Octal
    Convert Decimal Number to Hex
    Convert Hex Number to Decimal
    Convert Octal Number to Decimal
    Convert Binary Number to Decimal
    Convert C-style Number to Decimal
    Convert text to Hex-16
    Convert text to Hex-32
    Convert text to Hex-64
    Convert text to Hex-128
    Convert hex byte runs into LE-WORDS
    Convert hex byte runs into LE-DWORDS
    Convert LE-words to hex byte nuns
    Convert Hex to text
    ROT13 Text
    Convert EBCDIC to ASCII
    Convert ASCII to EBCDIC
    Convert KOI8_R to CP1251
    Convert CP1251 to KOI8_R
    【TextFX Insert】插入字串
    ★這部份的功能部份測試無法正常插入字串
    選單項目 說明
    Current Full Path 插入當前文件的完整路徑
    Current File Name 想插入當前文件的文件名
    Current Directory 插入當前文件的一個目錄名
    Date & Time - short format 插入短格式的日期和時間
    Date & Time - long format 插入長格式的日期和時間
    【TextFX HTML Tidy】精簡HTML
    【TextFX Tools】字串工具
    選單項目 說明
    Sort lines case sensitive (at column)
    Sort lines case insensitive (at column)
    +Sort ascending
    +Sort outputs only UNIQUE (at column) lines
    Insert Ascii Chart or Character 插入的ASCII字符或漢字
    Insert Ruler 插入標尺
    Insert Line Numbers 插入行號
    Delete Line Numbers or First Word 刪除行號或第一個字
    Clean eMail > Quoting
    UUdecode
    Base64 Decode
    Word Count 計算字數、行數
    Add up numbers
    Empty Undo Buffer (be sure to save) 清空緩衝區 (一定要保存)
    【TextFX Viz】
    選單項目 說明
    Show Between-Selected or All-Reset Lines
    Hide Between-Selected or All-Reset Lines
    Invert Visibility Between-Selected or All Lines
    Hide Lines with (Clipboard) text
    Hide Lines without (Clipboard) text
    Show Lines with (Clipboard) text
    Show Lines without (Clipboard) text
    Show More Lines around my position...
    Hide/Show sequence all steps
    Hide/Show sequence singlestep start
    Hide/Show sequence singlestep next
    Hide/Show sequence singlestep rest
    Select as Hide/Show sequence
    Insert Show/Hide Sequence
    Copy Visible Selection
    Cut Visible Selection
    Delete Visible Selection
    Copy Invisible Selection
    Cut Invisible Selection
    Delete Invisible Selection
    Copy Entire Selection (no append)
    Cut Entire Selection (no append)
    Copy & Append Entire Selection
    Cut & Append Entire Selection
    Paste as UTF-8/ANSI
    Paste
    【TextFX Viz Settings】
    選單項目 說明
    +Viz Text Search Case Sensitive
    +Viz Text Search Whole Words
    +Viz Text Search Regex
    +Viz Copy-Cut Appends to clipboard
    +Viz Copy-Cut always converts to CRLF
    +Viz Copy-Cut replace [NUL] with space
    +Viz Copy-Cut also in UTF-8
    +Viz Copy-Cut not in UNICODE
    +Viz Paste retains position
    +Viz Paste/Append binary
    +Viz Paste converts EOL to editor
    +Viz Capture Keyboard Ctrl-C,X,V
    【TextFX Settings】TextFX設定
    選單項目 說明
    +Cancel Overwrite Mode moving from current line
    +Autoclose XHTML/XML
    +Autoclose {([Brace
    +Autoconvert typed leading spaces to tabs
    +Autoconvert typed HTML/XML to &entities;
    +Disable Subclassing & advanced features
    +Move quick menus out of 'Plugins' menu
    +Ctrl-D also dups marked text
    Visit Notepad++ & TextFX website
    Help
    About TextFX

    沒有留言:

    張貼留言