35 | Implement code folding in script librariesWhen coding in “vanilla” Eclipse you get code folding for methods, constructors, etc. It would be really useful to have such a thing in server-side Javascript script libraries—in fact, across the board for all script libs and agents. |
16 | Collapsable xPages codeZoltan Szabo4806 - 26 2011 / (0) It would be great to make collapsable the xPages code in the editor, like when you view an xml in Firefox. Present a + / - sign at the block starting element and if you click on this, the block is closing or expanding. this makes the code more readable and ... |
16 | Implement auto-indent for all editorsPatrick Kwinten21943 - 31 2011 / (0) Auto-indent in Eclipse is simply Ctrl+I. |
12 | Select and copy xPages code blocksZoltan Szabo4806 - 26 2011 / (0) A function to select a code block at once. Right-click on the starting element of an xPages code block and chose a select block, and this selects the apropriate text part. |