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?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
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?
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