Feature Requests item #1687525, was opened at 2007-03-24 16:09
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1687525&group_id=2439

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Scintilla
Group: None
Status: Open
Priority: 5
Private: No
Submitted By: Topwiz (topwiz)
Assigned to: Nobody/Anonymous (nobody)
Summary: PowerBuilder Lexer

Initial Comment:
I have been using the editor control within a PowerBuilder program and it works 
great! Now I am wondering if someone would be interested in developing a Lexer 
for PowerBuilder code. The syntax is very similar to Visual Basic.

Comments are // or /*  */
No special character at the end of lines

Example:

Long ll_rows

ll_rows = dw_1.Retrieve()
If ll_rows = 0 Then
   MessageBox("Retrieve", "Zero Rows")
Else
   MessageBox("Retrieve", &
       String(ll_rows) + " rows found!")
End If

I can give more info on the syntax rules if someone starts working on it.

Thanks!


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=352439&aid=1687525&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest

Reply via email to