Kurt Christensen

- Total activity 33
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 12
-
Kurt Christensen created a post, How can I unit test a custom language parser?
Hi,I'm working on a custom language parser, and I'd like to be able to write JUnit tests against it, building it up one expression type at a time. Unfortunately, it's not obvious to me how to do th... -
-
-
-
Kurt Christensen commented, -
Kurt Christensen created a post, Migrating Language stuff for v8
Hi all,I'm trying to get my language plugin to play nice with 8.0 M1, and I'm having trouble. It looks like I'm supposed to take most of what I had previously had in my "ArcLanguage" class, and mov... -
Kurt Christensen created a post, Overriding built-in resource bundle strings
Hi everyone,I'm working on a language plugin, and I'm wondering if there is some way to override strings that are defined in IntelliJ.Specifically, I've created a ChooseByNameContibutor, and I want... -
Kurt Christensen created a post, Customizing "Choose By Name" popup
Hi everyone,A related question to my post from earlier today: is there any way to customize the text and/or the appearance of the "choose by class name" or "choose by symbol" popup windows form wit... -
Kurt Christensen created a post, Problem with ChooseByNameContributor
Hi everyone,I'm developing a custom language plugin for 7.0+, and I'm having a problem with my ChooseByNameContributor. When I run in debug mode, it looks like I get the right stuff coming out of g... -