Jump to content

krzmbrzl

Member
  • Content Count

    35
  • Joined

  • Last visited

  • Medals

Community Reputation

34 Excellent

About krzmbrzl

  • Rank
    Private First Class

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. If you host multiple servers on the same machine, make sure that you don't accidentally reuse the steam-port of the one server as the port for the other server. So if one server runs on Port 1000, the other can't run on 1001 as this is the port of the steam-services of the first server (by default)
  2. Well it is not abandoned per se but I currently don't have the time to work on it. I am currently working on Mumble and once I have time again the plan is to bring OrinocoSQF to a workable state which would then be integrated as the Syntax checking backend in SQDev. The advantage over the current implementation would be full preprocessor support and proper checking of array entry types. Until this is done it could pass some time though and I can't really give an ETA...
  3. Even better 👍 Yeah one should expect some sort of error message - That's not in my hands though. Dunno why eclipse handles it like this... Any time. I hope you'll find the plugin helpful.
  4. Okay that seems kinda strange to me - Could you have a look at the Plug-Ins-tab (in the installation details you screenshotted) and check for all plugins having an ID starting with raven? Maybe the individual plugins didn't get installed properly. Also I think uninstalling and re-installing the plugin might be worth a try 🤔
  5. It is not. I also strip out description, notes, examples, etc. Yeah I noticed this premise xD Though I might be making a hybrid of getting most information off the biki but using your intercept list for syntaxes. After all the extraction of the syntaxes and return values and this kind of stuff is the root of all problems I'm having with the whole thing. On the other hand the whole point of having the update mechanism was to not needing someone to manually update some lists in some custom projects. But I guess this isn't feasible anymore. I guess I'll give it a try then...
  6. Yeah that is exactly right. I had a look at my code though and in the dev version the problem with the ObjectRTD should be fixed already. However it now fails at pages like createUnit because people are putting notes in every shape and form everywhere all over the place, which basically makes it more or less impossible for me to process the necessary information properly. Combined with the fact that SQDev will switch to using OrinocoSQF for code linting and auto-complete, I guess I won't really update the algorithm accordingly. If you need to change some syntax or anything because the plugin keeps misinterpreting certain things (or is missing a command), you can change the keyword file manually. There's a little note on that in the manual that also tells you where you can find that file: http://krzmbrzl.github.io/SQDev/resources/SQDev.pdf#subsection.5.2.3
  7. Is there some sort of overview which of those RotorLib types exist?
  8. Thanks for reporting The keyword update has been adapted in the current development version. But I'll check again if it still works properly. What RotorLib data types are there?
  9. Yes it is. The plans for the next release are quite big though and I only have time to work on the project occasionally. That's why the next release takes so long. If you can't wait for the next version, you can go ahead and download the latest development version on the discord server and act as a tester :) You can always monitor the current status of the next release on GitHub: https://github.com/Krzmbrzl/SQDev/projects/1
  10. Someone just pointed out that there hasn't been a way to configure the String- and comment-highlighting in the plugin's settings. That can't be which is why I just released version 0.7.7 which addresses this exact issue Changelog | Added: Option to change String colouring | Added: Option to change comment colouring | Changed: Default parse time delay decreased to 1s (instead of 1.5s) If you are having any trouble with this release come and pay me a visit on the official SQDev-Discord. The new version can be directly downloaded from GitHub.
  11. Alright the issue @.NoName. described should be fixed in the latest version 0.7.6 of the plugin. Changelog | Fixed : Problems with UTF-8 encoded files If you are having any trouble with this release come and pay me a visit on the official SQDev-Discord. The new version can be directly downloaded from GitHub. Furthermore the manual has been updated to cover the recent changes and to include the new super-trendy logo.
  12. Alright I downloaded the files and can reproduce the error. I will look into it as soon as I have the time (which will probably be in around 3 weeks)...
  13. Could you please send me a file causing these recognition errors (the file as it is... Not just the content). This sounds like an encoding problem to me...
  14. If you got a SocketTimeoutException this means that it wasn't possible to connect to the BIKI server. This might be because the BIKI was down or because your Internet connection broke down (shortly)... Furthermore the error messages I dictate that you still have an old version installed. The new system doesn't produce any errors about <EOF>. I'd suggest to delete eclipse and install a fresh one if your current installation is (was) troublesome. Then go ahead and download the 0.7.5 version of the Plugin.
  15. I just released version 0.7.5 of the plugin which ships with the new parser I have written from scratch. This brings enormous speed and stability improvements to the parsing and processing of SQF scripts. Changelog | Added: Option to chose whether imported projects get copied into workspace | Added: New parser (by far faster and more robust than the old one) | Rewrote: Type checking | Improved: There shouldn't be any error-windows popping up during coding anymore | Improved: Syntax tree viewer overhauled | Fixed: Broken Keyword-update-functionality If you are having any trouble with this release come and pay me a visit on the official SQDev-Discord. The new version can be directly downloaded from GitHub. Furthermore the manual has been updated to cover the recent changes and to include the new super-trendy logo.
×