Menu

auto-synchronization of model and code proble

Ulula
2006-10-18
2013-04-17
  • Ulula

    Ulula - 2006-10-18

    I created a simple model with just one class in ClassBuilder.  I then had ClassBuilder generate the source code.  After that, I modified the code itself (in notepad) to add a simple variable.  When I switched to the model view again, it prompted if I wanted to refresh the model.  I clicked on "yes" and it seemed to have refreshed and without errors, but the model itself did not display the new variable. 

    Am I doing something wrong?  What are the steps in involved in synchronization?  Where can I found out more on the auto-synchronization features of ClassBuilder?  Thanks for your replies.

     
    • Craig Gunhouse

      Craig Gunhouse - 2006-10-20

      Classbuilder's reload parser is not able to handle externally add members.

      Gunner

       
    • John van der Kist

      ClassBuilder will reload the following things:
      1) function code (between the "//@CODE_" markers)
      2) function notes (between "/*@NOTE_" and "*/")
      3) user code (between "//@START_USER" and "//@END_USER")
      All other changes you make will be ignored.

      Success,

      John

       

Log in to post a comment.

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.