Giter Site home page Giter Site logo

avaloncottle's People

Contributors

richardbuckle avatar tkael avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

avaloncottle's Issues

Multi-line formatting issues

Untitled

  • The |else statement in the first {if...} is formatted like body text.
  • Trailing paranthesis and brackets are treated like body text.

Unexpected delimiter fails when the unexpected delimiter / syntax error is an extra `}`

{}} seems to fail the unexpected delimiter test. One of the closing brackets } should be identified as an unexpected delimiter but neither is.

In a more complete use case:

Module repaired
{Occasionally(2, 
    cat(OneOf(", ", "and is"), " ready for re-activation")
)}.

is a valid script with balanced delimiters.

Module repaired
{Occasionally(2, 
    cat(OneOf(", ", "and is"), " ready for re-activation")
)}}.

is not valid. The extra closing curly bracket in the last line is not identified as a syntax error.

Replace tabs with spaces?

Add the following to the ConfigfureTextEditor() method in MainWindow.xaml.cs to automatically replace entered tabs with spaces?

            textEditor.TextArea.Options.ConvertTabsToSpaces = true;
            textEditor.TextArea.Options.IndentationSize = 4;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.