Jump to content

Simple Text!


NegativeNrG
 Share

Recommended Posts

Hello again, ive started working on this project last year, i stopped, then i started it again this year, because i was bored.

SCREENSHOT:

Posted Image

Dont worry about the Toolbar, just added it there so it looks good :o.

File History:
v0.3b - Added Find and replace function. Also a Find only function(Thanks to gaFrost)
v0.2b - Added Line+col Detector.
v0.1b - First Release.

Features.
- Code Generator
- HTML Source Grabber
- Normal Text Editor Functions
- An Updater

SOURCE CODE INCLUDED :geek:

Optional(Updater)

Func updateit()
    Local $Website = 'http://www.mysite.com/mysite/Simple Text.exe'
    Local $iniget = 'http://www.mysite.com/mysite/Update.ini'
;Local $iniread = IniRead(@programFilesDir & '\Update.ini','Update','update','Not Found')
    
    InetGet($iniget,@programFilesDir & '\Update.ini')
    
    if IniRead(@programFilesDir & '\Update.ini','Update','update','Not Found') = 'Yes' Then
        $answer = Msgbox(4,'SImple TExt Updater','Update Available, Update now?')
        if $answer = 6 Then
            FileDelete(@AutoitEXE)
            INetGet($Website,@scriptDir & '\Simple Text.exe')
        EndIf
    Elseif @error Then
        Msgbox(0,'Simple Text Updater','Failed to retrieve, please check if your internet connection is working.')
    EndIf
    if IniRead(@programFilesDir & '\Update.ini','Update','update','Not Found') = 'No' Then
        Msgbox(0,'Simple TExt Updater','No Update Available.')
    EndIf
    
    While @InetGetActive
        TrayTip('Download','Complete= ' & @inetGetBytesread,10)
        Sleep(50)
    WEnd
    
    
EndFunc

Simple_Text.zip

Any Comments/suggestions are welcome ;).

Enjoy!.

Edited by NegativeNrG

[size=20]My File Upload[/size]Register at my site and upload.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...