-
Unity's IMGUI has a field on GUISkin called ``wordWrap` that decides whether or not it's allowed to break up labels on word boundaries to make them fit. We have it on by default. But that is the mai…
-
**Describe the bug**
When trying to edit a new/old file in VS Code it keep opening the "Output" tab every time, so we can't write anything as always the "Output" tab is selected.
**To Reproduce**…
-
Hi there,
I am currently working on a Kerboscript Compiler for the CLI, called [**ksc**](https://github.com/mrbandler/ksc). This is mainly so that I don't have to switch back and forth between VS C…
-
lib_pid should be changed to mention that it was written before PIDLoop() existed, and it is mostly obsoleted now. It should still be present so you can see an example of a PID loop written out longh…
-
Hi @LeonardMH!
It's a treat to see someone getting some value out of ks-mode. Will ksx-mode be backward compatible for people writing plain Kerboscript? If so, would you consider becoming a committ…
jarpy updated
5 years ago
-
I think there could be a lot of value in adding user defined class / structure to the language. I think think there are benefits for experienced users for generating libraries and shared functionality…
-
Hello
Not sure this discussion is not appeared in the past.
I looked through issues but found nothing similar.
Sorry if is duplicate.
I noticed that list#x marked as deprecated here
http://ks…
-
I was hoping for some clarification on what exactly is and is not allowed for the if else control flow. I'm attempting to match these rules as closely as possible my [language server project](https://…
-
Wouldn't executing events/callbacks immediatelly (after changing state by kerboscript) be more understandable and usefull (e.g. for custom radio groups spread over multiple boxes)?
```
local wnd i…
ghost updated
6 years ago
-
Hello, i'm trying to implement the quicksort algorithm in KOS
`
@LAZYGLOBAL OFF.
function QUICKSORT {
declare local parameter X.
if X:length = 1 or X:length = 0 {
retur…