#Atelier

0 Followers · 321 Posts

Atelier is InterSystems’ Eclipse-based development environment. It enables you to rapidly build solutions that leverage the performance, scalability, connectivity, and reliability of InterSystems’ comprehensive data platform.

Download.

Watch "Getting Started with Atelier" videos.

Attention! Please put an Atelier version and/or InterSystems Data Platform server version in your Atelier question.

Question Георгий Самаров · Apr 27, 2018

Hi! I have a local project written on Cache and Atelier on my PC. I need to move it to notebook. Tried to export globals, classes, MAC-programms and csp with frontend stuff, but after I created my apps on notebook and imported my set, it just didn't work. I think it's because I have some settings on Management Portal, so how can I export portal settings and what I should export to have my working apps on another computer?

3
0 376
Question Aniket Kumar · Apr 24, 2018

Background : We are now using server side shared developer pool via Studio.

I have setup Atelier on my local and forked the code from the server to workspace on my local. Meanwhile another developer made a change in some class and I want to see the changes. 

So I went to Atelier Explorer found the class with "small yellow triangle" (this says that the code changed at the server). So right clicked and did a diff against the server version and found the changes. Now I tired to sync my local with server code by clicking right click and "Synchronize". Got following error. 

6
0 489
Question Marc Mundt · May 12, 2016

Is there a function in Atelier that's equivalent to Studio's "Find in Files"? Namely, to search for assets containing a given search pattern across an entire namespace -- not just across files that are currently in the local project.

I've been playing with the search functions in Eclipse, and so far haven't found a combination of options that will search against assets that are only on the server -- I can only get results for assets that are already in my workspace.

7
0 768
Question Joan Xufre · Mar 23, 2018

Hi Community,

It is my first post and I hope it is the first of many.

I would like to know if any of you knows how to use Tasks Managment in Atelier with .cls class. I think that is a important tool for productivity. Can this tool be used in Atelier? How to use it? I have tried to configure in Atelier preferences and I have not seen the option.

Many thanks in advance.

Regards,

3
0 379
Question Dieter Fiebelkorn · Apr 6, 2018

Hi,

i have today

- update from Ensemble 2016.1.0.656.0 to 2017.2.1.801.0
- Java JDK 8 (U161) [latest Version]
- Eclipse (JavaScript & WebDev) Release 4.7.3
- Atelier 1.1 plugin (from Marketplace)
- Migrate a small testing Project

Trying "Debug":

- Debug Configurations ...
- "Atelier Application Attach" -> "New"
- Select Server, Choosing the process i want, "Apply", "Debug"

Error:

An internal error occurred during: "Launching Debug_xy".

java.lang.NullPointerException

Any idea, whats going wrong?

Many thanks in advanced

Dieter

2
0 477
Question LUIS JIMENEZ · Mar 28, 2018

I am trying to use current implementation of source Control for Cache Studio in Atelier, but UserAction = 3 "Run an EXE on the client" is not working. Basically Atelier is launching a "page" using the target as url.

Am I missing any settings in order to command Atelier to run a exe command instead?

Cache Version: Cache 2017.2.0.744.0

Platform: Windows 10

5
0 417
Question Scott Morrison · Mar 26, 2018

Is is possible to install multiple copies of Eclipse/Atelier, and have each instance maintain it's own distinct list of server connections? I thought I had figured it out, uninstalled everything, and reinstalled without using bundle pools.  I think this keeps projects separate, along with allowing different Eclipse settings and plug-ins. After installing the second instance, no server connections from the first were showing in the second. I added connections to the second instance, and after closing Eclipse and opening the first instance, that instance was showing the second instances

8
0 762
Article Joel Solon · Jun 24, 2016 2m read

One of the benefits of Atelier is easy integration with source code management tools. Some Eclipse installations include the EGit plugin, or you can install it from the Eclipse marketplace. EGIt makes integration with Git and GitHub easy. Here are the steps I used to connect Atelier to a GitHub repository:

8
0 2468
Question Trevor Strong · Mar 11, 2018

When assigning the filter to the server explorer in Atelier to hide system classes, it works only in server explorer.

The same server explorer option linked to a given project does not appear to observe the filter setting from the server connection, and has no ability to assign filters at the project level. Is this an enhancement needed or am i missing the logical requirement?

Also when assigning a tag to this post, only Atelier 1.1 BETA comes up. I believe i am using the stable release of 1.1

3
0 430
Announcement Michelle Spisak · Jan 23, 2018

Have you heard interesting things about Atelier, the InterSystems Eclipse plugin, and want to learn more?

Join @Michelle Stolwyk, a software developer at InterSystems, for Enter a New Era with Atelier, a webinar in which she shows how Atelier can simplify your development workflow. She also discusses the feature priorities InterSystems has for Atelier and even explains how your feedback can affect these priorities!

Do you have questions for Michelle following the webinar? Feel free to post them below!

3
0 511
Question Eric Sebelin · Nov 17, 2017

Hi everybody,

I use atelier form my developments,

i use Routine file and i remark that not all methods don't appear in Outline if in a method we have the sql stattement &sql(...) (see the copy screen)

if the sql stattement is not in the method1 we see i Outline the 2 methods

have you a workaround to resolve this problem ?

Thank you

regards,

Eric

2
0 403
Question David Foard · Feb 22, 2018

Just starting to use Atelier and having problems with making server connections. I have tried both the super server port and the web server port and both fail with either Unexpected end of file from server (Secure connection disabled) or PKIX path building failed (Secure connection enabled). On a different server I get Connection refused: check the web server configuration.

Anyone run into this before?

2
0 543
Question Trevor Strong · Sep 20, 2017

To be able to replace current Cache Studio user functionality in our source control system, I need to access the current project name that the atelier file belongs to when being checked out and in within the UserAction method of the source control class.
In addition to this, there also appears to be a problem in that when UserAction code is executed by the Atelier callbacks, the process is running as UnKnownUser instead of utilising the authentication values assigned in the Connection settings for the server.

Does anyone know if these properties are currently exposed?

5
0 399
Article John Murray · May 27, 2016 1m read

Please make these dialogs easier to use, for example by treating a double-click on a list item as a signal to select the item and effectively click the "Next" or "Finish" button. Using Tools\Add-Ins as my example, on the first page:

I want to double-click on a project and get to the next page. At the moment I have to click it, then click the "Next" button. And on the next page:

it's not as easy as it could be to select and run my chosen add-in.

3
0 527
Article John Murray · Apr 10, 2016 1m read

My comments here relate to Atelier 1.0.137 on Windows connecting to Ensemble 2016.2 FT build 627.

I've been looking at what the Atelier Explorer view (hereafter AE), whose root elements are projects, lets us do with the contents of the namespace that the project is connected to:

versus what the Server Explorer view (here after SE) gives us:

Here are my observations so far.

1. CSP files are only accessible in SE. I'm guessing this is because Atelier's support for CSP files is so new as not to have propagated yet to everywhere that it's planned to cover.

9
0 974
Question Michael Hampton · Feb 7, 2018

When using Atelier on COS ctrl-left and ctrl-right considers a word to start on each capital letter in variable names. So if you are on the word:

UpdateServerName

The cursor will stop on the capital U, S, and N. Same thing in javascript files, but NOT in css files. In Studio it didn't use to stop on capital letters in variable names etc. Personally I consider this very annoying and requires a lot more key presses to jump across code to the right spot.

Is this behavior changeable to NOT stop on capital letters?

2
0 325
Announcement Mike Kadow · Feb 4, 2018

A new book on Caché Objects and Atelier                     $25 at Amazon.com                                                                                               

TinyUrlhttps://tinyurl.com/y74jw49c

Coming on Kindle

There are many good MUMPS developers who want to learn Caché Objects but do not know how to start.

At the same time, InterSystems is pushing the envelope of technology with a new development platform

such as Atelier along with Eclipse.

It is my aim in this book to help those developers bridge the gap into Caché Objects at the same time learn

Atelier as well.

5
0 1329
Question Michael Hampton · Jan 30, 2018

Well my last post got cut off for some reason. I am trying the new beta and wondering about the following functionality from Studio that I don't find in Atelier:

F12 = Open the routine and jump to the tag of the current call the cursor is on in a routine

F2 / <Ctrl> F2 = jumping to a bookmark / toggling a bookmark

<Ctrl> G = Jump to a tag in the code

When might these things be in Atelier? I use them a lot in Studio and the absence of these really slows me down.

8
0 518