Search found 1073 matches

by Rickard Johansson
23 Jun 2012 11:10
Forum: Scripts
Topic: [bug] Could not execute command line!
Replies: 2
Views: 11375

Re: [bug] Could not execute command line!

It's not really a bug. You just have to type MainApp.RunAppAndWait("c:\\windows\\notepad.exe", "", false, false); when using a C++ or Java script. In Pascal you can use MainApp.RunAppAndWait('c:\windows\notepad.exe', '', false, false); The documentation use single quotes as is us...
by Rickard Johansson
06 May 2012 18:53
Forum: News
Topic: Temporary break in development
Replies: 6
Views: 31226

Re: Temporary break in development

Thanks :) I've unpacked everything and am very happy with my new apartment.

I've begun fixing some reported bugs, and add some new features, and hope to release an update in a few weeks or so...
by Rickard Johansson
01 Apr 2012 11:03
Forum: News
Topic: Temporary break in development
Replies: 6
Views: 31226

Temporary break in development

I've bought a new apartment and will move at the end of the month, so currently I don't have much time over for development. As soon as I've settled in I will resume development. I hope you will manage that long without any new releases... And for those of you who want to see the house I'm moving in...
by Rickard Johansson
10 Jan 2012 17:59
Forum: Language files
Topic: German language updates for v7.90
Replies: 8
Views: 35008

Re: German language updates for v7.90

Thanks!

The text in 2018 is used for the menu item to open the incremental find bar in the top right corner of the document window (Ctrl+E).
by Rickard Johansson
10 Jan 2012 17:21
Forum: Language files
Topic: German language updates for v7.90
Replies: 8
Views: 35008

German language updates for v7.90

Does anyone want to make the German translation? [Menu] 1042=RT&F as HTML 1076=Paste Special 1077=HTML Source 1078=Cut and Append 1079=Copy and Append 1080=Copy and Paste 1081=Cut/Copy Special 2018=In&cremental Find... [Hints] 289=Find where 290=Match whole word 291=Case sensitive 292=Up 293...
by Rickard Johansson
24 Dec 2011 08:55
Forum: News
Topic: Merry Christmas
Replies: 0
Views: 18267

Merry Christmas

Image

Merry Christmas everyone :)
by Rickard Johansson
21 Dec 2011 18:39
Forum: Language files
Topic: German language updates for v7.80
Replies: 3
Views: 23778

Re: German language updates for v7.80

Thank you!

I think I'll just add it as it is. Hopefully the current translator will send updated files soon.
by Rickard Johansson
21 Dec 2011 16:55
Forum: Language files
Topic: German language updates for v7.80
Replies: 3
Views: 23778

German language updates for v7.80

I still haven't received a German translation for v7.80. Is anyone willing to update the German language files? I have tried to get in contact with the translator but haven't received a reply... These are the changes needed in the language files: [Menu] 1075=Insert ascending numbers... 2000=Fin&...
by Rickard Johansson
12 Dec 2011 15:23
Forum: Syntax files
Topic: AutoHotKey
Replies: 13
Views: 37321

Re: AutoHotKey

You don't really need the .ssx file. It only stores your current colors set for the current highlighter and is only needed when you want to share the syntax files with someone else. The .ssx file is then used by other users to import the colors into there highlighter settings.
by Rickard Johansson
05 Nov 2011 16:52
Forum: Syntax files
Topic: Bug or corruption or something
Replies: 3
Views: 14285

Re: Bug or corruption or something

You can create the .ssx file in options -> Highlighters section by using the "Export" function. It will save your current color settings into a file with the .ssx extension. The only way to publish the syntax file is by sending them to me. I'll upload the files to the server and others can...
by Rickard Johansson
16 Sep 2011 22:03
Forum: News
Topic: In Turky on vacation
Replies: 5
Views: 29022

Re: In Turky on vacation

Thanks! I did have a good time... A bit warm maybe...
by Rickard Johansson
08 Sep 2011 21:20
Forum: News
Topic: In Turky on vacation
Replies: 5
Views: 29022

In Turky on vacation

I'm currently in Turky on vacation. I'll be back in a week.

/Rickard
by Rickard Johansson
30 Aug 2011 23:34
Forum: Syntax files
Topic: FORTRAN keyword issues
Replies: 6
Views: 19571

Re: FORTRAN keyword issues

It's been fixed. I'll release a new beta so please check when available.
by Rickard Johansson
30 Aug 2011 07:57
Forum: Syntax files
Topic: FORTRAN keyword issues
Replies: 6
Views: 19571

Re: FORTRAN keyword issues

They all contain a "C" which is used as a line comment. It seems using an alphanumeric character as line comment can interfere with keyword identification. I'll look into it.