5793 data area. |
5793 data area. |
5794 |
5794 |
5795 @param fn filename or directory name added |
5795 @param fn filename or directory name added |
5796 @type str |
5796 @type str |
5797 @param updateModel flag indicating an update of the model is requested |
5797 @param updateModel flag indicating an update of the model is requested |
5798 |
|
5799 @type bool |
5798 @type bool |
5800 """ |
5799 """ |
5801 self.projectFileAdded.emit(fn, "OTHERS") |
5800 self.projectFileAdded.emit(fn, "OTHERS") |
5802 updateModel and self.__model.addNewItem("OTHERS", fn) |
5801 updateModel and self.__model.addNewItem("OTHERS", fn) |
5803 |
5802 |
5869 Public method used to instantiate a vcs system. |
5868 Public method used to instantiate a vcs system. |
5870 |
5869 |
5871 @param vcsSystem type of VCS to be used |
5870 @param vcsSystem type of VCS to be used |
5872 @type str |
5871 @type str |
5873 @param nooverride flag indicating to ignore an override request |
5872 @param nooverride flag indicating to ignore an override request |
5874 |
|
5875 @type bool |
5873 @type bool |
5876 @return a reference to the vcs object |
5874 @return a reference to the vcs object |
5877 @rtype VersionControl |
5875 @rtype VersionControl |
5878 """ |
5876 """ |
5879 from eric7 import VCS |
5877 from eric7 import VCS |