• 0

    posted a message on Galaxy++ editor

    Great work on the project!

    I have some minor bugs with the edtior:

    • B1. When renaming galaxy+ + files if you press Del it tries to delete the file instead the character before the cursor.
    • B2. I can't type some characters in the editor, problably because the way you handle the editor's OnKeyPress/OnKeyDown events.
      for example on some keyboard layouts(ex. hungarian) ">" character is on AltGr-Y. Alt-Gr is mapped to Ctrl-Alt and the modifers are set in the event when pressing AltGr-<letter>.
      Some other affected keys : AltGr-V = @ , AltGr-C = & ,AltGr-X = #
    • B3. I reported a bug with the following code crashing the compiler :
    #class Foo  {
          Foo()  {
                DoStuff();
          }  
        void DoStuff()    {   }
    }
    

    if calling DoStuff() with #this->DoStuff() the code compiles fine

    An some questions:

    • Q1. Do you plan to relase the grammar files for the parser or the parser/lexer/compiler as a separate assembly ?
    • Q2. Are there any commmand line switches to compile galaxy+ + files from command line ? Are you going to introduce any ?

    With your consent I would try to make a VS 2010 extension+VS project template to support galaxy+ + :)

    Posted in: Third Party Tools
  • To post a comment, please or register a new account.