4 | Integrated ICS OneUI Editor for DesignerZoltan Szabo4806 - 02 2013 / (0) Hi, My idea is a WYSIWYG Editor modul which helps to manipulate OneUI themes. The user can see a sample page of the OneUI theme, where he can click on an object, this opens the object properties and other elemnets. Then he can change them. Of course the sample ... |
3 | Add server and database as optional parameters for @GetProfileField and @SetProfileFieldby analogy with @DbColumn and @DbLookup: (...; server: database; ...). |
6 | Agent context menu in editor tab eg. "Run Agent"Mark Demicoli10094 - 19 2013 / (0) Description by example: I'm particularly interested in Agents at the moment but this is relevant to other design elements. I have multiple agents open in designer which I'm coding/debugging. Each time I want to run one I have to locate it in the agent list in each application's Application Tree, which is ... |
0 | Design Element PostSave eventMark Demicoli10094 - 08 2013 / (2) This might sound like a slightly off-beat idea, however I wonder how many coders would find it useful to be able to trigger a script whenever a design element is updated in designer. In my case, I'd like to trigger a a design 'push' because I have engineered my ... |
12 | Set properties for all selected FormsChristopher Boote4417 - 03 2013 / (1) In the design client, with a list of all forms, select all or some of them, and be able to change all the form properties (specifically background images and colours, action bar properties, include in various menus etc.) |
10 | Set properties for all selected ViewsChristopher Boote4417 - 03 2013 / (0) In the design client, with a list of all views, select all or some of them, and be able to change all the view properties (specifically alternate row colours, grid, exten last column to view width, unread colours etc.) |
7 | Allow the return to the previous location in a subroutine or functionclem padin170 - 28 2013 / (1) If I'm in a subroutine or function and I need to go into a different one to check something, I'd like the ability to return to the line I was at just before I jumped out. If I select a different sub or func, the cursor goes to the top ... |
9 | Version property for NotesDatabaseZoltan Szabo4806 - 27 2013 / (2) Hi All, I suggest to add a new property to the NotesDatabase object to store version (application version eg.: 2.13.04 ) info. I think everybody used a "v.2.3" kind of extension in the title or in the About Document. If a version property would be added to the ... |
8 | Make all element sizes formula basedChristopher Boote4417 - 26 2013 / (0) Predominantly for table column widths, but I'd like to see all design element widths based upon a formula I realise it couldn't be done for Views (after all, which document's fields would you use?) but for tables, it would be nice to expand or reduce a column width based ... |
13 | Compact should purge unused field references |
5 | Provide easier way to see the View Selection formula w/o opening up the viewclem padin170 - 25 2013 / (1) I sometimes want to view/compare several view selection formulas but I end up having to open each one. It would be nice if maybe in the properties tab you could see the selection formula. It would also be nice to see it when you right-click the view. You already ... |
8 | Consistent Database Open DialogMark Demicoli10094 - 23 2013 / (1) The Open Database dialog box in the Notes Client behaves as it has for centuries: That is, when using the keyboard arrows to select a Server from the list, then pressing ENTER, the list of databases is retrieved and you can cleanly tab over to the server list... |
1 | Drop (or at least Fix) the frickin' 'Prohibit design refresh or replace to modify'Christopher Boote4417 - 21 2013 / (0) We've all done it, copied a design element from a db with a template and said 'No' to the 'Would you like these <elements> to be automatically updated...', sometimes to a new db, sometimes to the same db And sometimes it sets the 'Prohibit design refresh or replace to ... |
6 | Set scope for debuggerChristopher Boote4417 - 20 2013 / (2) By default, limit the scope of debugger to the database it was started in
It's SUCH a pain to be debugging code, then have to open the help, or write an email, and click 'continue' umpteen times |
5 | Improve the XPages extension library |
1 | Collapse the style section in the XPage properties panelStarrow Pan4199 - 18 2013 / (0) The style section is relatively less used but takes much space in the properties panel, especially inconvenient on small screens like my laptop. If you want to edit the more useful section e.g. Resources, All properties, you have to scroll down. Collapse the style section by default, please. |
10 | Remove syntax error indication until after end-of-lineclem padin170 - 08 2013 / (3) I know this might seem minor to some (maybe most) developers but I find it really, really distracting to be warned that the line I'm in the middle of typing contains an error BEFORE I've finished typing it! So, for example, I type "Dim" then I wait for ... |
1 | onClick event for Mobile Rounded List ItemPeter Presnell26400 - 01 2013 / (0) The <xe:djxmROundedRectList control does not support any events limiting the opportunity to customize what happens when the item has been selected. An onclick event seems the most obvious one to support first. |
3 | Xpages controls to display & use Forms, Outlines, Profiles, PagesMike Woolsey2784 - 14 2013 / (1) There are some items in Notes that are really nice to have. One is the outline. It would be great if I could get an expandable outline on-Web without going through the dojo hassle of building it. That dojo control is a bear. We have forms. They work. It'd be ... |
8 | Extra CreateReplica parameter to select "Immediately" or notPhilip Jones60 - 21 2013 / (1) I would love an extra parameter added to the NotesDatabase.CreateReplica method, so that the programmer can select whether to createa full replica, or just the replication stub, and allow the database to replicate fully as scheduled. So it would become NotesDatabase.CreateReplica(newServer$, newDBFile$, CreateImmediately] where the "CreateImmediately" parameter is Boolean. |