Joyce Zhang · Dec 6, 2018 go to post

Hi Michal,

Just to let you know that we introduced the Tabbed Graphical Editor in Atelier 1.2, which gives you an easy access to BPL/DTL editors. Atelier 1.3 then added a few more improvements. If you haven't tried out the latest version, please follow the instructions here on how to update Atelier.

Best,
Joyce

Joyce Zhang · Sep 25, 2018 go to post

Hi Stefano,

I was trying to run an unreleased 2019.1 docker image. I followed your suggestion but it still doesn't work. Then I tried with a 2018.1.2 docker image and it worked. I will contact support internally.

Thanks!

Joyce Zhang · Sep 24, 2018 go to post

Hi Erik, the Docker version is 18.06.1-ce and I'm on macOS 10.13.4. How can I check if I'm a member of the docker group? "id -nG" gives me a list and "everyone" is in the list. I also tried the "docker run" command with "sudo" but didn't work either.

Joyce Zhang · Jul 11, 2018 go to post

We are actively working on 1.3 which would contain a Java update and support for the recently released Eclipse Photon. Expect the 1.3 stable release next month.

Joyce Zhang · May 29, 2018 go to post

John, thanks for your earlier post. Nicole posted a detailed solution and I added the link at the end of the announcement.

Joyce Zhang · May 24, 2018 go to post

It probably has to do with the size of your files or projects. We have seen similar issues before, so I'd say contact support for further investigation.

Joyce Zhang · May 23, 2018 go to post

Hi Eric,

The short answer is yes, and the long answer is feature requests of higher impact got pushed to the top of our to-do list. But no worries, I've added a note to record your request. Thanks for your understanding.

Best,
Joyce

Joyce Zhang · May 23, 2018 go to post

Hi Mathew,

As @Erez Even Paz suggested, when you type the content assist keystrokes, CTRL+Space, the editor opens a pop-up box listing possible completions. With a large codebase, it takes longer to index prior to cache existing, and that is why you encountered the performance hit. @Scott Morrison @Fred Gustafsson, thank you for bringing this issue to our attention. You can rest assured that the development team will prioritize it and we will keep you informed.

Best,
Joyce

Joyce Zhang · May 17, 2018 go to post

Having a discussion with your sales engineer would also be a good idea. You're on the right track, Julian. It takes time to set the system up, but it's absolutely worth it.

Joyce Zhang · May 17, 2018 go to post

Fred, putting all sources into one project would cause performance issues and make it difficult to maintain the code base. Can you let me know why you found it might be a better approach?

Joyce Zhang · May 16, 2018 go to post

Hi Julian, it is a good question. Generally speaking, it is highly recommended that you avoid putting all sources into a single project. It seems like you didn't use any source control before and it would be a critical migration step for you. To help you convert your code base into Atelier projects, we need to learn more about your development environment, such as the source code control system you choose and the structure of your code base. I'd suggest that you contact support directly by emailing support@intersystems.com or calling +1 617-621-0700 so we can come up with a solution together. Thanks.

Joyce Zhang · Apr 24, 2018 go to post

Hi Kumar, Thanks for posting questions to the DC again. I hope that the edge servers issue you encountered earlier got resolved. Last time you contacted support and got specific advice from them and this time I suggest you do the same. More system-specific information would help us to debug this further for you and make your move easier. Please open a WRC case by emailing support@intersystems.com or calling +1 617-621-0700. Thanks.

Joyce Zhang · Apr 24, 2018 go to post

Scott, Server-side text search is available in projects with connections to servers 2017.2 and higher.

Joyce Zhang · Mar 23, 2018 go to post

Welcome, Joan!

And thanks for bringing this up. Generic tasks can be created from the Tasks view but this feature has not yet been implemented in the Atelier editors. 

We prioritize our development efforts by concentrating on the issues that resonate the most with our users. Rest assured that your voice has been heard and we will plan this feature accordingly.

Thank you again for your suggestion and if you have any question, please let us know.

Joyce Zhang · Feb 22, 2018 go to post

Hi Eric,

I'm glad to let you know that the fix is in Atelier 1.2. Please stay tuned on the Developer Community for a post about the 1.2 release. 

Thanks,
Joyce

Joyce Zhang · Nov 29, 2017 go to post

The CLS file in your project is a local file, but the diagram editor is opened in an embedded browser, so it would only work with an established connection. When you're making changes from the diagram editor, you're actually editing the file on server, just like how it works from the management portal.

Joyce Zhang · Nov 28, 2017 go to post

Can you let me know the version of Eclipse and Atelier stable you are using? What version of server are you connecting to?

Joyce Zhang · Nov 17, 2017 go to post

This parsing issue was fixed quite a while ago. Dmitry, you might want to accept this as answer to set the record straight. Thanks.

Joyce Zhang · Nov 17, 2017 go to post

Hi Eric,

Thanks for reporting this bug. I'm sorry that there's no workaround at the moment. Please rest assured that we're aware of this and I'll let you know when it's fixed.

Best,
Joyce

Joyce Zhang · Nov 16, 2017 go to post

Have you installed Eclipse before? What OS? You might want to take a look at this post to see if it's helpful.

Joyce Zhang · Nov 13, 2017 go to post

Hi Brian,

I did a quick Google search and found this post on how to change the Eclipse dock icon. You might also find something helpful from Stackoverflow as this is a general Eclipse question. 
 

Best,
Joyce

Joyce Zhang · Nov 13, 2017 go to post

Hi Bob,

Have you seen the Atelier tutorial videos? We're making more of them to help you get started more easily. "Atelier Equivalents for Studio Actions" from Documentation might also be useful to you. Also, please feel free to reach out to support if you have any questions. You're not a one person shop - we're always here to help.

Best,
Joyce

Joyce Zhang · Nov 2, 2017 go to post

Can you delete the com.intersys.eclipse.legacy.extension*.jar plugin from the plugins folder and reboot Atelier to see if it helps?

Joyce Zhang · Sep 21, 2017 go to post

Ian, we've posted a new article on multi-server development with Atelier and Git. Although it is not focusing on shared development environments, you might still find the general approach helpful.

Joyce Zhang · Sep 15, 2017 go to post

Hi Ian,

How did you integrate the remote code into your local copy? Did you use any source control plugin?