Viewing the Results - protospatial/NodeToCode GitHub Wiki
Translation Workflow → Viewing the Results
The Node to Code Editor Window
After translation completes, you'll see the code appear within the Node to Code Editor window.
- Code Editor
- Displays the translated code with basic syntax highlighting
- Supports scrolling for longer translations
- Basic text editing capabilities
- (1a): Copy the current text in the code editor to the system clipboard
- Switching Between Implementation & Declaration
- (2a): Implementation tab (for .cpp file content)
- (2b): Declaration tab (for .h file content)
- Translations Browser
- (3a): Browse and open other nested graphs included in your translation
- (3b): View what the estimated translation cost was in USD
- (3c): Browse the local path of your latest Blueprint translation files
- Implementation Notes
- Additional context from the LLM
- Usage suggestions
- Integration tips
- Potential optimization notes
- (4a): Copy the current text in the implementation notes to the system clipboard
- Editor Styling
- Adjust the code editor font size
- Change the current theme
Reviewing the Translation
When examining the results:
- Check that the overall structure matches your Blueprint logic
- Review any warnings or notes in the Implementation Notes panel
- Verify that critical functionality is properly translated
- Look for any TODO comments or areas needing attention
Handling Warnings or Errors
If issues occur during translation:
- Check the Output Log for detailed error messages
- Verify your LLM provider connection is stable
- Ensure your Blueprint graph isn't too complex for the selected model
- Consider reducing translation depth if dealing with nested graphs
- Review any error-specific suggestions in the Implementation Notes
- Take a look at the Troubleshooting section