News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

How to set the tab title only "file name" not whole path

Started by ollydbg, February 24, 2009, 08:32:52 AM

Previous topic - Next topic

ollydbg

For example, I open the code::blocks source code, it shows "plugins\codecompletion\parser\parsethread.cpp".

Why not only show" parsethread.cpp" as a "short name". Thanks.



[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Jenna

Change "Settings -> Editor... -> General settings -> Editor title is the file's" to "name only (no parth information)"

ollydbg

If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.