plugins/consoles/guicons/doc/guicons_todo.pod
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # guicons_todo.pod
       
     2 #
       
     3 # Copyright (c) 2009-2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 __END__
       
    14 
       
    15 =head1 guicons todo list
       
    16 
       
    17 =over 5
       
    18 
       
    19 =item *
       
    20 
       
    21 Write some user documentation. This should include details on how fonts work and how to create your own.
       
    22 
       
    23 =item *
       
    24 
       
    25 Configuration. This includes:
       
    26 
       
    27 =over
       
    28 
       
    29 =item *
       
    30 
       
    31 Configuring the console using the console title, for example:
       
    32 
       
    33 	fshell --console guicons --console-title "font=c:\myfont.gif;exe=custom_guicons_app.exe;servername=myguicons;title=fshell console"
       
    34 
       
    35 or similar.
       
    36 
       
    37 =item *
       
    38 
       
    39 Save configuration options in guicons application (currently, there is only the line/interactive mode setting, there will be more...)
       
    40 
       
    41 =back
       
    42 
       
    43 =item *
       
    44 
       
    45 Allow changing of the font after a console is created (by selecting a new image file using a dialog)
       
    46 
       
    47 =item *
       
    48 
       
    49 In the line editor, when the text is injected into the console, dont' remove it but instead justr highlight it. Then, you can easily inject it again, or start typing to replace it.
       
    50 
       
    51 =item *
       
    52 
       
    53 Copy, paste support
       
    54 
       
    55 =item *
       
    56 
       
    57 Option to hide the line editor on devices that have a full keyboard.
       
    58 
       
    59 =back
       
    60 
       
    61 =head1 Copyright
       
    62 
       
    63 Copyright (c) 2009-2010 Accenture. All rights reserved.
       
    64 
       
    65 =cut