Jump to content

Recommended Posts

  • Replies 90
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Developers
Posted

What about the backup folder option? Is it there in the new tidy?

<{POST_SNAPBACK}>

You mean ?:

I need a new option to have tidy to create a backup folder in the script directory and put all _oldx files in that dir. I keep backups from a long time ago, and having all backups in the same folder gets quite confusing when you have 35 backups :)

I didn't see a question in there ... assumed you were just mentioning this and that you were going to do this..... :)

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

Posted

Yes, I did mean my post, and no, I meant could it be an option for new releases of tidy. I can see how this could be useful to others as well.

Who else would I be?
Posted

I set tidy up for just one backup. I do not see any value in having 35+ old backups. It would drive me nuts also.

I do not see a good advantage. But it is just as easy for me to delete a folder as a file.

The windows send to, in the context menu maybe an option as well?

  • Developers
Posted (edited)

Yes, I did mean my post, and no, I meant could it be an option for new releases of tidy. I can see how this could be useful to others as well.

<{POST_SNAPBACK}>

It's added to my To-do list for Tidy ...

I can see the usefulness of this option. The plan is, when the options is selected, to create a directory called BackUp as a subdir of the SourceScript directory and store the *OLD* files in there. (like you suggested)

Will also add an option to strip off the trailing spaces from records.

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

  • Developers
Posted (edited)

It's added to my To-do list for Tidy ...

I can see the usefulness of this option. The plan is, when the options is selected, to create a directory called BackUp as a subdir of the SourceScript directory and store the *OLD* files in there. (like you suggested)

Will also add an option to strip off the trailing spaces from records.

<{POST_SNAPBACK}>

http://www.autoitscript.com/fileman/users/jdeb/install_tidy.exe

- Added option to put OLD files in a Backup directory (Default off)

- Added option to remove trailing spaces. (Default On)

- Check if sourcefile is read-only, if so exit Tidy with warning.

Enjoy,

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

Posted

Hey JdeB just thought I would let you know that the Wend syntax isnt correct... it is supposed to be WEnd (per help file).

Just a heads up thanks for the wonderful program.

Also another idea just came to mind. I started my programming experience on the web. I use ColdFusion Studio 5.0 for my editor, and it has a button that if you select a bunch of text you can increase the indent and another to decrease. Is this something I can look forward to in a newer version of SciTE?

Thanks again,

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

  • Developers
Posted

Hey JdeB just thought I would let you know that the Wend syntax isnt correct... it is supposed to be WEnd (per help file).

Just a heads up thanks for the wonderful program.

Also another idea just came to mind. I started my programming experience on the web. I use ColdFusion Studio 5.0 for my editor, and it has a button that if you select a bunch of text you can increase the indent and another to decrease. Is this something I can look forward to in a newer version of SciTE?

Thanks again,

JS

<{POST_SNAPBACK}>

@JS, the proper casing of Keywords/Functions/Macros is based on the files Jon supplies in the helpfilesource. All definition files for Scite and Tidy are generated from those files.

"WEnd" is in there like "Wend" so thats why.

@Jon, could you update this pls?

As far as the Indent, as this-is-me stated, that can be done with tab/shift-tab.

here is the list of the keyboard shortcuts from the helpfile (Ctrl+F1):

Magnify text size. Ctrl+Keypad+

Reduce text size. Ctrl+Keypad-

Restore text size to normal. Ctrl+Keypad/

Cycle through recent files. Ctrl+Tab

Indent block. Tab

Dedent block. Shift+Tab

Delete to start of word. Ctrl+BackSpace

Delete to end of word. Ctrl+Delete

Delete to start of line. Ctrl+Shift+BackSpace

Delete to end of line. Ctrl+Shift+Delete

Go to start of document. Ctrl+Home

Extend selection to start of document. Ctrl+Shift+Home

Go to start of display line. Alt+Home

Extend selection to start of display line. Alt+Shift+Home

Go to end of document. Ctrl+End

Extend selection to end of document. Ctrl+Shift+End

Go to end of display line. Alt+End

Extend selection to end of display line. Alt+Shift+End

Expand or contract a fold point. Ctrl+Keypad*

Create or delete a bookmark. Ctrl+F2

Go to next bookmark. F2

Find selection. Ctrl+F3

Find selection backwards. Ctrl+Shift+F3

Scroll up. Ctrl+Up

Scroll down. Ctrl+Down

Line cut. Ctrl+L

Line copy. Ctrl+Shift+T

Line delete. Ctrl+Shift+L

Line transpose with previous. Ctrl+T

Line duplicate. Ctrl+D

Find matching preprocessor conditional, skipping nested ones. Ctrl+K

Select to matching preprocessor conditional. Ctrl+Shift+K

Find matching preprocessor conditional backwards, skipping nested ones. Ctrl+J

Select to matching preprocessor conditional backwards. Ctrl+Shift+J

Previous paragraph. Shift extends selection. Ctrl+[

Next paragraph. Shift extends selection. Ctrl+]

Previous word. Shift extends selection. Ctrl+Left

Next word. Shift extends selection. Ctrl+Right

Previous word part. Shift extends selection Ctrl+/

Next word part. Shift extends selection. Ctrl+\

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

Posted

I am sorry I assumed since there wasnt a button that it couldnt be done. I appreciate the quick responses. Normally if you select something and press tab then it puts a tab in place of your text. :)

JS

AutoIt Links

File-String Hash Plugin Updated! 04-02-2008 Plugins have been discontinued. I just found out.

ComputerGetInfo UDF's Updated! 11-23-2006

External Links

Vortex Revolutions Engineer / Inventor (Web, Desktop, and Mobile Applications, Hardware Gizmos, Consulting, and more)

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
  • Recently Browsing   0 members

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