Skip to Content
Author's profile photo Jerry Wang

Use Notepad++ to edit your webclient UI component view

It is possible to use your favorite html editor ( for example, Notepad++ ) to edit the html source code of your UI component view or BSP application by simple configuration:

Just specify the absolute path of your local html source code editor ( .exe file ) in SE80 settings below:

/wp-content/uploads/2014/12/clipboard1_602303.png

Then in BSP_WD_CMPWB or SE80, use menu Edit->Start Local HTML Editor:

/wp-content/uploads/2014/12/clipboard2_602304.png

And then your local html editor is automatically opened with the given view source code loaded.

/wp-content/uploads/2014/12/clipboard3_602305.png

How is local html editor launched with source code

There is no magic behind the scene.

1. Once Edit-local menu is selected, first the path of local editor exe file is retrieved:

/wp-content/uploads/2014/12/clipboard4_602306.png

2. The source code of current html view is fetched and stored in internal table source:

/wp-content/uploads/2014/12/clipboard5_602307.png

3. The source code of html view is downloaded and stored in a temporary file in your local machine:

/wp-content/uploads/2014/12/clipboard6_602312.png

4. local editor is launched to open that temporary file generated in step 3, and that’s all.

/wp-content/uploads/2014/12/clipboard7_602313.png

/wp-content/uploads/2014/12/clipboard8_602318.png

Assigned Tags

      Be the first to leave a comment
      You must be Logged on to comment or reply to a post.