View previous topic :: View next topic |
Author |
Message |
pfournier
Joined: 30 Sep 2003 Posts: 89
|
project file order |
Posted: Tue Aug 23, 2011 1:31 pm |
|
|
My project files aren't in the order I want them, but when I drag them around and put them where I want them, they go back to the original setup.
I tried modifying the .pjt file but it made no difference.
I have searched the messages but can find nothing.
Does anyone have a clue how to rearrange my file and have them "stick"? _________________ -Pete |
|
|
PCM programmer
Joined: 06 Sep 2003 Posts: 21708
|
|
Posted: Tue Aug 23, 2011 1:39 pm |
|
|
You can #org the functions to assign them a specific ROM address to be in.
You can #locate your variables and arrays. See the CCS manual on these. |
|
|
pfournier
Joined: 30 Sep 2003 Posts: 89
|
|
Posted: Tue Aug 23, 2011 3:16 pm |
|
|
I suddenly realize that I was not clear.
I am talking about the file order in the compiler's editor. _________________ -Pete |
|
|
Leef_me
Joined: 14 Mar 2006 Posts: 45
|
|
Posted: Wed Aug 31, 2011 7:28 pm |
|
|
pfournier wrote: | I suddenly realize that I was not clear.
I am talking about the file order in the compiler's editor. |
I believe you are referring to the order left-to-right of the tabs that represent the open files.
I have a version 4.123 I cannot vouch for any other.
Here is what I just did:.
1. Open a Windows Explorer window to see a list of the files in the project.
2. Open the project in the IDE.
3. It seems easiest to resize the two windows to share the monitor or desktop.
4. decide the order of the tabs left-to-right / write it down.
5. close all open file tabs
6. one-by-one drag each of the files in order left-to-right to the bar where the tabs normally are seen, right of previous tabs.
7. do not drop them in the wrong order, otherwise restart from step #5
8. when finished dragging the files, choose project --> close then project --> reopen (whatever) to verify the order of the tabs is as you want. |
|
|
pfournier
Joined: 30 Sep 2003 Posts: 89
|
|
Posted: Thu Sep 01, 2011 6:40 am |
|
|
Thanks, I was afraid that was going to be the only answer.
I'm pretty dynamic about my file locations, so I change them about every 3 or 4 days to suite what I am working on.
My other compilers remember my file order. Seems a pretty easy task to me. _________________ -Pete |
|
|
|