2016.2.x windows cache studio; cannot delete package
Hi
In studio when I right-click a package there is no option to delete it.
Also how do I upload an image to this post without linking to an external site?
Comments
2016.2 Studio does not seem to have package delete button.
Just delete all contents in a package and it would disappear. Or execute this query:
DELETE FROM %Dictionary.ClassDefinition WHERE Name %STARTSWITH 'package'To upload images click on this button (on the WYSIWYG editor): 
It is tedious to delete classes from multiple packages.
And also that query is dangerous, new devs will cause havoc with it. ![]()
Hi Nicki.
Delete menu item for packages should be back again in latest 2016.2 field test release -- build 605
Also, there is $system.OBJ.DeletePackage method: http://docs.intersystems.com/cache20152/csp/docbook/DocBook.UI.Page.cls?KEY=ITECHREF_package
![]()
Nicki,
To answer your last question, the button on the bottom right of the editor bar can be used to upload images direcetly to the site:

In your version of Studio, if you open the File\Open dialog and right-click on a package name in the dialog's list, is the a "Delete" option?
It seems to be fixed in 2016.2 build 605.