Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/2012 in all areas

  1. ............................................________............................................................,.-‘”...................``~.,.................. .............................,.-”...................................“-.,............ .........................,/...............................................”:,........ .....................,?......................................................,..... .................../...........................................................,}.... ................./......................................................,:`^`..}.... .............../...................................................,:”........./..... ..............?.....__.........................................:`.........../..... ............./__.(.....“~-,_..............................,:`........../........ .........../(_....”~,_........“~,_....................,:`........_/........... ..........{.._$;_......”=,_.......“-,_.......,.-~-,},.~”;/....}........... ...........((.....*~_.......”=-._......“;,,./`..../”............../............ ...,,,___.`~,......“~.,....................`.....}............../............. ............(....`=-,,.......`........................(......;_,,-”............... ............/.`~,......`-...................................../................... .............`~.*-,.....................................|,./.....,__........... ,,_..........}.>-._...................................|..............`=~-,.... .....`=~-,__......`,......................................................... ...................`=~-,,.,...................................................... ................................`:,,...........................`..............__.. .....................................`=-,...................,%`>--==``....... ........................................_..........._,-%.......`............... ...................................,<`.._|_,-&``................`..............
    2 points
  2. Beege

    Snipster - Updated 9/13/11

    Current Version - 1.6 Snipster is a place holder for all your common or uncommon autoit code that you want to be quickly accessible when your writing scripts. It is built to work along side SciTE, but can be used on its own also. Forever I used Gary Frosts cSnippet and was very happy with it, but for a while now the version that comes with autoit doesnt really work (one of my reasons for writing this). Snipster does a lot of the original features cSnippet did and many more. Some of these features include: Create new snippet from code selected in SciTECreate new snippet from code on ClipboardSend Snippet to ClipboardSend Snippet to SciTEEdit, Delete, Create New SnippetsOpen Snippet in SciTESome new features include:Syntax HighlightingCustomizable Hotkeys for the features given aboveLaunch Snippet (x86 or x64 preference)Extra docking methodsResizeable windows that automatically snap to each other and desktop edgesImport all snippets from cSnippet More Snapshots: A little bit about how the program functions.. The syntax highlighting works by generating a RTF (Rich Text File) from the .au3 (snippet file). All of the syntax highlighting is done in a separate process so that it doesn't slow down the main program. Any time you select a different snippet, the program checks its RTF folder (hidden folder located @scripdir) to see if a RTF file exists for the selected snippet. If it does the RTF file is loaded. If not the .au3 file will be loaded and a message is sent to the syntax converter process to generate the RTF file. If the generator is busy it will be added to a queue. When the RTF file is complete a message will be sent back to the main program telling it that the RTF file is ready. If you are still viewing that same snippet the program will automatically switch to the newly generated RTF. This automatic switching Im talking about really worked out well I think. Even when your scrolling, the switch happens pretty seamlessly. Any kind of feedback will be most appreciated. I want to know about bugs, things you like, things you didn't like, things you would like. Seriously dont hold back and thanks for looking. Binary Snipster_binary.html Source Code Snipster_source.html Note: The .html links are just to help me keep track of downloads. Open the .html file and a download dialog will display. Special Thanks go to: Yashied - All hiswonderul UDF's (TVExplorer, Restart, HotKeyInput used here) Ward - his MemoryDll and Hash Functions trancexx - her MailSlot UDF MrCreatoR - his original HTML Syntax Highlighter code that inspired my RTF Highlighter Gary Frost - cSnippet Updates 6/13/11 - Updated Wards MemoryDLL 6/13/11 - Added Drag and Drop for treeview. Any .au3 file you want to add just drop it on the treeview. - Changed to different version of Wards MD5. MemoryDll no longer needed. 6/14/11 - Fixed bug in syntax highlighter that was copying and adding first line of file to end of script6/21/11 - Rewrote syntax converter. This greatly increased speed and color syntax "consistancy." - Fixed bug that was not coloring Function Keyword if it was the very first word of a script. 6/23/11 - Still had bug with function keyword being first. Think I got it this time..9/10/11 - Made changes to the way edit and treeview windows hide themselves. - Added window position checks at startup and settings gui. - Fixed toolbar icons index numbers for win xp. (Thanks Tlem) 9/13/11 - Added cSnippet import function- Added About Box - Changed "Delete Snippet warning" default value to true
    1 point
  3. AlmarM

    <<PassWord>>

    That's why I didn't post or create anything. Niceee.
    1 point
  4. AlmarM

    <<PassWord>>

    As long as their session is still active on the forums you can force them to press the Thanks button..
    1 point
  5. 1. In SciTe press Ctrl+1 (or Tools->SciTe Config) 2. Go to the "Color Settings" tab 3. Press "New Scheme" 4. Select "OldSciTE4AutoIt3 ==> Old Standard SciTE4AutoIt3 Color scheme" 5. Save+Apply That should give you the old look back.
    1 point
  6. water

    <<PassWord>>

    I should not only read but understand the help file: "Terminating the script will stop the sound." Thanks for clarification! I need a pot of coffee now!
    1 point
  7. jchd

    SQLite and datetime

    SQLite uses manifest typing (aka dynamic typing), which allows you to store any type anywhere. Of course you still can force strong typing if you feel you need it (you don't). In addition it also implements column affinity. It doesn't have a datetime type. You can store timestamps as text or integer or float. Read the doc about types. You definitely need to read SQLite documentation, particularly this part. Reading the rest will only benefit you, anyway. Besides, you shouldn't quote integer litterals for INT columns (like column other in your example)..
    1 point
  8. E1M1

    AutoIt with C preprocessor

    Omfg that's super cool. I dont know what to say about it... well let's think what to say.. for i= 1 to MAX_IDEAS if IsGoodIdea($Idea[$i]) then Post() It looks quite useful to me
    1 point
  9. If this is your actual file, PM a Dev with what the content has on the inside of it. If you're right, he may be willing to help you.
    1 point
×
×
  • Create New...