sakura/en/Open

Last-modified: 2008-03-29 (土) 21:30:02

Open

The file on the disk can be opened.

[Open As File ReadOnly] CheckBox (default: Non-Checked)

When this is checked, an open file cannot be edited.
It might be good if it checks it so as not to edit an important file carelessly to open the file by the inspection purpose.

[Character Code Set] ComboBox (default: "Auto-Select")

Character Code Set is possible to select it in below.
The character-code specification when opening specifies by which character-code set the opening file is written.

Moreover, if the automatic judgment function is used, it reads, it edits, and it is possible to preserve it without considering the difference of the character-code set.

  • Auto Select
    Default.
    The character-code set is automatically recognized.
    The head of the file is read to some extent, the number of appearance of peculiar data to each character-code set is examined, and the character-code set is judged.
    It might be likely to make a mistake in the recognition of the character-code.
    Time hangs in reading to do the recognition processing.
    I think that I obtain an enough speed in case of the operation speed of a recent personal computer.
    When the one-byte katakana is included, the file of Shift_JIS is often mistaken because it is indistinguishable for EUC.
    When the part that seems to be the normal-width katakana is garbled, I think that most is this case maybe as sure as eggs are eggs.
    Please do without ..the use of the one-byte katakana.. and exterminate EUC.
  • SJIS
    It reads as a file of Shift_JIS.
    It reads without converting it because Shift_JIS is a standard character-code of Windows.
    Please choose this when you do not want to convert the character-code.
  • JIS
    It reads as a file of JIS code.
    When the file is read, it internally converts into Shift_JIS and it manages.
  • EUC
    It reads as a file of the EUC code.
    When the file is read, it internally converts into Shift_JIS and it manages.
  • Unicode
    It reads as a file of ..Unicode.. code.
    When the file is read, it internally converts into Shift_JIS and it manages.
    Maybe, only Japanese is treatable.
    It doesn't know well.
  • UnicodeBE
    It reads as a file of ..Unicode(Big Endian).. code.
    When the file is read, it internally converts into Shift_JIS and it manages.
    Maybe, only Japanese is treatable.
    It doesn't know well.
  • UTF-8
    It reads as a file of ..Unicode(UTF-8).. code.
    When the file is read, it internally converts into Shift_JIS and it manages.
    Maybe, only Japanese is treatable.
    It doesn't know well.
  • UTF-7
    It reads as a file of ..Unicode(UTF-7).. code.
    When the file is read, it internally converts into Shift_JIS and it manages.
    Maybe, only Japanese is treatable.
    It doesn't know well.

[Recent Files] ComboBox

The list of the file used recently can be seen in alphabetical order.

[Recent Folders] ComboBox

The list of the folder used recently can be seen in alphabetical order.
When the folder is selected, a present folder is changed.

[File Type] ComboBox

The type (extension) set by the setting according to the type is set in the file type besides all files and text files.

[hatena] Hint: The drop down menu of the file used recently is displayed next to the opening button when it is registered to Open (Drop Down) in the toolbar and it is possible to select it directly.

[hatena] Hint: When the dialog is displayed, place bar is displayed. (sakura:1.5.8.0 or later)

Macro Syntax

  • Syntax
    FileOpen( str1 : String );
    • str1 Filename
  • Record
    Not support

[tip] Note: The dialog cannot be put out by the macro the opening.
Moreover, the character-code cannot be specified by the macro.