Activity for SDL Netbeans Plugin

  • Venkat R Akkineni committed [7414e4]

    Changed SDL file icon.

  • Venkat R Akkineni committed [504d97]

    Added TokenHierarchy to SDLNBParserResult Constructor.

  • Venkat R Akkineni committed [fcaccf]

    Added editor, mimelookup and hints libraries.

  • Venkat R Akkineni committed [7c65a8]

    Added Pair completion (Braces Completion).

  • Venkat R Akkineni committed [eb0f20]

    Fixed pair completion interceptor.

  • Venkat Akkineni Venkat Akkineni created ticket #1

    bug in scanning.

  • Venkat R Akkineni committed [4b8d9d]

    Fixed license and developer information in POM.

  • Venkat R Akkineni committed [67e13c]

    Renamed sdl-core to sdl-lang

  • Venkat R Akkineni committed [afe7c1]

    Added Lexer Test for when there is only a list in the file.

  • Venkat R Akkineni committed [44406d]

    Added multi line comment and block folding.

  • Venkat R Akkineni committed [e6ccec]

    Added a new Netbeans FileType.

  • Venkat R Akkineni committed [caea0b]

    Reorganized files.

  • Venkat R Akkineni committed [486577]

    Added unit test for String values.

  • Venkat R Akkineni committed [b58d47]

    Fixed the lone SDLParser test.

  • Venkat R Akkineni committed [8fb567]

    Added Full SDL file and a unit test for scanning that file.

  • Venkat R Akkineni committed [97090c]

    Added various new dependencies

  • Venkat R Akkineni committed [e0d6f9]

    Removed unnecessary file which was checked in accidentally.

  • Venkat R Akkineni committed [fd2c71]

    Added mouse and key event handlers to navigator explorer nodes.

  • Venkat R Akkineni committed [71b860]

    Added unit test harness.

  • Venkat R Akkineni committed [09c988]

    Added netbeans manifest file.

  • Venkat R Akkineni committed [2b6036]

    Hooked up Parser inside SDLLanguage. Made some changes to SDLParser and SDLNBParser.

  • Venkat R Akkineni committed [88f5b8]

    Fixed Date Lexing and adding unit tests for date lexing.

  • Venkat R Akkineni committed [8723b6]

    Code to display all elements of SDL.

  • Venkat R Akkineni committed [74c2c5]

    Fixed the errors & commented out code temporarily to make module compile.

  • Venkat R Akkineni committed [b4242f]

    Added apache commons lang3 dependency.

  • Venkat R Akkineni committed [e31df6]

    Removed unused regexes and corresponding unit tests.

  • Venkat R Akkineni committed [b858b4]

    Added empty lexer files.

  • Venkat R Akkineni committed [6dd363]

    Added indentation and brace completion.

  • Venkat R Akkineni committed [1cd683]

    Added proper regexes for date and corresponding unit tests.

  • Venkat R Akkineni committed [e245f5]

    Uncommented doc.readLock and doc.readUnlock in SDLFoldManager

  • Venkat R Akkineni committed [5fb252]

    Fixed empty string tokenizing.

  • Venkat R Akkineni committed [ca484f]

    Checking in some mode changes.

  • Venkat R Akkineni committed [d95d76]

    Fixed Date and Timespan lexing & parsing, added unit tests.

  • Venkat R Akkineni committed [5ffce6]

    Fixed String, comments.

  • Venkat R Akkineni committed [7664a4]

    Ignored all Antlr grammar tests.

  • Venkat R Akkineni committed [6a9f8d]

    - Replaced hardcoded mimetype with a constant.

  • Venkat R Akkineni committed [81fb32]

    Fixed dependencies & plugins.

  • Venkat R Akkineni committed [4df23c]

    Fixed license information.

  • Venkat R Akkineni committed [a88b1d]

    Fixed lexer tests.

  • Venkat R Akkineni committed [fa28db]

    Added railroad diagrams.

  • Venkat R Akkineni committed [9d3555]

    Added a unit test for parser.

  • Venkat R Akkineni committed [4b6dbb]

    Added JaCoCo.

  • Venkat R Akkineni committed [cfcfa0]

    Added unit tests for TagName.

  • Venkat R Akkineni committed [cf4ca0]

    Fixed Date only lexing, added test for tree with values & attributes

  • Venkat R Akkineni committed [acc8a6]

    Added lexer unit text for a scenario where the file has only a map.

  • Venkat R Akkineni committed [f70e87]

    Fixed braces and brackets folding.

  • Venkat R Akkineni committed [bda10e]

    Fixed Syntax Highligting.

  • Venkat R Akkineni committed [124243]

    Fixed a bug.

  • Venkat R Akkineni committed [16db33]

    Added dependency jars to libs directory.

  • Venkat R Akkineni committed [b50375]

    Moved date lexing into its own method.

  • Venkat R Akkineni committed [74461f]

    Removed unused imports.

  • Venkat R Akkineni committed [cf8f5a]

    Fixed String lexing.

  • Venkat R Akkineni committed [4cccc1]

    Fixed Base64 string scanning.

  • Venkat R Akkineni committed [4982c2]

    Wired the lexer to Netbeans.

  • Venkat R Akkineni committed [5ba546]

    Added some SDL files for testing.

  • Venkat R Akkineni committed [c1a539]

    Fixed package name.

  • Venkat R Akkineni committed [999e9b]

    Added a few more configurations.

  • Venkat R Akkineni committed [ffb0f8]

    Added unit tests for identifiers.

  • Venkat R Akkineni committed [5790c6]

    Changed all spaces to tabs in antlr file. Added a unit test.

  • Venkat R Akkineni committed [19e96c]

    Disabled Antlr maven plugin.

  • Venkat R Akkineni committed [f78969]

    Added jars to lib directory.

  • Venkat R Akkineni committed [6d84f8]

    Fixed BigDecimal lexing.

  • Venkat R Akkineni committed [6b9a20]

    Added yet non-functional test harness.

  • Venkat R Akkineni committed [5a6e84]

    Initial checkin.

  • Venkat R Akkineni committed [3a76cb]

    Added unit test for comments scanning.

  • Venkat R Akkineni committed [51a81d]

    Copied CslTestBase class over & added an SDLTestBase class.

  • Venkat R Akkineni committed [f2e3e3]

    Fixed String & timespan lexing.

  • Venkat R Akkineni committed [ef7a93]

    Cleaned up commented out code.

  • Venkat R Akkineni committed [595179]

    Split space/tab and new line into two tokens. Fixed base64.

  • Venkat R Akkineni committed [c0510d]

    Added netbeans project config files.

  • Venkat R Akkineni committed [3f5cb8]

    Added NEW_LINE and EOF tokens.

  • Venkat R Akkineni committed [fb4723]

    Fixed issues and added unit tests for binary literals & comments

  • Venkat R Akkineni committed [a67444]

    Added a unit test for Tag.

  • Venkat R Akkineni committed [124243]

    Fixed a bug.

  • Venkat R Akkineni committed [b858b4]

    Added empty lexer files.

  • Venkat R Akkineni committed [55d99b]

    Fixed timespan, dates, null, float, double, big decimal scanning.

  • Venkat R Akkineni committed [fa6cda]

    Added initial cut of the sdl grammar.

  • Venkat R Akkineni committed [97090c]

    Added various new dependencies

  • Venkat R Akkineni committed [fa6cda]

    Added initial cut of the sdl grammar.

  • Venkat R Akkineni committed [bda10e]

    Fixed Syntax Highligting.

  • Venkat R Akkineni committed [13d54d]

    Added tags test and fixed semi colon.

  • Venkat R Akkineni committed [c4127f]

    Fixed lexer for identifiers & numbers

  • Venkat R Akkineni committed [c5a02a]

    Moved & commented out unused tests.

  • Venkat R Akkineni committed [6dd363]

    Added indentation and brace completion.

  • Venkat R Akkineni committed [a02da7]

    Fixed "new sdl file" button description & label.

  • Venkat R Akkineni committed [f043b7]

    Added new sdl-core module.

  • Venkat R Akkineni committed [9d3555]

    Added a unit test for parser.

  • Venkat R Akkineni committed [2082c2]

    Fixed the true, false keywords.

  • Venkat R Akkineni committed [09c988]

    Added netbeans manifest file.

  • Venkat R Akkineni committed [3d1f9b]

    Added new icons for file.

  • Venkat R Akkineni committed [ffb0f8]

    Added unit tests for identifiers.

  • Venkat R Akkineni committed [5956a5]

    Fixed double quote strings & back quote strings parsing & added tests.

  • Venkat R Akkineni committed [ef7a93]

    Cleaned up commented out code.

  • Venkat R Akkineni committed [fb3573]

    Added gitignore file.

  • Venkat R Akkineni committed [a02da7]

    Fixed "new sdl file" button description & label.

  • Venkat R Akkineni committed [925d45]

    Added the netbeans boilerplate code to wire SDLParser.

  • Venkat R Akkineni committed [c0510d]

    Added netbeans project config files.

  • Venkat R Akkineni committed [c0172a]

    Added lexer unit test for scenario when there is only a matrix.

  • Venkat R Akkineni committed [81fb32]

    Fixed dependencies & plugins.

  • Venkat R Akkineni committed [3d1f9b]

    Added new icons for file.

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.