We are committed to providing fast, efficient, and affordable software solutions that set new standards in the software development industry.
  • R-Linux Home Page
  • R-Linux for Linux Technical Documentation

Viewing and Editing Objects


YOU MUST BE ABSOLUTELY SURE OF WHAT AND WHERE YOU ARE WRITING!

Or you may completely lose all your data.

Before you can physically write anything on a disk, you need to enable writing.

To enable writing,

* On the R-Linux main panel, select Enable Write on the Tools menu
> The Editable: status will change to Yes from Read Only .

Now the object can be edited.

To view/edit an object,

1 Right-click the object and select View/Edit on the context menu

Click to expand/collapse Other ways to view/edit the object

> A Viewer/Editor panel will appear

Click to expand/collapse R-Linux Text/Hexadecimal editor

Panel view options

You may set which panels and bars to enable/disable.

Click to expand/collapse To enable/disable:

2 View the information and make necessary changes

Select Enable Write on the Tools menu if you want to save changes.

Viewing

You may view data in 4 various code pages: ANSI/OEM/UNICODE/UNICODE+ by switching on/off the respective code pages in the Code pages buttons or select the appropriate code pages on the View menu.

Patterns or Templates

You may select a pattern according to which the data will be parsed and shown in the parsed data pane. The Data Interpreter shows the data selected on the Template pane in various representations.

You may find the next or previous data that matches the pattern signature on the disk. Right-click the right pane of the editor and select either Find Template Signature Next or Find Template Signature Previous on the context menu. You may also select these items on the Edit menu.

Navigating .

Text/hexadecimal Editor gives you various ways to navigate into an object. See the Navigating through an Object for more details.

Data Copy

Text/hexadecimal Editor gives you various ways to copy selected data navigate in an object. See the Data Copy for more details.

Filling an area with a pattern

To fill an area with a pattern, select Fill on the Edit menu, and specify the pattern and area on the Fill dialog box.

Click to enlarge

Fill dialog box

Click to expand/collapse Fill options

3 Click the Save Changes button to save the changes

Click to expand/collapse Other ways to save the changes made

> Viewer/Editor will save the changes on the object

YOU MUST BE ABSOLUTELY SURE OF WHAT AND WHERE YOU ARE WRITING!

Or you may completely lose all your data.

Selecting and saving an area in the Viewer/Editor

You may select an area in the Viewer/Editor panel and save it as a file.

To select and save an area in the Viewer/Editor panel ,

1 Right-click the beginning of the selection and select Select From on the context menu
2 Right-click the end of the selection and select Select To on the context menu

Click to expand/collapse Other ways to select an area

If you need to select an entire object, select Select All on the Tools menu or click the Ctrl+A key

Click to enlarge

Select dialog box

3 Select an appropriate item in the Tools menu to save the data in a required format and specify its file name

Select:

Save to Binary File...

to save the data in the binary format (default extension is .bin )

Save to Hexadecimal File

to save the data in the binary format (default extension is .hex )

on the Tools menu.

If you select an existing file, R-Linux will ask you if you want to append or overwrite the file.

> Viewer/Editor will save the data in the file

Loading data from an external file

You may load a data from a file and overwrite an area of the object opened in the Viewer/Editor panel.

To load binary data from a file and overwrite an area of the object opened in the Viewer/Editor panel ,

1 Select an area to overwrite and select Load from File... on the Tools menu
2 Select the necessary file and load the data.
> The area in the Viewer/Editor will be overwritten with the new data.