Giter Club home page Giter Club logo

cuddlyworld-ide's People

Contributors

hixie avatar treeplate avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

treeplate

cuddlyworld-ide's Issues

Avoid duplicate identifiers by automatically making identifiers unique

For example, statically generate identifiers when creating a node. Maybe if the given identifier is a valid one, we use that, but otherwise we use our automatically generated one? Or maybe we just remove our current concept of name/identifier entirely, and in the list we describe things by showing their type and name?

We need to store data on disk

We should store the username/password, the list of currently made things/locations, and the currently selected thing, on disk when they change, so that when you reload the app it's restored.

command history in console

Pressing enter in the text field should save the command to a history buffer.
Pressing up arrow in the text field should save the current command to the history buffer and replace the current text field contents with whatever the last submitted command was. Pressing up more should go further back in history. Down should go forward in history.

Pattern editor improvements

  • Describe the syntax, either in a tooltip, or a popup, or just under the field, or something.
  • Color the parentheses so that you can tell how they pair up.
  • Have a button you can click that shows how the whole pattern gets parsed?

Merge things and locations

We should merge the dispositions, the editors, the catalog tabs, and anything else that distinguishes between them.

TabDisposition introduces a dependency loop

The dispositions are normally used as the source of truth for the rendering. But with the TabDisposition, it's actually the other way around: we're trying to set the disposition to match the source of truth which is the TabController. The result is that when we change the controller, we update the disposition, which causes us to trigger an update on the widget, which is a loop.

We should decide what the source of truth is, and only send data in one direction.

One way to do that would be to put the controller itself into the disposition.

TAirLocation cdNorth to TSign doesn't work

Make a TAirLocation connected loAutoDescribe loPermissibleNavigationTarget loVisibleFromFarAway cdNorth to a TSign.
Add the AirLocation to the cart and add to world.
image
Instead add both.
drop sign.
image

That's a problem.

Create custom editor fields for the various types of properties

This is what the server can send back as a property type:

const // keywords used as property types in "debug describe TFoo" commands
   // simple
   ptString = 'string';
   ptPileClass = 'class:TPileClass';
   ptDoor = 'atom:TDoor';
   ptDoorSide = 'atom:TDoorSide';
   ptLocation = 'atom:TLocation';
   ptThing = 'atom:TThing';
   
   // special syntax
   ptChild = 'child';
   ptIngredients = 'ingredients';
   ptLandmark = 'landmark';
   ptPattern = 'pattern';
   
   // enums
   ptBoolean = 'enum:boolean';
   ptDirection = 'enum:direction';
   ptMass = 'enum:mass';
   ptSize = 'enum:size';
   ptThingPosition = 'enum:thingPosition';

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.