Giter Site home page Giter Site logo

Comments (6)

vainolo avatar vainolo commented on June 29, 2024
  • Actions to create procedural link types directly from the diagram.
  • Try to show only available actions in context menu to make it shorter
  • Procedural link actions will now create links with a starting node if
    this is possible
  • Creation of object, process, and state now activate direct editing of
    the name of the entity, default name was also changed to be empty
  • Changed cons/res link width and end arrow
  • Removed commented code, temp code comments, and fixed bug that closed
    editor when the content changed and was saved.
  • Hid exception in call to figure auto-resize when the editor was being
    closed and the widget was disposed.

from object-process-programming.

vainolo avatar vainolo commented on June 29, 2024
  • Divided input/output processes into two: one pair to read/write from console, another to read/write from dialog boxes.
  • Added optional parameter to dialog and console input processes to enter a prompt to the user
  • Separated reading/writing of JSON<->OPPObjectInstance from the process instances that do this so that is can be called from other process instances, like calling web services

from object-process-programming.

vainolo avatar vainolo commented on June 29, 2024

Added option to reconnect source and target of procedural links

from object-process-programming.

vainolo avatar vainolo commented on June 29, 2024
  • User can now define an initial value for an object variable (including object parts) using the "name = value" notation
  • Added more figure constants to remove magic numbers from code
  • New function to check if object has a part before fetching it
  • Object creation process is now called "Create Object"
  • Get part now also returns a value that tells if the object exists or not. Should expand this to other get processes.
  • Fixed bug in copying of argument values to heap that failed when object returned was null
  • Fixed bug fetching a part that is null with a parent that is null. This can now be done and null is returned as value
  • Improved logging
  • Aded more examples

from object-process-programming.

vainolo avatar vainolo commented on June 29, 2024

Stopped using the command stack for in-zoom commands, because it is not part of what is done in the current editor. This improves usability because before this change when a thing was in-zoomed the editor became dirty and had to be saved. Now only the new OPD must be saved.

from object-process-programming.

vainolo avatar vainolo commented on June 29, 2024

User can now rename OPP file and this will also rename the model that is in the file. Workaround to change the name of the OPD without breaking things.

from object-process-programming.

Related Issues (20)

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.