This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Project Window Wish Items

Project Window Wish Items

When you right click on "<file>.c" in the project window, add an option "Open <file>.h". Likewise, when you right click on "<file>.a51" in the project window, add an option "Open <file>.inc".

It is a multistep process to add a ".h" or ".inc" as a text file to the project It should be as easy as adding a ".c" or a ".a51" file to the project.

Also, add a "rename" option when you right click a Target, Group, or File in the project window.

Parents
  • Thanks for the "slow" double click technique. Even though it is a window's standard technique, I would not have thought of it. It sure beats editing the .UV2 file.

    In regards to

    Not everyone uses that convention for externs and function prototypes. If you right-click on a #include <file.h> in the source code, one of the options opens the header file.


    How about the simpler task of adding a "Open <file.h>" to the context of any file. Opening the corresponding ".h" file is just too useful of an action not to place on the context menu.

Reply
  • Thanks for the "slow" double click technique. Even though it is a window's standard technique, I would not have thought of it. It sure beats editing the .UV2 file.

    In regards to

    Not everyone uses that convention for externs and function prototypes. If you right-click on a #include <file.h> in the source code, one of the options opens the header file.


    How about the simpler task of adding a "Open <file.h>" to the context of any file. Opening the corresponding ".h" file is just too useful of an action not to place on the context menu.

Children