BBx-Kitchen / bbj-language-server

BBj Language Server
MIT License
6 stars 6 forks source link

Problem parsing client side functions like System@ #126

Closed LenKrause closed 3 weeks ago

LenKrause commented 3 months ago
method public static void clientLog(BBjString text$)
    System@.out.println(date(0, tim:"%Mz/%Dz/%Yz %Hz:%mz:%sz ") + text$)
methodend

unexpected character: ->@<- at offset: 34128, skipped 1 characters.",
StephanWald commented 1 month ago

another sample:

 declare UIDefaults@ uiDefaults!
    uiDefaults! = UIManager@.getDefaults()
    #SCROLL_BAR_SIZE = Integer@.parseInt(uiDefaults!.get("ScrollBar.width").toString())
dhuebner commented 3 weeks ago

@StephanWald Gibt es eine Docu Seite dazu?

StephanWald commented 3 weeks ago

https://documentation.basis.cloud/BASISHelp/WebHelp/bbjobjects/clientobject_tutorial.htm

dhuebner commented 3 weeks ago

See #57