Mars - New generation editor of CHDK - Script Writing - CHDK Forum

Mars - New generation editor of CHDK

  • 4 Replies
  • 1802 Views
*

Offline December172

  • *
  • 34
  • A student interested in the Canon P&S hack
Mars - New generation editor of CHDK
« on: 12 / November / 2022, 22:22:29 »
Advertisements
Hello,CHDK's friends.
I've made a small editor for CHDK based on EDI 2 in lua.I named it 'Mars'. It added many new features on EDI 2,like opening multiple file,merge two and more files,and will add a clipboard in future.
ATTENTION: the newest version of Mars is always on the first post!
In attachments there's three files,the Function.map,the README.TXT and the main Mars.lua.See README.TXT part 1 'Installation Instruction' for installation details.
(More info also see the README.TXT)
Please feed back in this post to tell me your thought of it or Mar's bugs! :xmas
« Last Edit: 13 / November / 2022, 04:15:11 by December172 »
Canon PowerShot ELPH 180 (IXUS 175).
(Seems most of you are older than me.... Anyone teen? )

*

Offline December172

  • *
  • 34
  • A student interested in the Canon P&S hack
Re: Mars - New generation editor of CHDK
« Reply #1 on: 14 / November / 2022, 20:20:57 »
Now also available on Github :D
Canon PowerShot ELPH 180 (IXUS 175).
(Seems most of you are older than me.... Anyone teen? )

Re: Mars - New generation editor of CHDK
« Reply #2 on: 17 / November / 2022, 11:18:29 »
.
« Last Edit: 25 / November / 2022, 09:39:21 by Rotomen0 »

*

Offline Caefix

  • *****
  • 945
  • Sorry, busy deleting test shots...
Re: Mars - New generation editor of CHDK
« Reply #3 on: 18 / November / 2022, 10:52:09 »
Textbox.c-lines with more chars.  :D
Code: [Select]
cmap tbox_chars_default =
    {
        {"ABCDEF=","GHI JKL/","MNOPQRS~","TUVWXYZ\n"},
        {"abcdef=\\","ghi jkl._","mnopqrs~","tuvwxyz\n"},
        {"123<(,","456.~\t","789>);","0+-=*/%"},
        {".,:;?!/","@#$%\\^&£","()|[]{}","<>\"'~_°`"},
        {0}
    };
All lifetime is a loan from eternity.


*

Offline December172

  • *
  • 34
  • A student interested in the Canon P&S hack
Re: Mars - New generation editor of CHDK
« Reply #4 on: 18 / November / 2022, 21:36:31 »
Textbox.c-lines with more chars.  :D
Not all chars are useful - e.g: in upper alphabets,there needn't '=' or '/'
i think i am going to modify all the keyboards (including the texbox one) for myself so that the characters are ordered by most used instead of alphabetically.
Hm...Maybe like real keyboard,use QWETRY layout for instead? But I don't think it's better than now. Cameras don't have a real touchable keyboard,so we need to choose key one by one. If use alphabetical keyboard,it's faster to press keys instead of looking the keyboard.

P.S: There's not many people download it... A little cold :-[
« Last Edit: 19 / November / 2022, 22:53:28 by December172 »
Canon PowerShot ELPH 180 (IXUS 175).
(Seems most of you are older than me.... Anyone teen? )

 

Related Topics