You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Run a previous version of SimpleIDE and set the View Mode General TAB property to un-checked, Quit
Fresh build/install of SimpleIDE 1.1.1
Launch the app
Check that you are in the Simple View (i.e. File menu options are limited, no Project Manager view is open, etc...)
Check Tools menu (should not see Simple/Project view options at this point)
In Properties under General TAB, check the View Mode checkbox and click OK
Re-check Tools menu (it does NOT display either "Set Simple View" or "Set Project view")
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
The text was updated successfully, but these errors were encountered:
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.
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.
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:
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
The text was updated successfully, but these errors were encountered: