jxlibrary.jpg
New Features History Download Add-in Progs Library FAQ JAPAN.jpg Japanese

KeyBindIcon.jpg Key Bindings ColoringPrefIcon.png Syntax Coloring Sets FindPrefIcon.png Multi-Replace Data Sets AppleScriptIcon.jpgAppleScripts

Wanted!
Please send Artman21 your original key bindings, syntax coloring set,
multi-replace data or AppleScript for sharing.

Key Bindings

Syntax Coloring Sets

Wanted: coloring sets for Ruby, Java, and Python. Variations for existing coloring sets are also welcome.
HTML
  • Tanabe's HTML Coloring HTMLColoring2.plist.sit Author: Shunichi Tanabe Last Updated: 2005.4.14
    A powerful HTML coloring set that notifies errors of element names and attribute names with red color.
C
Perl
CSS
JavaScript
LaTex
php
URL
plist
Java
Chipmunk Basic
Super Card
Ruby

Multi-Replace Data Sets

Useful multi-replace data for proofreading, lexical replacements and others.

  • Tidy HTML GoodLookingHTML.txt.sit Author:SHIBATA Nobufumi Last Updated:2005.2.10
    Lower-case conversion for element names, tab/line breaks auto-insertion, replacement for machine dependent characters, deletion for unnecessary tabs and line breaks.

AppleScripts

Text manipulation
  • Encoding Converter EncodingConversion.sit Author: Artman21 Last Updated:2005.2.14
    AppleScript Droplet. Converts a plain text file to another encoding.
    Supports EUC-JP, ISO-2022-JP, UTF-16, UTF-8, Japanese (MacOS), Japanese (Windows).
  • sjis_conv sjis_conv.dmg Author:Yukio Arita Last Updated: 2006.4.20
    An Encoding converter. Converts from Japanese(Shift-JIS) to other encodings with replacing troublesome yen and overline marks to backslash and tilde marks. Good sample script for AppleScript beginners.
  • Current Paragraph Location CurrentParagraphLocation.sit Author:Artman21 Last Updated: 2005.2.14
    Displays current paragraph location and total paragraph number. Sample script for the paragraph number handling.
  • Duplicate the paragraph of cursor DuplicateParagraph.zip Author:Artman21 Last Updated: 2007.3.15
    Duplicate the paragraph of cursor or the last paragraph selected.
  • Insert Line Numbers InsertLineNum.dmg Author:Artman21 Last Updated: 2007.1.13
    Copies the front document to a new window and insert the line number to each line.
  • Paste with Prefix PasteWithPrefix.sit Author:Artman21Last Updated:2005.3.28
    Paste with prefix.
  • Compare documents CompareDocuments.sit Author: Artman21 Last Updated:2005.3.23
    Searches the first discrepancy after the current cursor location between two documents and jumps to the found location.
  • CompareDocument_v2.723x Set CompareFiles.sitx Author: kaseboh Last Updated:2005.6.16
    Compare the whole contents of two documents. Differences will be colored with red and additional lines will be colored with blue.
  • Parenthesize Parenthesize.sit Author:Artman21 Last Updated: 2005.2.14
    Parenthesizes the selected text. Supports 19 types of parentheses.
  • Print with another font PrintWithAnotherFont.sit Author: Artman21 Last Updated:2005.2.14
    Prints the document with another print font. Sample script for the text attributes handling.
  • Stamp Japanese Date StampJapaneseDate.sit Author: Artman21 Last Updated:2005.2.14
    Inserts a date of Japanese Imperial Era at the current cursor location. Sample script for the date and time handling.
  • Summarize Selection SummarizeSelection.sit Author : Artman21 Last Updated: 2005.2.14
    Summarizes selection by the services menu item. Sample script for "do menu item" command.
  • Separate English Words From Japanese SeparateEnglishWordsFromJapanese.sit Author: Artman21 Last Updated: 2005.2.14
    Inserts spaces at both ends of an English word adjacent to Japanese words. Sample script for "ReplaceAll" command.
  • Unify Numeral Format UnifyNumeralFormat.sit Author: Artman21 Last Updated:2006.2.28
    Unify one digit numbers to full width characters and multiple digit numbers to half width characters.
  • New Document Contains Selection NewDocumentContainsSelection.sit Author: Artman21 Last Updated: 2005.2.14
    Opens a new document that contains current selected text. Sample script for "do menu item" command.
  • Revert Text Styles InitializeStyles.sit Author: Artman21 Last Updated: 2005.3.16
    Revert character font, size and color of the selected text to the default values. Sample script for the text attributes manipulation.
  • Count Occurrences CountOccurences.sit Author: Artman21 Last Updated: 2005.2.14
    Counts the occurrences of a specified word in the document. Sample script for "FindAll" command.
  • Calculate Math Formula CalculateMathFormula.sit Author: Artman21 Last Updated: 2005.2.14
    Calculates a math formula at the current line and inserts the answer to the next line.
  • Copy red text to clip board redmarker.html Author:Piyomaru Software Last Updated:2005.4.13
    Copy all red colored text to clip board. It is convenient to check documents or data.
  • pseudo-outline processing jed_ind.zip Author Piyomaru Software Last Updated: 2005.4.18
    Extract all paragraphs that start with periods, paste them on a new document and make it to the outline processing style by replacing periods with full-width spaces or hyphens.
  • Trash Current Document to Trash Trash_Document.zip Author: MORI Koichi Last Updated: 2006.8.28
    Trash the current document to Trash.
  • Revert with UTF-8 Revert_with_UTF-8.zip Author: MORI Koichi Last Updated: 2006.8.28
    Close the current document and reopen it with UTF-8 encoding.
  • Revert with Latin-1 Revert_with_Latin-1.zip Author: MORI Koichi Last Updated: 2006.8.28
    Close the current document and reopen it with Latin-1 encoding.
  • Display the document encoding in English Display_Encoding_Name_in_English.zip Author: MORI Koichi Last Updated: 2006.8.28
    Displays the document encoding in English.
Internet
  • Open Jedit X Script Library OpenScriptLibrary.sit Author : Artman21 Last Updated: 2005.3.16
    Opens this script library with the default web browser.
  • Search with Google SearchWithGoogle.sit Author: Artman21 Last Updated: 2005.2.14
    Searches the selected word with Google.
  • Consult Selection with Internet Dictionary InternetDictionary.sit Author: Artman21 Last Updated: 2005.11.17
    Consults the selected word with a internet dictionary. Supports Japanese dictionary, English dictionary, encyclopedia and others.
  • Send Selection QuickMail.sit Author: Artman21 Last Updated: 2005.2.14
    Sends selection with an internet mailer. Supports Mail.app, Eudora and Entourage scripts.
  • Machine Translation AutomaticTranslation.sit Author: Artman21 Last Updated: 2005.3.16
    Translates selection to Japanese or English.
HTML Editing
Unix Related
  • Do shell Command DoShellCommand.sit Author: Artman21 Last Updated: 2005.3.16
    Executes the line of the cursor located as an unix shell command and displays the result after the next line.
  • Execute Perl in Jedit X jedit_X_perl_scripts4.zip Author: IYANAGA Nobumi Last Updated: 2005.2.14
    9 macros for executing Perl script in Jedit X such as "execute_oneliner", "check_syntax", "execute_frontScript" and others. Needs to install third party OSAX Satimage OSAX, CocoaDialog. and Pashua .
Others
  • Edit Chipmunk Basic with Jedit X JEDX-cBaS-061027r1.zipt Author: tenasaku Last Updated: 2006.10.30
    Executes Chipmunk Basic source code in the Jedit X front document.
  • Consult Jamming ConsultJamming.sit Author: Artman21 Last Updated: 2005.3.16
    Consults the selected word with the dictionary browser "Jamming."
  • Open AppleScript Dictionaries OpenScriptDictionary.sit Author: Artman21 Last Updated: 2005.2.14
    Opens AppleScript dictionaries for Finder, Standard Additions, URL Access and others.