simple icon indicating copy to clipboard operation
simple copied to clipboard

Improving Simplepad desktop app.

Open Youngestdev opened this issue 6 years ago • 6 comments

Simplepad is a GUI desktop enviroment built with simple. It is a text editor which might eventually become SIMPLE's code editor. It currently has dummy menu's which will be worked upon and the improvements will be documented in this issue.

Preview of Simplepad.

screenshot at 2018-06-30 15-07-36

Features..

It currently houses a lot of functionalities which are yet to be functioning. It has normal file operations like:

  • File
    • Open
    • Save
    • Save As
    • Close
    • Exit.
  • Edit
    • Undo
    • Copy
    • Edit
  • Search
    • Search
    • Replace.
  • Program
    • Run i.e, to run the file: this is a feature that'll give live preview of what we're building.
    • Debug
    • Build executable.
  • About - I recently added the about menu.

What's failing ?

Menu options do not work except for About.

Todo

Fix all issues listed above and make it function well.

Youngestdev avatar Jun 30 '18 14:06 Youngestdev

I think one major setback for the SIMPLEPAD's desktop app is the unavailability of an onClick function such that if a user clicks open, the file is open and the contents are spread out in the editors workplace. I've tried writing one but didn't work. @Thecarisma What do you have to say ?

Youngestdev avatar Jul 04 '18 22:07 Youngestdev

But I think an alternative for onClick is the .callback() function.. I'll be looking into it.

Youngestdev avatar Jul 04 '18 23:07 Youngestdev

@Thecarisma hope we ain't sleeping on this ?

Youngestdev avatar Jul 14 '18 17:07 Youngestdev

Any progress on this ?

synergixe avatar Feb 25 '19 10:02 synergixe

No progress on this because the development for simple-pad has been halted due to the fact that it depends on the fulltick module which is still very much in it infancy. An alternate to this is to use the REPL which is the command line option similar to python repl.

The fulltick module is very much in development and can be used create reasonable GUI programs for all platform including android, but it still has some lot of issues.

Thecarisma avatar Feb 25 '19 11:02 Thecarisma

Alright...

synergixe avatar Feb 25 '19 23:02 synergixe