Digital-Logic-Sim icon indicating copy to clipboard operation
Digital-Logic-Sim copied to clipboard

Can't edit or delete created chips

Open MagusOscuro opened this issue 4 years ago • 14 comments

Being unable to edit or delete a created chip makes it somewhat difficult to start something and return to it later.

MagusOscuro avatar Dec 04 '20 17:12 MagusOscuro

Working on it

jampen avatar Dec 04 '20 20:12 jampen

In the meantime, where are save files stored, glancing over the save code on my phone they seem to be stored in plaintext but I'm lost as to where they are stored.

Personally I'm running the Linux version, but I'd be quite happy to submit a PR for a markdown document with more information about all systems, as I mentioned in #15.

Broken-Admin avatar Dec 04 '20 23:12 Broken-Admin

In the meantime, where are save files stored, glancing over the save code on my phone they seem to be stored in plaintext but I'm lost as to where they are stored.

Personally I'm running the Linux version, but I'd be quite happy to submit a PR for a markdown document with more information about all systems, as I mentioned in #15.

SaveData is stored here for the built game. AppData\LocalLow\Sebastian Lague\Digital Logic Sim\SaveData

mathias234 avatar Dec 05 '20 00:12 mathias234

Appdata? I believe you're failing to entertain the fact that I am running the Linux version. Or is there a further absolute path, although you seem to have provided a backslashed path?

Additionally, isn't the path typically %APPDATA%?

Broken-Admin avatar Dec 05 '20 01:12 Broken-Admin

Appdata? I believe you're failing to entertain the fact that I am running the Linux version. Or is there a further absolute path, although you seem to have provided a backslashed path?

Additionally, isn't the path typically %APPDATA%?

Take a look at this post, it contains all the locations for each operating system... https://stackoverflow.com/a/44421935

mathias234 avatar Dec 05 '20 01:12 mathias234

A way of reordering them would also be nice.

CursedFlames avatar Dec 05 '20 02:12 CursedFlames

Agreed, I may work on a PR tomorrow.

Broken-Admin avatar Dec 05 '20 07:12 Broken-Admin

I would suggest that right clicking on a chip opens a menu that gives you the option to either delete a chip and all of its dependants or load the chip-layout into the main window.

The chip saves all of the data from the main window anyway.

davidkowalk avatar Dec 17 '20 17:12 davidkowalk

Appdata? I believe you're failing to entertain the fact that I am running the Linux version. Or is there a further absolute path, although you seem to have provided a backslashed path?

Additionally, isn't the path typically %APPDATA%?

well, adding the %'s on the ends is telling the computer to go to c:\users\(username)\appdata\roaming, so since the directory is not going to roaming it doesn't go there, and it is a windows directory, but the person who typed it decided that they would skip the front end.

Subroutine7901 avatar Jan 19 '21 15:01 Subroutine7901

Someone made this fork with edit chip option. I wish this feature it was included in the main branch

marco-trovato avatar Mar 05 '21 17:03 marco-trovato

Unfortunately there is no release, is anybody able to compile it?

Version with edit chip: https://github.com/gml16/Digital-Logic-Sim

marco-trovato avatar Mar 23 '21 22:03 marco-trovato

Unfortunately there is no release, is anybody able to compile it?

Version with edit chip: https://github.com/gml16/Digital-Logic-Sim

There's a windows build in this post now because people had been asking for it. It's at the bottom of this pull: https://github.com/SebLague/Digital-Logic-Sim/pull/36

okyloky9 avatar Mar 25 '21 13:03 okyloky9

how do i delete chips and projects on mac?

V0R73CKZ avatar Jun 13 '21 20:06 V0R73CKZ

how do i delete chips and projects on mac?

You can't do either at this time.

You can manually remove the project by going to ~/Library/Application Support/Sebastian Lague/Digital Logic Sim/SaveData and deleting the folder with the project name if you really need to remove a project.

thetayloredman avatar Jun 14 '21 17:06 thetayloredman