News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Rename source files and wxsmith plugin files

Started by szurilo, December 20, 2007, 11:13:53 AM

Previous topic - Next topic

szurilo

Maybe its an answered questionbut i didnt fnd anywhere. So, how can i rename my source files inside C::B and how can i rename my *.wxs files?
Szurilo

Jenna

Quote from: szurilo on December 20, 2007, 11:13:53 AM
Maybe its an answered questionbut i didnt fnd anywhere. So, how can i rename my source files inside C::B and how can i rename my *.wxs files?
Szurilo
1. Close the file you want to rename,
2. In the Project Manager right-click the file,
3. Chose "Rename File..."

The *.wxs-file(s) is (are) under "Others -> wxsmith" .

byo

In case of files managed by wxSmith it's not so easy. You'll have to manually modify the .cbp file (wxSmith doesn't support renaming of resources now).

So after you rename files using szurilo's method, open .cbp file in any text editor, search for old file names and replace with new file names.

Regards
   BYO