Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[Dltk-dev] Delete class/interface should not delete the file itself

In the current implementation, if a file contains only a class or an interface
and if the user right clicks on it in the scriptexplorer view and choose the
the delete action, the file is deleted altogether.
This behavior matches the Java notion of a class/interface and a file, which
are highly connected.
In dynamic languages this is not the case.
A file can exists by itself without necessarily containing a class or an
interface.

 

I opened a bug about it and attached the patch that solves the problem. (#256788)

 

 

Please let me know what you think about it

 

Thanks,

Eden

 

 

Eden Klein
Software Engineer
Zend Technologies, Ltd.
t. +972.3.753.9615
www.zend.com

 


Back to the top