Jump to content

script editor


Recommended Posts

:) <----- SciTE

^----- other editors

<{POST_SNAPBACK}>

I've been using Crimson Editor for a while now. I just tried SciTE and maybe I'm missing something but the only thing in SciTE that I liked (marginally) was the lines on function / subroutine indention. :lmao:

I was hoping for the autocomplete that I saw on the website but it wasn't doing that when I typed. :)

Someone needs to sell me SciTE from a Crimson Editor user standpoint otherwise, Crimson Editor works for me. o:)

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

  • Replies 42
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Developers

I was hoping for the autocomplete that I saw on the website but it wasn't doing that when I typed. o:)

<{POST_SNAPBACK}>

:lmao: Should work without having to do anything when you run the Scite4Autoit3 installer ......

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

No offence to Icekirby1 but IMO NET programs the worst case from end user point of view.

It's required monstrous framework, but even when you have it, programs loading up to half minute, and they unstable and damn slow while working! I'm seen enough NET programs, but no good ones... so I'm avoid using them anymore. Only chance for such programs if they do something really unique...

But I'm not try to stop you. Writing it will be learning challenge for you, independently will be it usefull or not.

BTW I use EditPlus (seen nobody here with the same preference...) and only usefull thing that it missed in compare with Scite - intellisense. But for me this not enough to change editor :lmao:

Link to comment
Share on other sites

Some guy made an AutoIt3 editor called AutoEd.

It looks like that project is dead.

It's been a while since we heard from him.

Search for that topic and add all the features that are in that application.

If you succeed, I'll use it.

<{POST_SNAPBACK}>

Nah, It's not dead, just resting...raising a family and paying the bills comes before hobby's.

I did incorporate a few more features like project management but I am going to to a complete re-write and use the editor for the AutoIt form designer I am working on.

Link to comment
Share on other sites

Nah, It's not dead, just resting...raising a family and paying the bills comes before hobby's.

I did incorporate a few more features like project management but I am going to to a complete re-write and use the editor for the AutoIt form designer I am working on.

<{POST_SNAPBACK}>

It's good to know that...I have had good expectations from your Editor. :lmao:
Link to comment
Share on other sites

This is a part of what I would like to see.

I have a headache so I don't feel like doing much right now....

I'll update this later.

Features I'd like to see in an editor:

- Add/edit/delete tools

  * ability to capture output, not only capture but also show output during runtime. (Output generated by the ConsoleWrite() function, Au3Check, AutoIt3 + /ErrorStdOut, etc..

  * ability to change hotkeys for the tools (with hotkey control)

  * Parse Au3Check and AutoIt3 + /ErrorStdOut output so you can double click an error to jump to the line

  * working directory

  * ability to use variables for the commands: filename, filedir, filename without extension, selected text, current word, current line

- hotkey for the AutoIt3 help file

- macros. To generate a debug msgbox or add a ConsoleWrite + execute script

- find in files, replace in files. useful but not necessary

- regular expression search, replace

- find, replace in selected text

Link to comment
Share on other sites

i guess some people just dont like SciTE, the thought still freaks me out :lmao:

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Link to comment
Share on other sites

Hotkey for AutoIt help file would be simple, find and replace is simple with the way my richtextbox is colored, macros wouldn't be hard, and by adding tools I believe you mean on a toolbar?

A couple questions though, what do you mean by:

* ability to capture output, not only capture but also show output during runtime. (Output generated by the ConsoleWrite() function, Au3Check, AutoIt3 + /ErrorStdOut, etc..

* Parse Au3Check and AutoIt3 + /ErrorStdOut output so you can double click an error to jump to the line

* working directory

* ability to use variables for the commands: filename, filedir, filename without extension, selected text, current word, current line

- regular expression search, replace

If you could clarify, I'm sure they could make it in there.

The other ones are nice suggestions, I didn't even think of find/replace text.

Link to comment
Share on other sites

I WAS using Crimson Editor for AutoIT scripts but now I see the advantage of SciTe4AutoIT.

I especially like:

1. the tie in with the AutoIT help file (highlight a keyword and press F1)

2. the intellitext/autocompletion feature

3. the 'Compile with options' feature that remembers where the compiled EXE goes

4. the ability the launch scripts from within the editor

5. the collapsible function/routine feature

With about 10 hours of SciTe use under my belt, I can honestly say that it needs to implement the following items; AKA: What I miss the most from Crimson Editor.

1. Search and replace across open files

2. Save all

3. Close all

4. Increase/decrease indent

5. Insert/Remove comment

I'll probably come up with more later but I figured I'd vent a little. :-)

Edited by sshrum

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

1.  Search and replace across multple open files

Not sure on this, I'm thinking architectural designs with SciTE prevent this.

2.  Save All

Buffer menu.

3.  Increase / decrease indent

Errr, tab key or shit-tab?

4.  Insert/Remove comment

Ctrl+Q (Default) or Edit->Block Comment or Uncomment
Link to comment
Share on other sites

All the builtin command keys of Scite, can be found in the Scite Help. Look at Contents, and choose Scite Documention. Just browse down to the Keyboard Commands heading. Alot of tips etc. are located in that page.

:lmao:

Link to comment
Share on other sites

Sweet...thanks for the info.

Oh...another thing. I really wish somebody, anybody would develop for this:

1. User-definable right click popup menus!

(tell me there's a way to do this with SciTe and I'll delete Crimson Editor off my drive!)

There are a number of things that I use alot...granted, not everyone else uses the same program features with the same frequency that I do but I would love to be able to define a custom set of existing commands into the right click popup menu.

Valik: hehe "Errr, tab key or shit-tab?". I mean being able to highlight a block of code and being able to tab (or untab) all of it in one move. I just figured it out. You can do this...my mindset would have me believe that highlighting a block and hitting the tab key would delete the text but in SciTe it block indents; use shit-tab to un-indent.

Sean Shrum :: http://www.shrum.net

All my published AU3-based apps and utilities

'Make it idiot-proof, and someone will make a better idiot'

 

Link to comment
Share on other sites

1.  User-definable right click popup menus!

(tell me there's a way to do this with SciTe and I'll delete Crimson Editor off my drive!)

I would not expect this to happen. Scite itself, can operate from an extracted zip file. So it is unlikely that scintilla would add this feature. As for anyone at Autoit doing this, it would need to be justified. Scite4Autoit3 already has command keys and hotkeys that cover quite everything. You can right-click on a tab, and the tools will be in the context menu.
Link to comment
Share on other sites

  • Developers

I would not expect this to happen.

<{POST_SNAPBACK}>

Nah.. It already happened :lmao:

I have it working with the current SciTE CVS version.

user.context.menu:

Define additional commands for the context menu. This is a '|' delimited list of menu items and the commands they produce with commands defined as in user.shortcuts. An empty item produces a separator.

user.context.menu=\

||\

Next File|IDM_NEXTFILE|\

Prev File|IDM_PREVFILE|

Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

Hotkey for AutoIt help file would be simple, find and replace is simple with the way my richtextbox is colored, macros wouldn't be hard, and by adding tools I believe you mean on a toolbar?

A couple questions though, what do you mean by:

[..]

If you could clarify, I'm sure they could make it in there.

The other ones are nice suggestions, I didn't even think of find/replace text.

<{POST_SNAPBACK}>

Those are all part of the section "Add/edit/delete tools".
Link to comment
Share on other sites

Nah..  It already happened  :lmao:

I have it working with the current SciTE CVS version.

<{POST_SNAPBACK}>

What planet was I on when Neil comitted that to CVS, I wonder? I only vaguely remember this...
Link to comment
Share on other sites

  • Developers

What planet was I on when Neil comitted that to CVS, I wonder?  I only vaguely remember this...

<{POST_SNAPBACK}>

PE Header.... I say no more.... :lmao: Edited by JdeB

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...