This package adds a field to the User Preferences to allow users to select their preferred Method Editor Theme.
Aras 11.0 SP11
Release | Notes |
---|---|
v1.3 | Upgraded to 11.0 SP15 |
v1.2 | Upgraded to 11.0 SP11 |
v1 | Initial Release |
Release | Aras |
---|---|
v1.3 | 11.0 SP15 |
v1.2 | 11.0 SP11, 11.0SP12, 11.0 SP14 |
v1 | 11.0 SP9-SP10 |
Internet Explorer 11, Firefox 45 ESR, Chrome
Some service packs introduce additional themes that were not available in older versions. For example, v1.3 contains the SQL Server theme which was not present in versions earlier than 11.0 SP15. When downloading this project, please make sure to download the version that is specifically supported with the Aras Innovator service pack you are using.
Always back up your code tree and database before applying an import package or code tree patch!
- Aras Innovator installed (version 11.0 SP9+ preferred)
- Aras Package Import tool
- RunClientMethod import package
These code tree changes only contain a custom icon for the toolbar. If you wish to use your own icon, you may replace the .svg file in the \Innovator\
folder with your own.
- Back up your code tree and store the archive in a safe place
- Navigate to your local
..\RefreshFromDatabase\
folder - Copy the
\Innovator\
folder - Paste this at the root of your install directory
- By default this is
C:\Program Files\Aras\Innovator\
- Back up your database and store the BAK file in a safe place.
- Open up the Aras Package Import tool.
- Enter your login credentials and click Login
- Note: You must log in as root for the package import to succeed!
- Enter the package name in the TargetRelease field.
- Optional: Enter a description in the Description field.
- Enter the path to your local
..\method-editor-theme-preference\Import\imports.mf
file in the Manifest File field. - Select aras.labs.MethodEditorThemePreference in the Available for Import field.
- Select Type = Merge and Mode = Thorough Mode.
- Click Import in the top left corner.
- Close the Aras Package Import tool.
You are now ready to log in to Aras and try out the Method Editor Theme user preference.
- Log in to Aras as admin.
- Navigate to Administration->Preferences
- Open the Preference for Innovator Admin
- In the General Settings tab, input a value in the Method Editor Theme dropbox
- If no theme is specified, the theme will default to textmate
- Save the Preference
- Open any Method to see the theme change!
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.
For more information on contributing to this project, another Aras Labs project, or any Aras Community project, shoot us an email at [email protected].
Original Aras community project written by Christopher Gillis at Aras Corp.
Documented and published by Christopher Gillis for Aras Labs. @cgillis-aras
Aras Labs projects are published to GitHub under the MIT license. See the LICENSE file for license rights and limitations.