I found this today: How can I enable Java debugging?.
Not sure if this is new in 8.5.3, but I never heard of it. It makes it a lot easier to debug than the using the two headed beast method which seemed like too much trouble.
The full instructions are in the Designer help. Search for java debugging.
Showing posts with label domino designer. Show all posts
Showing posts with label domino designer. Show all posts
Friday, October 21, 2011
Friday, January 28, 2011
Using the Package Explorer to import file resources to an NSF
Using the package explorer, you can add import files/folder from your file system.
To import folders from the file system: In (windows) explorer, select the file(s)/folder(s) you want into the NSF, and copy them (CTRL+C or right click/copy). Then in Package Explorer, select the WebContent folder, and paste (CTRL+V or right click/paste).
It's as simple as that :)
If you're wondering what I needed this for, it's to create/maintain CKEditor plugins locally in an NSF. You can import "external" plugins using CKEDITOR.plugins.addExternal.
The imported files are noticed by the Design task, so this also works with templates.
To import folders from the file system: In (windows) explorer, select the file(s)/folder(s) you want into the NSF, and copy them (CTRL+C or right click/copy). Then in Package Explorer, select the WebContent folder, and paste (CTRL+V or right click/paste).
It's as simple as that :)
If you're wondering what I needed this for, it's to create/maintain CKEditor plugins locally in an NSF. You can import "external" plugins using CKEDITOR.plugins.addExternal.
The imported files are noticed by the Design task, so this also works with templates.
Labels:
domino designer,
random tip