User Tag List

Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11

Thread: SQLite3 text editor using Scintilla

  1. #1
    No Products Registered

    Join Date
    Jul 2006
    Location
    South Africa, Pretoria
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    SQLite3 text editor using Scintilla

    A primitive SQLite editor using Scintilla. Many thanks to Looki for doing lots of excellent work on Scintilla. The app has two known problems - mmf crashes on null values in the SQLite and the auto complete lists has been disable during editing - it also crashes.
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Looks cool.
    I wasn't able to get anything to work yet, though - Could you give me some short instruction?

    I believe that the autocomplete crash is due to WordStart&End... iirc, I had problems with it before.

    EDIT: WordStart has been modified to use the caret's position automatically, you're using it wrong! The parameter is an option whether to use word characters only. I might fix that, unless that will make it crash again.

  3. #3
    No Products Registered

    Join Date
    Jul 2006
    Location
    South Africa, Pretoria
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Open any SQLite3 data base. It will retreive the tables and attributes automatically and use that to assist you in creating valid SQL's. You can use F5/F6 to get to the tables and attributes of the opened db.

    I'll give the WordStart&End a go...

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Ah, I expected that I have to do that... but I thought you'd ship an example databese.

  5. #5
    No Products Registered

    Join Date
    Jul 2006
    Location
    South Africa, Pretoria
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Let me set up an example db - I'll upload when done.

  6. #6
    No Products Registered

    Join Date
    Jul 2006
    Location
    South Africa, Pretoria
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Ok sample db, sample SQL's and some bug fixes :eek:
    Attached files Attached files

  7. #7
    No Products Registered

    Join Date
    Jul 2006
    Location
    South Africa, Pretoria
    Posts
    37
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Looki: Open tst.db then open SQL's test.sql
    Select one of the 'SELECT' - lines and Run selected SQL.

    If this works fine open the group 'Catch . , and spaces typed by the user'
    Run again and type 'select department.' the list of attributes should appear but this is where mine go up in flames.

  8. #8
    Clicker Fusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleSWF Export ModuleUnicode Add-on
    Looki's Avatar
    Join Date
    Aug 2006
    Location
    Karlsruhe, Germany
    Posts
    3,741
    Mentioned
    5 Post(s)
    Tagged
    1 Thread(s)

    Re: SQLite3 text editor using Scintilla

    Ah, really nice.
    I'm not that familiar with SQL, especially not with storing databases... I used MySQL in PHP a lot, though.

    Autocompletion works fine here That's unhandy since I can't really track down the error...

    EDIT: You should consider checking "Two phase drawing" in the Edittime properties so characters don't get cut off when being bold etc.

  9. #9
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sparckman's Avatar
    Join Date
    Feb 2011
    Location
    Planet of the Kangaroos
    Posts
    1,396
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    nice... but where are all these extensions? the file cannot be opened... can anyone include the extension in the samples?

  10. #10
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)
    Sparckman's Avatar
    Join Date
    Feb 2011
    Location
    Planet of the Kangaroos
    Posts
    1,396
    Mentioned
    4 Post(s)
    Tagged
    0 Thread(s)

    Re: SQLite3 text editor using Scintilla

    I can't install this in TGF2..... halp

Page 1 of 2 1 2 LastLast

Similar Threads

  1. The difference between text in expression editor and text in strings?
    By RobertRule in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 21st July 2013, 10:13 PM
  2. SWF TEXT EDITOR
    By imothep85 in forum Extension Development
    Replies: 0
    Last Post: 1st February 2013, 07:33 PM
  3. iOS Text Editor
    By XStar in forum iOS Export Module Version 2.0
    Replies: 9
    Last Post: 16th November 2012, 11:36 PM
  4. iOS Text Editor
    By XStar in forum Multimedia Fusion 2 - Technical Support
    Replies: 8
    Last Post: 29th August 2012, 08:04 AM
  5. Scintilla Select Text ?
    By Jahkri in forum Multimedia Fusion 2 - Technical Support
    Replies: 4
    Last Post: 23rd August 2012, 02:48 PM

Posting Permissions

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