Difference between revisions of "Emuera"
(→Information about eramaker) |
|||
| (7 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
This is a work in progress port/translation of the Emuera wiki at https://osdn.net/projects/emuera/wiki/FrontPage | This is a work in progress port/translation of the Emuera wiki at https://osdn.net/projects/emuera/wiki/FrontPage | ||
| − | + | Pages can be not completely translated or not ported over yet. | |
== Information about eramaker == | == Information about eramaker == | ||
| − | Most of the features implemented in eramaker are not explained in Emuera's documentation. Therefore if you need, check | + | Most of the features implemented in eramaker are not explained in Emuera's documentation. Therefore if you need, check eramaker's below: |
* [[Emuera/eramacsv|Eramaker CSV File Format]] | * [[Emuera/eramacsv|Eramaker CSV File Format]] | ||
| Line 10: | Line 10: | ||
* [[Emuera/eramavar|Eramaker Variable List]] | * [[Emuera/eramavar|Eramaker Variable List]] | ||
| − | You can also refer to the following link for the original | + | You can also refer to the following link for the original japanese version: http://cbaku.com/b/2010/12/eramaker/ |
== Information for end users == | == Information for end users == | ||
| − | * [[Emuera/howto|How to Use]] | + | * [[Emuera/howto|How to Use]] [[https://osdn.net/projects/emuera/wiki/howto Source]] |
| − | * [[Emuera/config|Config Settings]] | + | * [[Emuera/config|Config Settings]] [[https://osdn.net/projects/emuera/wiki/config Source]] |
| − | * [[Emuera/shortcut|Shortcut Keys]] | + | * [[Emuera/shortcut|Shortcut Keys]] [[https://osdn.net/projects/emuera/wiki/shortcut Source]] |
| − | * [[Emuera/history|Update History]] | + | * [[Emuera/history|Update History]] [[https://osdn.net/projects/emuera/wiki/history Source]] |
| − | * [[Emuera/Thread|Emuera thread]] | + | * [[Emuera/Thread|Emuera thread]] [[https://osdn.net/projects/emuera/wiki/Thread Source]] |
==eramaker basic Information for Developers== | ==eramaker basic Information for Developers== | ||
| − | * [[Emuera/EmuDic|Glossary]] | + | * [[Emuera/EmuDic|Glossary]] [[https://osdn.net/projects/emuera/wiki/EmuDic Source]] |
| − | * [[Emuera/debugcom|Debug Commands]] | + | * [[Emuera/debugcom|Debug Commands]] [[https://osdn.net/projects/emuera/wiki/debugcom Source]] |
| − | * [[Emuera/debug|Debug Mode]] | + | * [[Emuera/debug|Debug Mode]] [[https://osdn.net/projects/emuera/wiki/debug Source]] |
| − | * [[Emuera/replace|_replace.csv]] | + | * [[Emuera/replace|_replace.csv]] [[https://osdn.net/projects/emuera/wiki/replace Source]] |
| − | * [[Emuera/exconfig|Forcing a Config item]] | + | * [[Emuera/exconfig|Forcing a Config item]] [[https://osdn.net/projects/emuera/wiki/exconfig Source]] |
| − | * [[Emuera/flow|Flowchart]] | + | * [[Emuera/flow|Flowchart]] [[https://osdn.net/projects/emuera/wiki/flow Source]] |
| − | * [[Emuera/diff|Differences with eramaker]] | + | * [[Emuera/diff|Differences with eramaker]] [[https://osdn.net/projects/emuera/wiki/diff Source]] |
| − | * [[Emuera/extended|Extended syntax added in Emuera]] | + | * [[Emuera/extended|Extended syntax added in Emuera]] [[https://osdn.net/projects/emuera/wiki/extended Source]] |
| − | ** [[Emuera/exetc|General]] | + | ** [[Emuera/exetc|General]] [[https://osdn.net/projects/emuera/wiki/exetc Source]] |
| − | ** [[Emuera/exop|Operations]] | + | ** [[Emuera/exop|Operations]] [[https://osdn.net/projects/emuera/wiki/exop Source]] |
| − | ** [[Emuera/exvar|Constants / Variables]] | + | ** [[Emuera/exvar|Constants / Variables]] [[https://osdn.net/projects/emuera/wiki/exvar Source]] |
| − | ** [[Emuera/UserVars|User-Defined Variables]] | + | ** [[Emuera/UserVars|User-Defined Variables]] [[https://osdn.net/projects/emuera/wiki/UserVars Source]] |
| − | ** [[Emuera/excom|Instructions]] | + | ** [[Emuera/excom|Instructions]] [[https://osdn.net/projects/emuera/wiki/excom Source]] |
| − | ** [[Emuera/exfunc|Function / Preprocessor]] | + | ** [[Emuera/exfunc|Function / Preprocessor]] [[https://osdn.net/projects/emuera/wiki/exfunc Source]] |
| − | ** [[Emuera/exmeth|Functions that can be used in expressions]] | + | ** [[Emuera/exmeth|Functions that can be used in expressions]] [[https://osdn.net/projects/emuera/wiki/exmeth Source]] |
| − | ** [[Emuera/UserMeth|User-defined in-expression functions]] | + | ** [[Emuera/UserMeth|User-defined in-expression functions]] [[https://osdn.net/projects/emuera/wiki/UserMeth Source]] |
| − | ** [[Emuera/ERH|Header Files(ERH)]] | + | ** [[Emuera/ERH|Header Files(ERH)]] [[https://osdn.net/projects/emuera/wiki/ERH Source]] |
| − | ** [[Emuera/exhtml|HTML_PRINT related]] | + | ** [[Emuera/exhtml|HTML_PRINT related]] [[https://osdn.net/projects/emuera/wiki/exhtml Source]] |
| − | ** [[Emuera/resources|Resource file]] | + | ** [[Emuera/resources|Resource file]] [[https://osdn.net/projects/emuera/wiki/resources Source]] |
| + | [[Category:EmuEra]] [[Category:Contributing]] | ||
Latest revision as of 03:51, 2 July 2020
This is a work in progress port/translation of the Emuera wiki at https://osdn.net/projects/emuera/wiki/FrontPage
Pages can be not completely translated or not ported over yet.
Information about eramaker[edit]
Most of the features implemented in eramaker are not explained in Emuera's documentation. Therefore if you need, check eramaker's below:
You can also refer to the following link for the original japanese version: http://cbaku.com/b/2010/12/eramaker/
Information for end users[edit]
- How to Use [Source]
- Config Settings [Source]
- Shortcut Keys [Source]
- Update History [Source]
- Emuera thread [Source]
eramaker basic Information for Developers[edit]
- Glossary [Source]
- Debug Commands [Source]
- Debug Mode [Source]
- _replace.csv [Source]
- Forcing a Config item [Source]
- Flowchart [Source]
- Differences with eramaker [Source]
- Extended syntax added in Emuera [Source]
- General [Source]
- Operations [Source]
- Constants / Variables [Source]
- User-Defined Variables [Source]
- Instructions [Source]
- Function / Preprocessor [Source]
- Functions that can be used in expressions [Source]
- User-defined in-expression functions [Source]
- Header Files(ERH) [Source]
- HTML_PRINT related [Source]
- Resource file [Source]