Difference between revisions of "MiniAudicle/Features"
From CSWiki
(→Good to Have) |
(→Good to Have) |
||
Line 7: | Line 7: | ||
* It should be possible to call miniAudicle with the same command line options as with chuck - linux/all platforms - User:Atte | * It should be possible to call miniAudicle with the same command line options as with chuck - linux/all platforms - User:Atte | ||
* ability to link to chuck as a shared library | * ability to link to chuck as a shared library | ||
− | |||
− | |||
* Configurable hotkeys and auto-replace patterns. (Windows/all) | * Configurable hotkeys and auto-replace patterns. (Windows/all) | ||
* Ability to execute currently selected code with the Enter key, a la SuperCollider (spencer) | * Ability to execute currently selected code with the Enter key, a la SuperCollider (spencer) | ||
Line 19: | Line 17: | ||
* visible save state | * visible save state | ||
* mechanism to override preference items from command line | * mechanism to override preference items from command line | ||
− | * integration with select/middle-click copy+paste | + | * integration with select/middle-click copy+paste on Linux |
+ | ** also standard emacs ctrl-a, ctrl-k, ctrl-y, etc. commands | ||
+ | * configurable keystrokes | ||
+ | * comment/bracked/debug print menu/key commands | ||
+ | * keyboard shortcuts to switch between windows/tabs | ||
* fix bug where miniAudicle a.ck access a different file if CWD and the miniAudicle current directory are different | * fix bug where miniAudicle a.ck access a different file if CWD and the miniAudicle current directory are different | ||
* .deb package file | * .deb package file | ||
Line 28: | Line 30: | ||
* after file open, move focus to text editing area | * after file open, move focus to text editing area | ||
* on file open/save/save as dialog, move focus to text field of dialog | * on file open/save/save as dialog, move focus to text field of dialog | ||
+ | |||
+ | == exiled for now... == | ||
+ | * Sample search path follows the shred, like as in Audicle. (Windows/all) | ||
+ | ** This isn't really possible without specific support in ChucK; miniAudicle has no control over shreds (besides OTF commands) once they are in the VM |
Latest revision as of 17:39, 20 October 2007
Request or report features here:
Good to Have
- (feature name, desc) - (platforms) - (submitted by)
- Show/hide toggle for VM and Console windows. (Windows)
- It should be possible to call miniAudicle with the same command line options as with chuck - linux/all platforms - User:Atte
- ability to link to chuck as a shared library
- Configurable hotkeys and auto-replace patterns. (Windows/all)
- Ability to execute currently selected code with the Enter key, a la SuperCollider (spencer)
- CPU percentage (spencer)
- class browser (spencer)
- more advanced shred management interface (ability to +/=/- arbitrary shreds) (spencer)
- some way of easily and quickly adding multiple shreds simultaneously (spencer)
- Audicle-like features in miniAudicle editor (spencer)
- GUI elements for Windows/Linux
- visible save state
- mechanism to override preference items from command line
- integration with select/middle-click copy+paste on Linux
- also standard emacs ctrl-a, ctrl-k, ctrl-y, etc. commands
- configurable keystrokes
- comment/bracked/debug print menu/key commands
- keyboard shortcuts to switch between windows/tabs
- fix bug where miniAudicle a.ck access a different file if CWD and the miniAudicle current directory are different
- .deb package file
- fix all auto-indentation issues, especially in windows/linux
- make console monitor forward keyboard hits to KBHit
- inline documentation
- code completion
- after file open, move focus to text editing area
- on file open/save/save as dialog, move focus to text field of dialog
exiled for now...
- Sample search path follows the shred, like as in Audicle. (Windows/all)
- This isn't really possible without specific support in ChucK; miniAudicle has no control over shreds (besides OTF commands) once they are in the VM