Frictional Games Forum (read-only)
[3RD PARTY] Cannot find "Tags Settings" in CodeLite - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: SOMA (https://www.frictionalgames.com/forum/forum-55.html)
+--- Forum: User created content (https://www.frictionalgames.com/forum/forum-79.html)
+---- Forum: Technical Support (https://www.frictionalgames.com/forum/forum-80.html)
+---- Thread: [3RD PARTY] Cannot find "Tags Settings" in CodeLite (/thread-30930.html)

Pages: 1 2


[3RD PARTY] Cannot find "Tags Settings" in CodeLite - Slanderous - 09-26-2015

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]



RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - Rapture - 09-26-2015

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.


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - Javist - 09-26-2015

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]



RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - Paddy™ - 10-01-2015

(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.


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - jens - 10-01-2015

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.


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - Paddy™ - 10-01-2015

(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


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - DamnNoHtml - 10-01-2015

(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>


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - jens - 10-01-2015

Can you provide a screenshot of how codelite looks for you with the workspace, project and folders in it toggled opened.


RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - triadtimes - 10-01-2015

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]




RE: [3RD PARTY] Cannot find "Tags Settings" in CodeLite - jens - 10-01-2015

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]