Tapatalk

File- Tree .c, .h and .other

File- Tree .c, .h and .other

3
NewbieNewbie
3

PostJun 05, 2008#1

:?:
Hello,
is it possible to Group similar files of Ansi c??

Like this:
C- Files
|
|- File1.c
|- File2.c
|- File3.c
|- ...

H- Files
|
|- File1.h
|- File2.h
|- File3.h
|...

Other
|- File_x.ASM
|- File_y.txt
|...

I use UE Professional Text/Hex editor
Version 14.00a

Thx
mx

6,826625
Grand MasterGrand Master
6,826625

PostJun 06, 2008#2

When using a project and selecting tab Project in the File Tree View the answer for your question is YES.
But the answer is NO if you don't use a project or you use the Explorer tab.

3
NewbieNewbie
3

PostJun 09, 2008#3

Hi, thanks a lot,...
but how??
I didn't find sth. like tab Project or Explorer tab??

I'm using a project, but there is a total chaos like this:

Project_Name
|
|-file1.c
|-file2.h
|-file3.ASM
|-file2.c
|-file1.h
...

How can i put it in order??

Greetings
mx

6,826625
Grand MasterGrand Master
6,826625

PostJun 09, 2008#4

So you are talking about the Project Settings dialog and not the File Tree View which can be enabled/disabled at Views - Views/Lists - File Tree View.

See the power tips Group Files and Folders with Projects and Project Settings - Advanced Project Options. Which names you give the groups and which filters you specify for each group is up to you.

3
NewbieNewbie
3

PostJun 09, 2008#5

Hey, thank you ,...
This link is cool, it helped me a lot :) ,...

Greetings
mx