You can open the file being edited in another text editor directly from MyOffice Text. In the menu, select to choose an editor for further work.
The list of programs available for selection is configured using the config file. If this file contains no data or incorrect data, the > command is not displayed in the Command menu.
To add, change or delete a program from the list, follow these steps:
1.Run the text editor installed in the operating system (for example Notepad in Windows) as an administrator.
2.In a text editor, open the file located in the > directory, where is the MyOffice Standard. Home Edition software installation folder.
3.Change the file as needed.
4.Save the file in UTF-8 encoding and restart the application to see the changes made.
Keep the following data structure in the file (see the example below):
• is the application from the MyOffice Standard. Home Edition software bundle for which the list of applications is created:
o is MyOffice Text.
o is MyOffice Spreadsheet.
•, where:
o is the application sequence number in the list.
o is the full path to the program executable file. The path should appear in quotation marks. In Windows, directory names should be separated using a slash (/) or a double backslash (\\) when specifying the path to a file.
•, where:
o is the application sequence number in the list.
o is the short name under which the program will be displayed in the list. The name should appear in quotation marks. If the name of the application is not specified in the configuration file, the list will display the title of its executable file without extension.
An example of OpenWithList.ini file:
[MyOffice Text Home Edition] 1\appPath="C:/Program Files/LibreOffice/program/swriter.exe" 1\appTitle="LibreOffice Writer" 2\appPath="C:\\Program Files\\Microsoft Office 15\\root\\Office15\\WINWORD.EXE" 2\appTitle="Word"
[MyOffice Spreadsheet Home Edition] 1\appPath="C:/Program Files/LibreOffice/program/scalc.exe" 1\appTitle="LibreOffice Calc" 2\appPath="C:\\Program Files\\Microsoft Office 15\\root\\Office15\\EXCEL.EXE" 2\appTitle="Excel" |