Author Topic: alias do not get replaced  (Read 2632 times)

Gauthier

  • Community Member
  • Posts: 10
  • Hero Points: 0
alias do not get replaced
« on: October 31, 2008, 10:59:20 AM »
Mmmm, that's quite a few problems I get since 13.0.2...

Now on aliases. I used Ctrl+Space (codehelp-complete) for expanding my variable names and aliases.
It still works fine on variable names, but aliases do not expanded.

The content of my masm.als seems correct (doesn't it?):
Code: [Select]
funcheader //-----------------------------------------------------------------------------
           // Function         : %\S
           //-----------------------------------------------------------------------------
           // Description      : %\S
           // Inputs           : none
           // Outputs          : none
           // Register mods    : AH
           // Assumptions      : %\S
           //-----------------------------------------------------------------------------
           %\S
fileheader /*----------------------------------------------------------------------------
           Copyright (c) 2008 Bellman & Symfon AB
           This code is the property of Bellman & Symfon AB
           and may not be redistributed in any form without prior written
           permission from Bellman & Symfon AB. %\S
           ----------------------------------------------------------------------------
           ----------------------------------------------------------------------------
           <filename>
           <description>
           ----------------------------------------------------------------------------*/
           /*-----------------------------------------------------------------------------
           Revision history
           -------------------------------------------------------------------------------
           Date          By   Comments
                              - Initial creation.
           -----------------------------------------------------------------------------*/
macroheader //-----------------------------------------------------------------------------
            // Macro            : %\S
            //-----------------------------------------------------------------------------
            // Description      : %\S
            // Inputs           : none
            // Outputs          : none
            // Register mods    : AH
            // Assumptions      : %\S
            //-----------------------------------------------------------------------------
            %\S
=surround_with_surround // %\m sur_text -select%

Document -> Intel Assembly Options and then Aliases tells me that the alias file is masm.als (which content I pasted above). The actual extension of my files is not masm, though. But these extensions are all listed (together with masm) in the General of Intel Assemble option view.

Why doesn't Ctrl+space work on my aliases?

Anyone knows?