Skip to content

Conversation

DarkmatterVale
Copy link
Collaborator

  • Add support for allowing the user to select libraries
  • Add a menu which lets the user complete miscellaneous actions ( including save the most recently compiled code and select a library directory )
  • Add a window that contains the most recently compiled code. This gives the user a glimpse to what they most recently compiled. In the future, I would like to extend this to allow the user to edit this code and recompile if he/she likes. In addition, I would like to be able to make this window removable. I.e. the user can deselect it if he/she likes to make the window smaller. This will probably be done by clicking some button in the menu.

This is still a work in progress. The include part of the library finder needs to be completed. This is pending some documentation from Parallax.

- Added a new class that does the actual generation of the new library
descriptor file
- Added upgraded menu
- Updated PropCCompiler library with the updated library paths
This allows the program to read in first what the user previously
selected as the library location, as opposed to making the user set the
location every time he/she opens the program. It also prevents an issue
to occur where if compiled and the user does not select a location, an
IOError would arise. This prevents that.
- Added a way to see the most recently compiled code
- Added a way for the user to save code to their computer
- Fixed a possible bug in my library parser
- Switched from string concatenation to an object structure
- Cleaned up code
DarkmatterVale added a commit that referenced this pull request May 12, 2015
@DarkmatterVale DarkmatterVale merged commit a7329e7 into parallaxinc:master May 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant