cycle69d
cycle69d
I encountered some compilation errors with the latest "windows" branch from unreleased git-crypt v0.4. It happens when I updated my forked repo with commit 19ea278a31e58dc99da2301a08d2322fdabd0bf9 (2014-06-03). So I've made some...
Hi, Considering this piece of code: ``` CREATE tt_someting. ASSIGN tt_something.field_something = 42. RELEASE tt_someting. ``` Shouldn't 3P able to know that `tt_someting` is a buffer / table / temp-table...
In the case: - you type `{` and invoke auto-completion, it should propose files only according to PROPATH instead of all known tokens - you type `{&` and invoke auto-completion,...
Via auto-completion automatically poped, it would be a great feature! Thanks.
Considering this file, the code explrer remains empty. Moreover, keywords are not auto-converted to uppercase and auto-completion fails. ``` CLASS org.ccleaud.coolClass INHERITS org.ccleaud.aClass : DEFINE PRIVATE VARIABLE hSomething AS HANDLE...
All in the title... This would be a *great* feature, for sure! Thanks for considering this ticket. Regards.
Just because even if the tool is awesome, the GUI is sometimes hard to understand. We already have discussed about that. Thanks for all. Regards.
Hello dear, If you ``` abl RUN the-below-program.p ``` 2 zones of code will be run: - MESSAGE "Hello" VIEW-AS ALERT-BOX. - MESSAGE "Bye bye" VIEW-AS ALERT-BOX. + RUN xxx...
Can 3P handle profiles instead of ONE configuration? Imagine someone working on 2 very different projects. He will probably wants to switch configuration profile to avoid retyping is settings in...
Hi! Can you scan comments in the form /\* TODO: xxx */ and show the TODO in the code explorer? Thanks Regards, C.CLEAUD