Does anyone knows how to configure notepad++ when viewing js and css files. When I try to view such files in a web appbuilder application, all code is in one line. If I use word wrap, they are all in one continuous block.
download hex editor for notepad++
Hi All
When working on a larger script i usually copy the script from ignition to notepad++ so its easier to see the formatting. When pasting back from notepad++ to ignition quite often i see that formatting has changed (indentation) which sometimes is easy to notice and gives error but other time tricky to spot and very dangerous.
Does anybody else have this sort of problem or maybe a way to workaround this?
Regards
Notepad++ will not provides you with intellisense nor code completion for any OneStream specific class. Using notepad++ for writing OneStream business rules online rather than the included code editor will be harder for sure. If your objective is to be able to write OneStream business rules offline I'd rather install visual studio community edition and add OneStream dlls as references instead
Use the shortcut [Windows] + R to bring up the run prompt, and type in : %appdata%/notepad++Windows Explorer will open to the folder in which you'll find functionlist.xml. This is the file you need to modify, and notepad++ must be closed when you save it. So either modify with another text editor, or modify in another location then copy paste. I suggest the latter. And make a copy of your original functionlist.xml just in case, never too safe.
After replacing/saving (with notepad++ closed), reopen notepad++. To see the "navigation pane", you need to activate the Function List pane by clicking on "View" in the navigation menu (top of windows) then "Function List", and you should see something like the following. Notice the pane on the right.
Julien Marrec: I am experiencing problem while setting this up. I have copied the files into the notepad++ directory with name changed. I can see the text is being highlighted but I am unable to see anything in "Navigation pane". The only thing the shows in the navigation pane is the name of the idf. Any idea why this is not appearing? Thanks
35fe9a5643