|
Editors |
||||||||
|
Home
Products Product Comparisons Features Screen Shots Downloads Updates Free Licenses Support FAQ Papers AJAX JSON Editors Java HTML Perl JSP JavaScript PHP VBScript Velocity XML |
Modelworks Software's IDE engine is designed to be easily configured. File types, menus, toolbars, workspace tabs, output tabs, and info panels can be created and controlled from scripts. File types supported in JPad Pro and SitePad Pro include:
Additional file types supported in SitePad Pro include:
File Formats and EncodingsFiles can be read and written with Windows ( Standard editions use the default code page for encoding characters. For SitePad Pro version 6 and in the international editions of JPad Pro and SitePad Pro version 5 you can choose the code page or one of the following encodings:
For Java you should use the default code page (e.g., ANSI) or the UTF-8 encoding without signature. The Java compiler will generate a syntax error if you use UTF-8 encoding with a BOM. If you change the encoding you will also need to set the correct encoding for the compiler in JDK/Edit Options... You should use the default code page or UTF-8 encoding without signature along with UNIX line endings if you are going to deploy the file to a UNIX system. The signature (also called a byte order mark) for Unicode files is contained in the first two, three or four bytes of a file. For UTF-8 files the bytes are 0xEF, 0xBB and 0xBF. For Unicode UCS-2 the bytes are 0xFE and 0xFF (Big-Endian) or 0xFF and 0xFE (Little-Endian). If you open a Unicode file without a signature then you should set the encoding for the file to be correctly decoded. For more information on Unicode and file encodings see UTF-8 and Unicode FAQ, Joel On Software and UTF and BOM FAQ.
|
||||||||
|