Feature #455
Extending macro methods in TheIDE
Status: | Approved | Start date: | 03/13/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Miroslav Fidler | % Done: | 100% | |
Category: | IDE | Spent time: | - | |
Target version: | - |
Description
After trying to write some useful macros (related to creating deb packages in theide), I found that the macros in theide lack some useful features. Attached is a patch that attempts to fix it.
Changelog:- Added couple methods for macros (see docs)
- Updated and extended macro documentation
- Added ToLower, ToUpper to Esc
- Changed behaviour of to_number() to return void when ScanDouble fails
- Updated and extended Esc documentation
- Added reference/Macro with extensively commented examples
Please check that it works as intended (especially on windows, I haven't tested that) and uploud. Thanks.
History
#1 Updated by Jan Dolinár over 11 years ago
- File macros.patch added
#2 Updated by Miroslav Fidler over 11 years ago
- Status changed from Patch ready to Approved
Sweet, applied.