Menu

User Defined Keyword truncated?

2007-04-18
2012-11-13
  • Kailey Joanette

    Kailey Joanette - 2007-04-18

    Hey guys, I'm trying to add two very simple keywords to the list under instruction keyword for both C and C++.  The two that I want to add are BBB_NEW and BBB_DELETE.  However, the BBB_DELETE gets truncated to BBB_DELET.  Any idea why?

     
    • MJG

      MJG - 2007-04-20

      It's a bug, I'm pretty sure.  I was able to add them by opening up the stylers.xml file and simply editing the "BBB_xxx" stuff to be "BBB_DELETE BBB_NEW" and saving it.  When I reopened Notepad++, the keywords showed up highlighted as they should after I typed them.  --Joel