Missing ToolBar Command

Missing ToolBar Command

5
NewbieNewbie
5

    Jun 28, 2005#1

    I just updated UltraEdit-32 and the command "Remove Idents" is no longer available. I don't want to remove all idents. Any ideas on how to get it back?

    6,610548
    Grand MasterGrand Master
    6,610548

      Jun 28, 2005#2

      You are right. It's in format menu, but not available in toolbar configuration dialog. But you can add it manually by editing your *.tfg directly.

      If you use Advanced.tfg (default after installation), open it with UE (it's a text file) and add following line where you want the icon/function to appear.

      Code: Select all

        B ID_REMOVE_INDENTS 
      I suggest to create your own personal toolbar file (*.tfg) and use this instead of default advanced.tfg to avoid problems with future updates.
      Best regards from an UC/UE/UES for Windows user from Austria

      5
      NewbieNewbie
      5

        Jun 29, 2005#3

        Thanks for the reply. I have searched my hard drive for *.tfg files and could not find any. The current version of UltraEdit is 11.10a+3. Any ideas?

        Thanks,
        Tony

        6,610548
        Grand MasterGrand Master
        6,610548

          Jun 29, 2005#4

          The toolbar files are at same location as uedit32.ini. For new installations at Win2k and WinXP it is in the directory defined by the environment variable APPDATA (older installations have it in the Windows directory).

          In UltraEdit open Advanced - DOS Command..., enter set in the command field and press OK button. The system command "set" is executed, which prints an alphabetical list of all environment variables currently set. This list is captured by UltraEdit. Look at the line starting with APPDATA= and you will see the path to your personal application data directory. The default for english Windows NT OS is:

          C:\Documents and Settings\username\Application Data\IDMComp\UltraEdit\

          You are wondering, why you could not find it. I guess, you use the Windows Explorer and the option Do not show hidden files and folders at "Windows Explorer - Tools - Folder Options - View" is set (which is default). Change the option to Show hidden files and folders to really get displayed (nearly) all files and folders on your harddisk including the users application data directory.
          Best regards from an UC/UE/UES for Windows user from Austria

          5
          NewbieNewbie
          5

            Jul 01, 2005#5

            Thanks - That worked.

            Tony