ioliver Posted November 9, 2004 Share Posted November 9, 2004 Lookfar, I just tested out AutoEd this morning. Great Job! What did you write it in? Ian "Blessed be the name of the Lord" - Job 1:21Check out Search IMF Link to comment Share on other sites More sharing options...
Hooch Posted November 9, 2004 Share Posted November 9, 2004 Lookfar, I just tested out AutoEd this morning. Great Job!What did you write it in?Ian<{POST_SNAPBACK}>In his first post he mentioned that he used Delphi. Link to comment Share on other sites More sharing options...
SlimShady Posted November 9, 2004 Share Posted November 9, 2004 - when you click on a line other than the current one, the line number in the status bar doesn't update. Suggestions for The Go To Line dialog - Fix the title - Set the default value to the current line number - Make the "enter" and "ESC" keys work The rest works great. Link to comment Share on other sites More sharing options...
lookfar Posted November 10, 2004 Author Share Posted November 10, 2004 (edited) New binary uploaded (same zip file)SlimShady:Fixed statusbar update onclick event, fixed Goto Line dialog as requested.drak: as abovetrids: Thank you for the detailed bug report...still working on those things..iOliver: written in Delphi . source is available on request (and will compile on Delphi 5,6,6PE and 7)btw:for those interested, Borland Delphi 6 Personal Edition (free from Borland)is still available on some sites ( borland doesn't have it listed anymore)you can still get the keys from Borland Here:http://www.borland.com/products/downloads/...oad_delphi.htmland find the Free personal edition here:http://static.hugi.is/forritun/BorlandDelp...onalEdition.exeftp://ftp.rz.uni-kiel.de/pub/zoo-oek/Borl...onalEdition.exe144MB Edited November 10, 2004 by lookfar Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
lookfar Posted November 10, 2004 Author Share Posted November 10, 2004 A couple suggestions:1. "removed all trigger charactors except @ and { for autocompletion dropdown"Why did you do that? Autocomplete is a very cherished feature for most developers. IMHO, it was better before this release for this fact alone.<{POST_SNAPBACK}>uploaded new binary (same zip file)added Option to add remove trigger characters for autocompletionin "Tools->Environment Options -> Misc"btw: there is no Registry access (reading or writing) everything is written to Ini filesunzip it it and run. to remove AutoEd just delete it. Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
SlimShady Posted November 10, 2004 Share Posted November 10, 2004 I'm at work now. - This is the first time I extracted the zip on this comp. - I run AutoEd.exe Result: - I get 2 error boxes: (The first one that showed is the top one) Don't mind the colors. I wanted to keep the size down of the image. Link to comment Share on other sites More sharing options...
Josbe Posted November 10, 2004 Share Posted November 10, 2004 I'm at work now.- This is the first time I extracted the zip on this comp.- I run AutoEd.exeResult:- I get 2 error boxes:(The first one that showed is the top one)Don't mind the colors. I wanted to keep the size down of the image.<{POST_SNAPBACK}>I confirm. (Here: Win2K SP4) AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
lookfar Posted November 10, 2004 Author Share Posted November 10, 2004 I'm at work now.- This is the first time I extracted the zip on this comp.- I run AutoEd.exeResult:- I get 2 error boxes:<snip><{POST_SNAPBACK}>oops, I have uploaded a new build which hopefully fixes that. Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
Josbe Posted November 10, 2004 Share Posted November 10, 2004 >> New remarks:- AutoCompletion: When you write the char "{" for AutoCompletion, normally, this display akeys list, right. But, if you write this, after of any char (in the same line), appears a blank list.- Comments: Normally, must display(color) the section commented between #CS and #CE.- Unexpected event: There is a kind of event that turn AutoEd as "Always On Top" mode(sometimes).Example:-> Open AutoEd.-> Drag/move any window(program) over AutoEd.Result: AutoEd window it's activated.Keep up the good work. BTW: A feature would be nice: "Recent documents list" AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta Link to comment Share on other sites More sharing options...
lookfar Posted November 12, 2004 Author Share Posted November 12, 2004 Uploaded new build (still same zipfile) November 11th,2004 On a roll today: added Search, Search & Replace added MRU (recent files list) added Highlight ActiveLine added config tools for above in Tools->Environment option->Misc Determined backwards compatibility with Delphi 5, switched to Delphi 6 enabling win 2000 style Open/Close Dialogs cleaned up code,faster loading. concentrating now on: console window for syntax check etc.. Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
SlimShady Posted November 12, 2004 Share Posted November 12, 2004 Wow. Great job, man! Link to comment Share on other sites More sharing options...
Hooch Posted November 12, 2004 Share Posted November 12, 2004 Yea starting to shape up real nice, if you are taking wishlist requests I have always been a big fan of tree-view file manager panel that can dock on left or right. ( I prefer left but hey thats me) Link to comment Share on other sites More sharing options...
SlimShady Posted November 12, 2004 Share Posted November 12, 2004 Yea starting to shape up real nice, if you are taking wishlist requests I have always been a big fan of tree-view file manager panel that can dock on left or right. ( I prefer left but hey thats me)<{POST_SNAPBACK}>Like Crimson Editor has! I like that too. Link to comment Share on other sites More sharing options...
lookfar Posted November 14, 2004 Author Share Posted November 14, 2004 (edited) Uploaded new build (same zip file) November 14th,2004 added Snippets Library. save small pieces of often used code to the snippets library and access them from the drop down ComboBox. It will insert the code at the current cursor position. Note: If you wish to keep the customized editor settings and colors you have made, just replace the AutoEd.ini and colors.ini with the ones you already have. edit: btw I will add a dockable tree view file manager. as well as a code explorer Edited November 14, 2004 by lookfar Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
SlimShady Posted November 14, 2004 Share Posted November 14, 2004 You really are making the perfect editor Currently I use Crimsone Editor because it has everything I need. Some things that you could add: - Ability to add/edit/delete tools. Accessible through a menu called (for instance) Tools. - Open template. Open an existing file and use it as an unsaved file. - Upload to a FTP server - Recent files - Find in files. Recursive, file extension filter, folder choose - Find and replace with tab and newline characters A possible bug: How does the "Snippets" thing work? "Enter" doesn't work and there's no "Insert" or "OK" button Link to comment Share on other sites More sharing options...
lookfar Posted November 14, 2004 Author Share Posted November 14, 2004 You really are making the perfect editorCurrently I use Crimsone Editor because it has everything I need.Some things that you could add:- Ability to add/edit/delete tools.Accessible through a menu called (for instance) Tools.- Open template. Open an existing file and use it as an unsaved file.- Upload to a FTP server- Recent files- Find in files. Recursive, file extension filter, folder choose- Find and replace with tab and newline charactersA possible bug:How does the "Snippets" thing work?"Enter" doesn't work and there's no "Insert" or "OK" button<{POST_SNAPBACK}>Thanks for the feedback.Not sure what you mean by the template : "use it as an unsaved fie"Recent Files has already been implemented : "File -> ReOpen"Snippets: "Tools -> Snippets" will allow add/delete/edit/new (or from the button beside the combobox) oh.. you mean when the list is displayed? you can't use Enter? If that's it then I will add HotKeys and doubleclick events.... Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
SlimShady Posted November 15, 2004 Share Posted November 15, 2004 Open template explanation: - Menu item "Open Template" - User clicks and chooses a file - When the file is chosen a new tab is made named (for instance) Untitled 2 - When the user changes the content and tries to save, the program asks where to save. When the user changes the content and closes the program it asks where to save. Except if the user didn't change the content, then just close. I thought ReOpen meant reload the current file... Link to comment Share on other sites More sharing options...
Scottswan Posted November 15, 2004 Share Posted November 15, 2004 AutoEd is really slick!I especially love the tabbed open files and the snippets.I few things I noticed while playing with the latest version.... maybe bugs, maybe known already:1) If I open AutoEd and then open a file not located in the AutoEd folder, then make a color change, it errors "Cannot open file: colors.ini"2) a) I open AutoEd and open a file IN the AutoEd folder, the default comment color is blue, I'm used to VB so I want green. It shows changes to the color while the Env Options dialog is open, but drops back to blue when I hit OK. Never writes to the colors.ini (although it did write something because I had colors.ini open in Ultraedit and is barked to load the changed file, but it did not write/change the color for Comment - Foreground)b,) I delete the color code for Comment - Foreground in the colors.ini. Open a file and change the comment color to green again, it stays... and keeps the green comments on any other file I open. But only for the AutoEd session, close and reopen AutoEd and comments are back to black.c) My workaround - Using this Delphi colors page I got the decimal value for green and manually edited the colors.ini. Nice green comments now. 3) Editor font - I'm wondering why this font chooser doesn't load the entire installed font list? I was going to switch to Arial but it's not there, the chooser only shows about 10 fonts.4) I noticed some unpredictability when using the Snippets dropdown. If I highlite some text, select the dropdown but then click off of it, it will delete my highlited text.At times it would keep adding the same snippet to the file if I selected the dropdown, scrolled over the list, and then clicked off (by off I mean the menu bar, or on the text editor, sometimes with different effects). I was unable to pinpoint a sequence to this.Testing done on Win98seSorry if any of these are old news, I didn't read this entire thread. -Scott Link to comment Share on other sites More sharing options...
NewKreation Posted November 15, 2004 Share Posted November 15, 2004 For program continuity and to make it faster to use, I would like to see the recently used item list similar to other programs (see attached). Also, is there a way to run the script file using a menu option, or better yet, a shortcut key? Also, I would like to disable the snippet pop-up thingy that is always empty and making me go back to my mouse. Great work! I am a regular user now. Oh yeah, one more thing...would you please add shortcut keys to change tabs, F2 (left), F3 (right). Thanks! Link to comment Share on other sites More sharing options...
lookfar Posted November 16, 2004 Author Share Posted November 16, 2004 November 15th, Uploaded new build (same zip file) Fixed problem with saving to colors.ini (boogers I borked it, sorry about that...) @scottswan there is a "about-colors.txt" in the same archive (been there awhile) which describes how to manually edit if wanted....clGreen The Font thing is an issue I'm working on. The editor options dialog is Synedit's and has limited fonts. I will get another workaround. . I did some work on the snippets ComboBox (added OnKey events, Enter.Esc) I haven't been able to duplicate your errors...would a doubleclick event be better? @NewKreation : added new menu item "Script ->Run" which simply runs ShellExecute on AutoIt %CurrentFilename% (have to save file first) F9 runs.. I am currently working on the syntax check and compile items... about the AutoCompletion popping up goto: "Tools-> Environment Option-> Misc- Trigger Characters" and remove all but @ and { thanks for all the suggestions will attempt to implement them.. Get the latest version of AutoEd and Koda FormDesigner here Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now