Promote 4 Demote | Add server and database as optional parameters for @GetProfileField and @SetProfileFieldby analogy with @DbColumn and @DbLookup: (...; server: database; ...). |
Promote 8 Demote | Ability to obtain information about a specific user environmentPlease add an optional parameter name to the formulas: @UserRoles, @UserAccess, @UserNamesList, @Domain, @MailDbName and possibly @UserPrivileges. |
Promote 4 Demote | Ability to determine whether there is a profileThe presence of a profile without a key can be verified with getProfileDocCollection. If the profile with the key, then using getProfileDocument has old and serious problem - profile is stored on disk, that by logic of the application can be very undesirable. This can be implemented with ... |
Promote 5 Demote | DocumentCollection.search(@formula)Work on the interface (XPages) - very good, but would like to not forget about the improvement of Domino API. I beg to add the ability to search in collection of documents using @formulas, by analogy to Database.search(). The FtSearch method is inconvenient for programming and not as flexible. It ... |
Promote 9 Demote | Navigation capabilities in the document properties window |
Promote 0 Demote | Inheritance of Database ScriptAt present this is not possible, I propose to add it. In systems with a hierarchical structure ptemplates it will be useful, since it eliminates the multiple copy-paste, and make it easier update the changes in the code.
The same may apply to a Shared Actions. |
Promote 8 Demote | Get and set the data in the item as a simple arrayOften, for other task, it is necessary to get or set data in the item as an array, for example String[]. Now you can get the data only as Vector, which is not always convenient, since you have to manually distil data into an array. Please add the methods for ... |
Promote 9 Demote | Improvement in Item.getText()Currently, the method returns all the elements, separated by a semicolon. This can be inconvenient, because the field values may also contain a semicolon.
I propose to add an optional parameter to specify the separator: Item.getText([String sep]) |
Promote 16 Demote | Scroll in Domino server console
|
Promote 17 Demote | Improving Domino Designer SearchSuggestions to improve the Search from the Designer Search menu:
|
Promote 7 Demote | Non-breaking space characterPlease, add to the RichText-fields support of subj. |
Promote 14 Demote | Unique error code (Err)Take, for example, error number 4000. In my practice, I came across several instances of its occurrence: Connection/Access: 1. Notes error: The server is not responding. The server may be down or you may be experiencing network problems. Contact your system administrator if this problem persists. 2. Notes error: ... |
Promote 8 Demote | Parameter [filters$] in OpenFileDialog and SaveFileDialogPlease do so by passing an empty string in this parameter, the methods worked as well as without this parameter, that is, display filters by default. Now is inconvenient - you have to write the conditions for the presence of a filter like this: If Len(sFilters) = 0 Then ... |
Promote 10 Demote | Adjust the opening of the Working Sets on load Domino Designer |
Promote 8 Demote | In the InputBox is impossible to catch click "Cancel"I suggest to return an empty string ("") only when the input field is empty and has been press "Ok". On "Cancel" I propose to return Empty (it's possible, since in DDHelp stated: "The InputBox function returns a Variant containing a string."), then we can verify the result using IsEmpty(). ... |
Promote 11 Demote | Put a value from the clipboard into the dialogue "Create -> Hyperlink ..."If the clipboard contains text fragment, which is a url, then, by analogy with the "Create -> Hotspot -> Link Hotspot..." suggest subj. |
Promote 5 Demote | For a new design element to copy a comment into descriptionI ask to do that when you create a LS-library or -agent text the comments would be automatically inserted in the description (Description: <here>). |
Promote 21 Demote | Ability to exchange configurationHomes and other workplaces must configure Domino Designer again, unfortunately a lot of manual routine work. This is especially true File -> Preferences -> Domino Designer -> LotusScript Editor (Code Templates, Fonts and Colors). The same applies to sections Java -> Editor и JavaScript -> Editor. Please make ... |
Promote 16 Demote | Display formula of Shared Column in the View |
Promote 18 Demote | Speed up! |
Promote 19 Demote | The number of displayed Working Sets |
Promote 16 Demote | Context menu in the field of type "Text"Very are lacking the context menu with items:
- Cut
- Copy
- Paste
---
- Select All. Also wanted to work in the field corresponding to the key combination Ctrl+A. |
Promote 17 Demote | Displaying an icon in a columnHelp from the latest version of the missing document (subj), which contained a table of icons and numbers, for use in the columns of views. This is inconvenient. But, in principle, without it would be necessary, if in the columns with the option "Display values as icons" add a button ... |
Promote 13 Demote | Fast closing windows |
Promote 1 Demote | Mouse gestures |
Promote 32 Demote | Ability to save to log everything that is output in the status bar |
Promote 12 Demote | Copy a link of hotspot when the document is in ReadModeNow in the context menu of hotspots there are 2 items:
But sometimes you want to copy the link, which indicates hotspot, and ... |
Promote -5 Demote | RunWithDocumentContext not work when run from LotusScriptIt only works in conjunction SSJS->LS-agent, and in the security tab is the option "Run as Web user". 1. On Notes Client: Button code: Dim ns As New NotesSession Dim ndb As NotesDatabase Dim na As NotesAgent Dim nd As NotesDocument Set ndb = ns.CurrentDatabase Set na = ndb.GetAgent("(test)") ... |
Promote -3 Demote | Launching Lotus Symphony in the 8.5.2 client hangs tightly |
Promote -6 Demote | Strange messages when using the Designer in the project, containing only the code LotusScript |
Promote 16 Demote | Make Views in XPages with custom sortWriting to sort by column, as well as several columns, asking them to order.
Be able to save the order of columns for a particular View. Import and export orders of columns.
Starting point: idea Make Views in XPages sortable after FTSearch. |
Promote 4 Demote | Options "Smart caret position at line start and end" and the transition to end of lineIf you set this option (General -> Editors -> Text Editors), then when you click End cursor is immediately after the last significant (non-Space and non-Tab) characters. This is inconvenient because to verify "whether the end the space or tabulation?" must once again press End, except at the ends of ... |
Promote 14 Demote | Lsi_info and the name of the module on the ClientIt is known that Lsi_info(3), Lsi_info(13), Lsi_info(14) on the Client in the name of the module (library) returns gibberish, such as "*AB65D0". In the agents working on the server, the same code for LS-module returns a normal read values. Please correct the work of the above functions so that they ... |
Promote 7 Demote | The mechanism locks in a distributed environment, and ACLIt is known that the lock on the database properties (option "Allow document locking") on the server, which is in ACL is marked as an Administrative (Master Lock Server), create a system repository for locks. In real distributed system without a permanent connection between the servers, having trouble: the mechanism ... |
Promote 4 Demote | Problems of locking mechanism (UI)1. In the present implementation the document is locked when double-click, that is, before the commencement of Querymodechange! This is wrong - on Querymodechange there are some conditions for which are not permitted to translate the document into edit mode. I propose to block the document between Querymodechange and ... |
Promote 20 Demote | Agents with the option "Run in background client thread"1. Each time you save a LS-agent message "A runtime error will occur if this agent requires user interaction. Interactive agents cannot be run in a background client thread. Do you wish to save?"; it's annoying... I propose to remove this message, this can be written in for Help. 2. ... |
Promote -1 Demote | Handling of conflict situations (UI)Situation: A user opens the document, reads it, at this time an agent or another user changes the document, then the user goes into edit mode, change the document, saves it and gets a warning: "Another copy of this document was saved while you were editing it. Save your changes ... |
Promote 18 Demote | Options to manage replication of a replica if it has not replicated within the purge intervalTo manually replicate - if not set this option, then after the analysis (comparing the replicas) to issue a message about this situation with a choice of actions:
|
Promote 15 Demote | Working with pictures without DXLPropose to add type RTELEM_TYPE_PICTURE into NotesRichTextNavigator.FindFirstElement, etc. |
Promote 11 Demote | Allow to adjust the size of the indent in the codeSize of Tab (for me) is very large, the code very quickly drives off to the right ... I would like for the font "Courier New" to set to the size of Tab corresponded to three spaces (I know of extreme-programmers who likes, when indentation is two spaces :) ). ... |
Promote 14 Demote | Workspace management in Domino Designer1. It would be convenient to have similar functionality, as well as at the closing-opening Notes Client, that is, when loading the Domino Designer automatically recover a set of open in the previous session of design elements. All requirements for the keeping / restoration Workspaces set out in the idea ... |
Promote 17 Demote | Perfection of AutoSave Workspace on close Notes ClientAs you know, when you close the Notes Client all open tabs (databases, documents) are saved, they open up again the next time you open Notes. There are some problems of this functional: 1. If, after the closure of Notes to open it under a different user, then open ... |
Promote 6 Demote | The format of the post-Soviet countries and @Name |
Promote 16 Demote | @ViewTitle not return the underscore symbolThere is a View of "DocOut_Journal" and others "DocOut_ ...". Using the @-formulas, I can not analyze the left and right part of the alias / name of the View because @ViewTitle returns it without the symbol underscore, ie "DocOutJournal". Accordingly, I can not call the required agent. Analogues ... |
Promote 13 Demote | Window title should be evaluated after the fields are evaluatedI wanted to make a universal formula and put it in the Shared Computed For Display (CFD) Field $hf_WindowTitle (inherit to all databases), and that it was calculated at the opening of the Form. Code: @If(@NoteID!="NT00000000"; @If(Form!="DeletedDocument"; $hf_WindowTitleDoc; "(Deleted document)"); "New document") ... |
Promote 12 Demote | Too much information in the dialog choosing the recipients in the formation of lettersIn the dialog displays a different address extra (not used and therefore hinders) information, such: servers (hardly anyone would dream of sending e-mail to the server), various system groups, which is desirable that the user does not see, database "Administration Requests" and so on. I propose in these Views to ... |
Promote 15 Demote | Add the possibility of simultaneous removal of several roles in the ACLIt is not enough support to select multiple roles to delete by holding down Ctrl. It would be nice if to select the roles supported by the Shift key + mouse left-click and Ctrl+A. If selecting multiple roles, then do inaccessible button Rename. Updated: This idea arose because ... |
Promote 15 Demote | Styles for modal windows (dialogs, and other...) |
Promote 11 Demote | Outline and Page by default |
Promote 22 Demote | Inheritance of design when creating Forms |
Promote 16 Demote | Renaming design elements1. When you create a design appears a dialogue with the three fields: Name, Alias, Comment. When renaming - a dialogue with one field: Name. Please do that flew dialogue similar creation. 2. In the right window (in the list of elements) in the context menu to add an ... |
Promote 12 Demote | Possibility of design refresh for other elementsI propose to add this possibility for element "Database Script" (tick "Prohibit design refresh or replace to modify"), as well as the full inheritance of "Shared Actions" ( Link ). |
Promote 5 Demote | New design element for code "Open segment"It would be nice to have the sections of code that are protected from user, and simultaneously noncompiled and nonhided by hiding design. This would realize the reuse of code for the @-formulas. For example use these sections of code in:
|
Promote 17 Demote | View "Applications" and remove applications shortcutsWhen there is no access to the server: 1. Designer continually appeal to the server and slows. Can I do that this process was the background and not interfere with work? 2. and click on the title database and select "Remove" or press Del, at first ... |
Promote 18 Demote | Independence application windows LND from each otherModal window in any application of the Notes Client, Domino Designer, Domino Administrator, "IBM Lotus ... Help" is blocking them all! There comes a temporary collapse... Example: RALS in Domino Designer; for this operation is not possible in a client run parallel Update design, but even impossible to simply read ... |
Promote 28 Demote | The context menus on the database (tab "Files") in Domino AdministratorWith the increasing number of databases and servers, developers use the Domino Administrator, more and more. Understand why administrators suffer - they are forced to constantly switch to Notes Client... In context menus on the database (tab "Files") missing the following items: - Copy database... - REPLICATION> (all drop-down list) ... |
Promote 44 Demote | Dashboard for Agents in Lotus Domino AdministratorLong overdue remake applet "Server -> Schedules -> Agents" in the real dashboard, namely to add the following functional:
in the context menu:
|
Promote 2 Demote | Incomprehensible restriction (Err=4418) on QueryOpenThis restriction exists for the following methods NotesUIWorkspace class: PickListCollection, PickListStrings, Prompt, URLOpen, EditDocument, SaveFileDialog, OpenFileDialog. Its meaning is not clear, because DialogBox allowed, and he calmly executed?!! I propose to remove this restriction, without him it will be very convenient to choose something, but, for example, if you cancel ... |
Promote 25 Demote | Detect when UI-document are in Dialog modeTo unify the use of code and design elements (Subform) is sometimes useful to know we are in dialogue or not. Example: Subform used as embedded (checking for filling in the fields needed on QuerySave) and as a dialogue (on QueryClose). I propose to add a property IsDialog as Boolean ... |
Promote -9 Demote | Display a list of design elements while navigating through the view "Applications"I propose to display on the right window a list of elements of the container "Forms", "Views" and so on, with a SingleClick on the label "Forms", etc... (but not on "+"), rather than with a Double, as now. DoubleClick must display the elements on the right window and to ... |
Promote 7 Demote | Replicator fully managed manually |
Promote 16 Demote | "Open in Browser" in the context menusI propose to add this menu entry when:
May ... |
Promote 11 Demote | Refinement NotesLog classGood idea, but there are some disadvantages in its use. I propose:
|
Promote 5 Demote | Remove Err=4469 from NotesDocumentCollection.AddDocument methodI propose that it's method returns the result as Boolean, is quite enough. It is better add to Desinner Help describe the situations where the method may return False, and this:
Generating the error ... |
Promote 20 Demote | Style settings for the Action Bar to use for the Sub Actions menuI propose for Sub Actions menu to use the same style (background color, borders and font), which is set in the properties of Action Bar. Now for Sub Actions menu used "system" style (from the operating system), even when the properties of the Action Bar indicated "Use database settings" or ... |
Promote 19 Demote | Save results of Recompile All LotusScriptPropose add to "RALS" window a button for export the results (errors) in HTML or any other format. This format should support the opening of a design element (the transition to an error) in Lotus Domino Designer by clicking on the record the error. It will be convenient (now to ... |
Promote 10 Demote | Remove Err=4411 from NotesUIDocument.Save methodGeneration of this error is useless, it also hinders. All error handling should be done in the proper place - on QuerySave.
I propose that the Save method returns the result as Boolean, it's would be very convenient and usefull. |
Promote 23 Demote | Opening design element that contains the error, from the tab "Problems"In the Lotus Domino Designer tab will appear on "Problems", in which displayed records of errors. I propose (for LotusScript) at DoubleClick on records not to display the source code of the element of design in XML, but open the corresponding element of the design, automaticaly finding the wrong area ... |
Promote 19 Demote | When DoubleClick on embeded elements of design to open it by analogy with DoubleClick on SubForm...similarly, the opening Shared actions and Shared fields.
Propose to do with regard to the Views, Folders, Outlines, including those contained in the Frame, and Shared columns.
Properties of the Shared columns, and so forth, can be open on Alt+Enter or by using RightClick-menu. |
Promote 22 Demote | Remove Err=4091 from GetDocumentByUNID methodGeneration of this error is useless, it only hinders. Quite enough to return Nothing.
Similar GetDocumentByID method does not generate errors. |
Promote 2 Demote | Improvement Prompt for ChooseDatabase (type=13)Objects of review: @Prompt( [style] : [NoSort] ; title ; prompt ; defaultChoice ; choiceList ; filetype ) variant = NotesUIWorkspace.Prompt( type%, title$, prompt$ [, default ] [, values ] ) For type=13 propose:
|
Promote 27 Demote | Support for workspace using drag and drop |
Promote 15 Demote | Interface and functional "Database ... cannot be found" windowWhen the database was moved from a server (often from Local), then when you click on application icon appears the window label "Database dbTitle cannot be found". I propose to add to this window "Browse" button to choice the database by hand, by analogy with click on shortcuts to a ... |
Promote 21 Demote | When you DoubleClick on the category in the PickList takes off message "Invalid selection"...It stretches from the time of R5.x and annoys users.
I suggest not show this message and make the reaction to DoubleClick on category by analogy with the usual behavior in a view, - that is collapse or expand current category.
Edited later: similar idea { Link } |
Promote 19 Demote | Writing to copy the field value in the FileName box database propertiesI propose to make a window box FileName property database available for copying. Small cosmetic improvements, but without the bad :) |
Promote 21 Demote | Assign user hotkeysAdd the Lotus Notes settings for the possibility of the appointment of custom combinations of keys for different actions (also scripts, plugins, etc.). Be able to assign hotkeys for the operation of the Lotus Domino Designer. |
Promote 7 Demote | Interface and functional "Open Application..." windowI propose to unify the functional window open databases. Instead of "Browse" button you can proceed to the browsing of local resources using the icon "Up", located to the right of "Look in: On My Computer". Also in the expands window (the button "Browse") contains the file extensions that ... |
Promote -14 Demote | Add a optional parameter REFItemName for work with hierarchies of responsesREFItemName = "$REF" by default or omit this parameter. apply to following methods: Call notesDocument.MakeResponse(document As NotesDocument, [ REFItemName As String ]) Set notesDocumentCollection = notesDocument.Responses( [ REFItemName As String ] ) @Command([ComposeWithReference]; server : database ; form ; flags ; [ REFItemName ]) |