Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SimpleIDE 1.1.1 run on CPU with previous SimpleIDE view properties settings may not allow view options #278

Open
dgately opened this issue Mar 13, 2017 · 4 comments

Comments

@dgately
Copy link
Contributor

dgately commented Mar 13, 2017

Built version 1.1.1 of SimpleIDE in Qt Creator on macOS (10.12.3 Sierra) with Qt 5.7. After launching (in Qt Creator Debugger or as release), and after checking the "View Mode" option checkbox in SimpleIDE Properties General TAB, Tools menu does not display view setting options. (i.e. I can't get into Project View, can't get all of the project view menu or toolbar options)...

Steps:

  1. Run a previous version of SimpleIDE and set the View Mode General TAB property to un-checked, Quit
  2. Fresh build/install of SimpleIDE 1.1.1
  3. Launch the app
  4. Check that you are in the Simple View (i.e. File menu options are limited, no Project Manager view is open, etc...)
  5. Check Tools menu (should not see Simple/Project view options at this point)
  6. In Properties under General TAB, check the View Mode checkbox and click OK
  7. Re-check Tools menu (it does NOT display either "Set Simple View" or "Set Project view")
    no view options

ERROR: Should display menu item for Setting view to Simple or Project view
NOTE: To reset and get correct results I had to run the app in Debug mode in Qt Creator to unlock these modes

@jsdenson
Copy link
Collaborator

Hi Dennis,
With SimpleIDE 1.1.0+, you have to reinstall the program for certain properties to remain persistent. Just building and running doesn't work. This is annoying, but without the underlying change, there are other significant issues.

@jsdenson
Copy link
Collaborator

Thanks for testing BTW.

@dgately
Copy link
Contributor Author

dgately commented Mar 13, 2017

I'll give that a try (running the package installer that gets built by the macpackage scripts).

@dgately
Copy link
Contributor Author

dgately commented May 10, 2017

Not confident that this is actually working correctly... I've rebuilt the app and built the install package with the package scripts on macOS. After a package install, I still see this issue where when I click the "View Mode" checkbox and then the OK button in Properties, there is no added Tools menu item for Set Project View or Set Simple View. I check the com.parallaxinc.SimpleIDE.plist and it shows the SimpleIDE_AllowProjectView property as a Number 1 (true value) and the SimpleIDE_SimpleViewType property as a Boolean YES (hmm, why is SimpleIDE_AllowProjectView a Number type and NOT Boolean?), but the menu to toggle between Simple & Project modes does not show up.
simpleide1 1 1issue

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

No branches or pull requests

2 participants