[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.dltk] Re: TCL Perspective - Script Explorer

Hi,

In the Script Explorer menu (small triangle in the top right corner) there is "Package Presentation" option with values: Flat or Hierarchical.

Regards,
Alex

binoctex wrote:
my last post went up while i was still editing...

Is there a way to make the DLTK TCL perspective, Script Explorer display the project contents in a normal folder stucture.

for example if i have the following (note that there is 1 folder under TCL):

C:\TCL
|   doc1.tcl
|   doc2.txt
|   readme3
|
+---Folder1
   |   folder1doc.tcl
   |
   +---Folder1.1
   |   |   folder1.1doc.tcl
   |   |
   |   +---Folder1.1.1
   |   |       folder1.1.1doc1.tcl
   |   |       folder1.1.1doc2.tcl
   |   |       folder1.1.1doc3.tcl
   |   |       folder1.1.1doc4.txt
   |   |       folder1.1.1doc5.doc
   |   |
   |   \---Folder1.1.2
   \---Folder1.2


in the Script Explorer each folder gets a new row (note that there are now 6 folder entries under TCL):
TCL\
|
+---Folder1
| folder1doc.tcl
|
+---Folder1/Folder1.1
| folder1.1doc.tcl
|
+---Folder1/Folder1.1/Folder1.1.1
| folder1.1.1doc1.tcl
| folder1.1.1doc2.tcl
| folder1.1.1doc3.tcl
| folder1.1.1doc4.txt
| folder1.1.1doc5.doc
|
| Folder1/Folder1.1/Folder1.1.2
| Folder1/Folder1.2
| Folder2
| doc1.tcl
| doc2.txt
| readme3



This gets out of hand with my current project with hundreds of folders and is unnusable. Is this configurable somewhere?