Topic : Word completion

Forum : Ride IDE

Original Post
Post Information Post
January 6, 2014 - 1:50pm
Guest

I have downloaded latest Ride7 (7.48.13.0324) and RKit-ARM (1.52.13.0324 - Demo 30 Evaluation days left).

I just want to know how word completion works.

I have created empty project for STM32F407VG and add main.c with folowing content.

void SystemInit(void) {
}

void SomeFunction(void) {
}

int main(void) {
    Some
}

After pressing or right click|Start word Completion, nothing happend. It should show me

Replies
Post Information Post
+1
0
-1
January 10, 2014 - 5:22pm
Raisonance Support Team

Hello,

We still have some problems with the "auto completion" and the "go to definition".
To use the auto completion, you should start to type the word and after pressing you should see a pop up window which help you to complete the word.
For example:
type "GPIO_" -> ( the window should appear)
If it doesn't appear, maybe it has too much possibilities.

If you need we can send you a script: ridescripts.js (add in C:\Raisonance\Ride\Scripts and resolve some issues from the "go to definition").

Best regards,