Results 1 to 3 of 3

Thread: Py S60 Htmled V0.5 + v0.7 HTML Editor for S60 Smartphones [UpdatE 27/12/08]

  1. #1

    Default Py S60 Htmled V0.5 + v0.7 HTML Editor for S60 Smartphones [UpdatE 27/12/08]

    s60htmled v0.5 - HTML Editor for S60 Smartphones



    S60 HTML Editor is a simple but useful editor for HTML code on Symbian smartphones.

    Write and edit your HTML pages directly on your smartphone!

    The main features include:

    1. Easy insertion of HTML tags and entities using quick menu
    2. Automatic control for the close tags (for tags such as strong, em, a, etc)
    3. Fast moving through the text using hot keys and menus
    4. The editor is written in Python using appuifw2 extension module.
    5. The code was tested on Nokia E51 device and in S60 SDK emulator.


    Requirements And Installation

    1. You must have Python for S60 installed on your device first.
    2. You must have appuifw2 extension module installed on your device as well.
    3. Currently, the program is deployed as a single Python script. You should download the latest release and put the file s60htmled.py to the folder !: Python on your device.
    4. Then start Python interpreter, press left softkey for the menu and select Run script. Select the scripts and press OK.


    Hot Keys

    The editor uses Call key as a functional key. Press:
    1. Call + Left key to go to the beginning of line;
    2. Call + Right key to go to the end of line;
    3. Call + Up key to page up;
    4. Call + Down key to page down;
    5. Call + Select key to open the quick move menu.

    To insert any HTML tag press Right softley. Select a tag from tag menu or press Custom... and type your own.

    Changelog:

    Version 0.5
    1. Cut/copy/paste in the menu
    2. Undo works (but for cut/paste/delete selection operations)
    3. Select all/none in the menu
    4. Changes control fixed (the editor asks for save only if text has really been changed)


    Attached Files Attached Files

  2.    Advertissements


  3. #2
    Join Date
    Jun 2006
    Location
    Dark Side
    Age
    48
    Posts
    20,012
    Rep Power
    340938

    Default s60htmled v0.7 - HTML Editor for S60 Smartphones

    The main features include:
    Easy insertion of HTML tags and entities using quick menu
    Automatic control for the close tags (for tags such as strong, em, a, etc)
    Fast moving through the text using hot keys and menus
    The editor is written in Python using appuifw2 extension module.
    The code was tested on Nokia E51 device and in S60 SDK emulator.

    Requirements And Installation
    You must have Python for S60 installed on your device first.
    You must have appuifw2 extension module installed on your device as well.
    Currently, the program is deployed as a single Python script. You should download the latest release and put the file s60htmled.py to the folder !: Python on your device.
    Then start Python interpreter, press left softkey for the menu and select Run script. Select the scripts and press OK.

    Hot Keys
    The editor uses Call key as a functional key. Press:
    Call + Left key to go to the beginning of line;
    Call + Right key to go to the end of line;
    Call + Up key to page up;
    Call + Down key to page down;
    Call + Select key to open the quick move menu.
    To insert any HTML tag press Right softley. Select a tag from tag menu or press Custom... and type your own.

    Changelog:
    Version 0.7
    Tag insertion algorythm changed: inserts both open and close tags simultaneously, if needed, also asks for attributes as well. List of predefined tags extended
    View in browser option available
    Do not quit Python when runs as a script
    Code has been refactored and improved
    Attached Files Attached Files
    LISTEN BELLYUP4BLUES , THE BEST INTERNET RADIO
    Read The Rules,Search Before Posting
    To see hidden threads links ,please hit forum "Like" button on the post right bottom corner.
    You dont need to have 10 posts to see the unhidden links. Please dont spam.

    Thanks post Will be trash

  4. #3

    Default

    interesting
    cheers

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233