Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 9 of 9 total
Thread Java Script Editor - Feature Request
Fri, Jul 12 2013 4:00 AMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

Would it be possible to be able to edit javascript from the EWB editor
please?

I have some external JS files in my project and to edit them I have to
use Notepad or the like.

--
Chris Holland
[Team Elevate]
Fri, Jul 12 2013 1:00 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< Would it be possible to be able to edit javascript from the EWB editor
please? >>

I'm really not sure I want to start doing that.  Next up would then be
syntax highlighting, etc. and pretty soon I've got a JS IDE, not an Object
Pascal IDE.

I'll have to think about this some more.

Tim Young
Elevate Software
www.elevatesoft.com
Fri, Jul 12 2013 3:19 PMPermanent Link

Chris Holland

SEC Solutions Ltd.

Avatar

Team Elevate Team Elevate

even being able to open the external js file in notepad by double or
right clicking in the project manager list would do

Chris Holland
[Team Elevate]

On 12/07/2013 18:00, Tim Young [Elevate Software] wrote:
> Chris,
>
> << Would it be possible to be able to edit javascript from the EWB
> editor please? >>
>
> I'm really not sure I want to start doing that.  Next up would then be
> syntax highlighting, etc. and pretty soon I've got a JS IDE, not an
> Object Pascal IDE.
>
> I'll have to think about this some more.
>
> Tim Young
> Elevate Software
> www.elevatesoft.com
Mon, Jul 15 2013 1:08 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Chris,

<< even being able to open the external js file in notepad by double or
right clicking in the project manager list would do >>

Okay, *that* I can do. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Tue, Jul 16 2013 2:01 PMPermanent Link

Dan

Fiscalsoft

On 7/15/2013 1:08 PM, Tim Young [Elevate Software] wrote:
> Chris,
>
> << even being able to open the external js file in notepad by double or
> right clicking in the project manager list would do >>
>
> Okay, *that* I can do. Smile
>
> Tim Young
> Elevate Software
> www.elevatesoft.com

If you implement this, could I request that it be an 'Open With...'
feature as opposed to Notepad by default?  I personally use Notepad++
for all editing (and I assume most dev's use something other than
Notepad as their editor).

Thanks
Dan
Tue, Jul 16 2013 5:51 PMPermanent Link

Steve Gill

Avatar

<< If you implement this, could I request that it be an 'Open With...'  feature as opposed to Notepad by default?  I personally use Notepad++ for all editing (and I assume most dev's use something other than Notepad as their editor). >>

+1 from me.  I use PHPEd because it handles PHP, Javascript, HTML and CSS (as well as some others) with code insight support.
Wed, Jul 17 2013 12:37 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Dan,

<< If you implement this, could I request that it be an 'Open With...'
feature as opposed to Notepad by default? >>

It will be ShellExecute'ed, so it should use the proper association.

Tim Young
Elevate Software
www.elevatesoft.com
Wed, Aug 12 2015 9:18 AMPermanent Link

Rick

On 12/07/13 19:00, Chris Holland wrote:
> Would it be possible to be able to edit javascript from the EWB editor
> please?
>
> I have some external JS files in my project and to edit them I have to
> use Notepad or the like.
>

Sorry to dredge up an old post but did JavaScript editing from the IDE
ever get implemented? Double clicking an external JS file in the Project
Manager tries to run it so I guess changing that association would allow
it to be opened in an external editor. I don't see anything specific
when the file is right-clicked though. And I don't necessarily want to
change the association.

I am doing some development with web workers and other directly accessed
JavaScript code so would find it useful to be able to edit JS files
within the IDE. Just the ability to open, edit, save and search would be
great. I also like the idea of syntax highlighting (sorry Tim).

Probably pushing my luck but being able to edit JSON files (also with
syntax highlighting) within the IDE would be useful as well.

Editing these files directly in the IDE rather than via an external
editor would be preferable.

--
Rick
Wed, Aug 12 2015 9:50 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Rick,

<< Sorry to dredge up an old post but did JavaScript editing from the IDE ever get implemented? >>

No.

<<Double clicking an external JS file in the Project Manager tries to run it so I guess changing that association would allow it to be opened in an external editor. >>

That's correct.

Tim Young
Elevate Software
www.elevatesoft.com
Image