92 | Reload script library code in Notes agent at compile timeJason Hook2830 - 09 2007 (3)
|
90 | Symphony Programmability OverhaulI would like to see a complete overhaul of the Symphony Programability Model: 1. we need a way in Symphony to create template and file code, much like VBA is used in Office. It needs to be code that executes when a document is opened or a new document ... |
72 | Default lotuscript code templating |
44 | Open up all the document properties to Java/LSAndy Harris754 - 06 2008 (1) The Document/NotesDocument classes currently allow read access to things like creation date, last modified, etc.
However, there are a lot more properties to documents than that (when created in the current file to name one).
These should be made available as properties like the others. |
39 | debug on conditional breakpoint |
35 | Improve LotuscriptStarrow Pan4204 - 21 2008 (5) Frustrated by the inconvenience and incapability of lotusscript, I've expected improvements for years but just disappointed as each Notes release came. I know as created as a script languate embedded in Notes, we can't expect many things like multiple thread, but there's still a lot of space to improve. |
29 | Allow me to write binary data to the response stream in LS and Java.Peter LaComb677 - 08 2007 (1) I'd really like to be able to send a file attachment as a response without a redirect (since I'm creating the file in memory, I don't want to save it and then purge it at some later date). |
25 | Option ExtendedSyntax False (or NotesDocumentExtended False)Nathan T. Freeman2601 - 18 2008 (46) Just like I can Option Declare, or Option Private, or Option Base 0... Allow me to turn off the NotesDocument extended syntax. (ie: NotesDocument.subject="blah" or subject=NotesDocument.subject(0) ) Manypeople think it was a mistake to ever offer this capability in the first place. It's certainly lead to some terrible ... |
21 | LotusScript: Generic 'core dump' error handlerMark Demicoli10169 - 12 2009 (5) On error, produce a 'core dump' of all defined variables, objects, and a call trace. The 'core dump' might provide a limited (one-level) listing of defined objects with their property values, and all local and global variable values. Going down more than one level might end up with a ... |
18 | Add a PickListFolders method to NotesUIWorkspace classRandy Smith3883 - 16 2007 (0) This would be the compliment to the @PickList([FOLDERS]...) function in formula language, where the folders are displayed in a tree format with folders icons. There might not appear to be a huge need for methods like this now, but as more companies work on mail file solutions to meet records ... |
16 | Some member in NotesDXLImporter to inform about compile issuesAxel Janssen4993 - 08 2008 (1) With notesDxlImporter we can insert code in for example database scripts. In the process the compiler tries to automatically compile this fresh code. Unfortuatedly I get no information about if the code actually did compile or did not due to errors in the inserted code in the new environment like ... |
15 | add LSUTCTime property to NotesDateTimeMike VandeVelde341 - 27 2010 (1) Similar to LSGMTTime and LSLocalTime, it would be nice if it was easier to get a UTC formatted date. (ps It would also be nice to fix LSGMTTime so that it returns a time component when it works out to midnight. This would make writing our own UTC functions, among ... |
10 | Lotusscript is evolvingFredrik Norling252 - 27 2008 (2) Because Lotusscript is a great language to develop applications with. My idea is that why can't it evolve into a language that can be used to develop application using the eclipe framework. Imagine a windows or perhaps Linux or even a Mac OS X application created using lotusscript. Classes for ... |
-11 | Date Formatting in Lotus ScriptKripashankar Krishanswamy105 - 11 2008 (3) When we create a datetime object there must be a certain way to pass the day, month and year separately. This option is there in javascript when we create a date object we pass the day, month and year separately. So that there is no confusion in the date ... |