Frictional Games Forum (read-only)

Full Version: [3RD PARTY] Cannot find "Tags Settings" in CodeLite
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I was setting up stuff to get ready to check out how the updated HPS works, followed this guide and according to it, I need to go into Settings -> Tags Settings, but the problem is that once I click "Settings", "Tags Settings" is just not there.

Here's a screenshot to illustrate the problem I have:

Spoiler below!
[Image: tEXHwvz.png]
It's in the "Settings > Code Completion".


The instructions are probably outdated.

I can't figure out the Steps for "4." as it doesn't match what I have and I think their skipping some steps also.
Having problems too.
Configured CodeLite as instruction says and code completion is not working, ctrl+left click on includes does nothing.. CodeLite even just refuses to open any imported *.hps from maps/ or script/ and even hps_api.hps.

I am did something wrong ?
Spoiler below!
[Image: BA0ddBxhWM15Ay.png]
(09-26-2015, 02:47 PM)Rapture Wrote: [ -> ]It's in the "Settings > Code Completion".


The instructions are probably outdated.

I can't figure out the Steps for "4." as it doesn't match what I have and I think their skipping some steps also.

I'm stuck here too. I'm a complete n00b, so it's extra-disheartening for me to not even be able to setup the damn editor haha.
I did one more pass of the old codelite documentation and updated it to fully work with 8.x of Codelite. Added more details and also followed the guide myself to make sure it actually works... Hopefully good now.
(10-01-2015, 08:27 AM)jens Wrote: [ -> ]I did one more pass of the old codelite documentation and updated it to fully work with 8.x of Codelite. Added more details and also followed the guide myself to make sure it actually works... Hopefully good now.

Thank you! I know how busy you and the rest of FG are right now, so I really appreciate the update(s) Heart
(10-01-2015, 08:27 AM)jens Wrote: [ -> ]I did one more pass of the old codelite documentation and updated it to fully work with 8.x of Codelite. Added more details and also followed the guide myself to make sure it actually works... Hopefully good now.

I followed the steps to a T, and whenever I try to open an .hps file from inside CodeLite, nothing happens. Nothing shows up in the Code Editor window. I can still open it with an external program from inside the editor, but I can't actually open it in the interface. Any idea why>
Can you provide a screenshot of how codelite looks for you with the workspace, project and folders in it toggled opened.
I have the same issue as DamnNoHtml. Also, when loaded onto codelite from outside the project folder it looks like it won't auto-complete script.

Here's a photo with with script area active, loaded using File>Open>Open File...:

Spoiler below!

[Image: ckytoFP.png]


Color coding works, but auto-complete does not.

Here's another, without the script loaded:

Spoiler below!

[Image: zXPw4rj.png]

It does look like everything is setup properly. So it does not work to simply double click on the files you want to open in the folder structure to the left?

What if you go to the Workspace menu, and select Retag Workspace (Full)? A progress bar at the bottom left should appear and work through the files. If you open a file after this?

Oh, and it seems the autocomplete is case sensitive (unsure if this has always been the case). Make sure to try typing Entity and not entity.

This is how it should look like when working:
[Image: attachment.php?aid=5405]
Pages: 1 2