totallypasob.blogg.se

Xojo dictionary
Xojo dictionary












xojo dictionary
  1. #Xojo dictionary code#
  2. #Xojo dictionary mac#

#Xojo dictionary code#

These include support for syntax styling, error indicators, code completion and call tips. The description from their website shows what we may get in Xojo:Īs well as features found in standard text editing components, Scintilla includes features especially useful when editing and debugging source code. That is am open source C++ library defining an editing component, which we can host in a plugin based Xojo control: ScintillaControlMBS This may also help a few people and have it as source code in their projects and modify it.īut I looked for more and thanks to a little tip from Norman on my visit in September, I got pointed to the Scintilla project. Then recently we got notice of the Better Code Editor (BCE) Control from Garry Pettet. Like the Formatted Text Control for Xojo, which is now open source and can be used as an editor for styled text. Next a few people started to write Canvas based control on their own.

#Xojo dictionary mac#

  • Line Wrap for Textarea in Xojo Mac applications.
  • xojo dictionary

  • Show invisible characters in NSTextView/TextArea.
  • SuperScript and SubScript for Xojo Textarea.
  • On Windows the RichEdit control is a bit limited, but we still got a few TextArea extensions in our plugins: MacOS is quite good with NSTextView used as implementation and you see a lot of stuff via our NSTextViewMBS class to e.g. A couple of people extended the built-in control with various extensions, but those are always limited by what the platform can do. The built-in TextArea is fine for a lot of people, but some need more. In the last years we saw a lot of need for various edit controls in Xojo.














    Xojo dictionary