Search found 150 matches

by micha_he
07 May 2015 12:29
Forum: Bug reports
Topic: FIXED: Search/Replace -> Slider glitch
Replies: 3
Views: 7546

FIXED: Search/Replace -> Slider glitch

When i search/replace some text with another (e.g. with regex) that change the linecount (more than window-height to less or inverse), in some cases (not allways) I've the following problem: - The slider have the wrong lenght, so that I can't scroll the new complete document - The lines of the shown...
by micha_he
06 May 2015 15:52
Forum: Bug reports
Topic: FIXED: Option encoding HTMLtag in german translation
Replies: 2
Views: 6749

Re: FIXED: Option encoding HTMLtag in german translation

Damn, i didn't seen it :?

I corrected my master-files, too.
by micha_he
06 May 2015 14:55
Forum: Bug reports
Topic: FIXED: Option encoding HTMLtag in german translation
Replies: 2
Views: 6749

FIXED: Option encoding HTMLtag in german translation

I can't see the option for encoding with HTML-meta charset-tag, when i switch to german. Look here: OptionHTMLTag.jpg The tranlated language-files contains, it looks like, the correct value: [Options EditMisc] 146 HTML tag <meta charset"" nutzen, um die Kodierung zu ermitteln Can you look ...
by micha_he
06 May 2015 08:53
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 46146

Re: Example: DelLineContains / DelLineNotContains

Is it possible that all changes in a script (or between 'BeginUpdate' and 'EndUpdate'), recognize as one single restorable change ?

When a script delete 1000 lines in one loop/process and you will undo it, these are many, many steps !
by micha_he
05 May 2015 17:00
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 46146

Re: Example: DelLineContains / DelLineNotContains

Document.SelectLine(i); Document.DeleteCurrentLine(); Exists a simpler/quicker method to delete a line with the index# (without select it) ? Maybe a function (i didn't found anything in the helpfile) to set the currentline, instead of select it ! Or is it possible to extend the 'Document.DeleteCurr...
by micha_he
05 May 2015 14:30
Forum: Scripts
Topic: Example: DelLineContains / DelLineNotContains
Replies: 21
Views: 46146

Example: DelLineContains / DelLineNotContains

Here is a sample-script to delete all lines that contain a searchstring (old-version, look third new script): // DelLinesContain.js V1.02 // Need RJTED V10.30 stable or greater var searchtext = Lowercase(InputBox("Suchtext", "Suchtext: ", Document.SelText)); var iDeleted = 0, iLi...
by micha_he
05 May 2015 12:16
Forum: Bug reports
Topic: FIXED: Help DeleteBlankLines / DeleteCurrentLine swapped
Replies: 1
Views: 5173

FIXED: Help DeleteBlankLines / DeleteCurrentLine swapped

The help-text for DeleteBlankLines under the category "Extension and Scripts\Document object\" is swapped with DeleteCurrentLine !
by micha_he
04 May 2015 11:25
Forum: Bug reports
Topic: Can't see indent-lines
Replies: 6
Views: 11980

Re: Can't see indent-lines

Yes, with AutoIt-'Loops' works without problems.

But I thought, that it works also with "Indent Block" from menu 'Format' and Auto-Indent from the new 'Wrap lines at margin with line breaks' !?
Misconception while the last translation to german !
by micha_he
04 May 2015 09:09
Forum: Bug reports
Topic: Can't see indent-lines
Replies: 6
Views: 11980

Re: Can't see indent-lines

But it is not depend from the syntax-highlighting, or is it ? It seems like a global setting !

It doesn't work with AutoIt (au3) and activated syntax-highlighting, too !
by micha_he
04 May 2015 08:07
Forum: Bug reports
Topic: Can't see indent-lines
Replies: 6
Views: 11980

Can't see indent-lines

I've a problem, to enable the indent-lines in a standard textfile.

Look here:
indentlines.jpg
indentlines.jpg (68.71 KiB) Viewed 11980 times
Why I do not see any lines at the indent-block ?
by micha_he
12 Feb 2015 12:33
Forum: Syntax files
Topic: Modified AutoIt-Syntax
Replies: 7
Views: 21524

Re: Modified AutoIt-Syntax

- Added new keywords, functions from AutoIt Beta 3.3.13.19
- Correct case-insensitiv UDF-function-names
AutoIt_syx.zip
(24.66 KiB) Downloaded 978 times
by micha_he
22 Jan 2015 15:18
Forum: Syntax files
Topic: Modified AutoIt-Syntax
Replies: 7
Views: 21524

Re: Modified AutoIt-Syntax

Again a new version !

Added missing...
- preprocessor-commands
- functions
- UDFs
- keywords

from AutoIt until V3.3.12.x.
AutoIt_syx.zip
(23.47 KiB) Downloaded 980 times
by micha_he
14 Jan 2015 10:56
Forum: Color themes
Topic: SciTE4-AutoIt Theme
Replies: 4
Views: 25412

Re: AutoIt-SciTE4 Theme

I have... - corrected some colors - changed the name, to describe it better - compatible V10.x and later. Download --> See post #1. Requires new AutoIt-syntax-file from here: http://www.rj-texted.se/Forum/viewtopic.php?p=11300#p11300 (@Rickard: You can use it for the V10.x packages and replace the '...
by micha_he
14 Jan 2015 10:50
Forum: Syntax files
Topic: Modified AutoIt-Syntax
Replies: 7
Views: 21524

Re: Modified AutoIt-Syntax

I have changed...

- #Precompile Options
- #Object Method
- Added new functions/macros/UDF's from AutoIt V3.2.12.x - V3.3.12.x

Here are the new version:
AutoIt_syx.zip
(14.78 KiB) Downloaded 983 times
(@Rickard: You can use it for the current RJTED-packages)