Code Monkey home page Code Monkey logo

cc-extension-builder-for-brackets's Introduction

A rough timeline of my obsession with making software

2020-today

Still a hobby developer, I'm now focusing on building 3D games and VR / AR / XR experiences & tools, using C# and Unity almost exclusively. I've recently created apps for Quest 2 and games for PC/Mac.

2017-2020

During these years I stepped away from web development and spent a lot of my personnal time learning Machine Learning with Python and Jupyter notebooks. It was a great experience from a learning point of view, even though I'm afraid I didn't build/release anything special out of it !

2012-2017

Now working full time at Adobe, I went back to just being a hobby developer. During these years I mostly coded for fun in javascript - both front end and nodejs - often in the context of developing plug-ins and extensions for various Adobe Creative Cloud apps, and other developer tools in the creative coding ecosystem.

2002-2012

I started my career with Flash and ActionScript, as a consultant, teacher and publisher. For all the bad press it got later, Flash started as an incredible creative tool, open to a diverse range of skills and backgrounds, which is probably why the community was so amazing.

cc-extension-builder-for-brackets's People

Contributors

davidderaedt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cc-extension-builder-for-brackets's Issues

Can't run extension

Simply by clicking on File > New Creative Cloud Extension, then click on the create extension button, the window closes and nothing happens.

A capture of the Chrome console:
capture

My config:
Win 7 Family Premium SP1 (x64)
Adobe InDesign CC 9.2.1 x64
Brackets Sprint 38 (0.38.0-12606 release 4df8afdad)

When can we expect a fix ?

Thanks for the job.

First Attempt at building an Extension for Illustrator

I am trying to build an Extension for Illustrator for the first time.
I tried following the walk through to install the Bracket Extension found here: http://davidderaedt.github.io/CC-Extension-Builder-for-Brackets/

All seamed to work ok, the install worked. But when I go to create a new CC Extension the wizard is much different than the one in the video. It only has 2 fields:
image

.... so I just clicked create extension and it seams to make some files. I need more info to what to do from here.
Sorry I'm kinda a beginner to programing and not sure what I am missing but I can't get even this "Hello World" extension to work.
Any help would be appreciated

Multiple tabs not possible?

I want to add several tabs to my HTML extension for InDesign CC.

Is it possible to do this without adding a dialog box with a tabbed panel control or something?

Photoshop CC First Run of Extension

After creating the extension like the video instructed and the written instructions as well, started photoshop and tried to run the extension, got this pop-up message saying:

"Cannot complete command because the extension could not be loaded."

Running Mavericks.

New Project doesn't work

Hi,
first the new extension fonction doesn't work and it's not like in the tutorial, nothing appear ! no new document or anything else.
is it juste me ?

thanks

Dev tools don't show up

It seems like clicking on the show dev tools button does not work with some configurations.

Request Flash Pro Extension Support

Requesting to add a drop down list to support Flash Pro extensions... I noticed this line was commented out in main.js under Hosts.
//< Host Name="FLPR" Version="[13.1,14.0]" />

Took me a while to figure out what Flash Pro's Host name should be but once I found this line adding it manually is a simple work around.

InDesign CC Extension

The eclipse plugin seems to be able to build ID extensions. When is ID support coming to brackets?

Windows: reg.exe process left running after Brackets launch/exit

With the CC extension builder installed, launching Brackets on Windows leaves a "reg.exe" process running. Sometimes these processes are left running, and consume considerable amounts of CPU time. This can be annoying for somebody running Brackets on a laptop, where the running process drains the battery.

Note: The reg.exe processes appear to start racking up the time when Brackets exits. Every time you launch Brackets, a new reg.exe appears, and every time you exit, it starts chewing up CPU time.

Extension isn't appearing in inDesign Window -> Extensions

The issue is after creating the custom-extension inside Brackets editor, I'm unable to see that extension inside inDesign.
The steps I took -

  1. Downloaded Brackets editor, latest version 1.10
  2. I can see the CC Extension Builder directly on the menu bar.
  3. Clicked it -> Choose "New Create Cloud Extension" option
  4. I can see the window "Creative Cloud Extension Builder(Beta)". It is asking me Extension Name and Unique ID, provided with name as Hello World and id as com.example.helloworld.
    Then clicked on Create Extension.
  5. I get the extension files created css, csxs, jsx etc..
  6. Then I open inDesign CC 2017.
  7. I can't see the Hello World Extension in the Window -> Extensions.

Is there any step I'm missing? I followed all the steps you mentioned in the video on : http://davidderaedt.github.io/CC-Extension-Builder-for-Brackets/

Looking forward to hear from you.

Extension does not work

I installed the extension as directed.
There was a menu created on 'Main menu' with title 'CC Extension Menu' (Instead of a sub menu as told on http://davidderaedt.github.io/CC-Extension-Builder-for-Brackets).

And in this 'CC Extension Menu', there is a sub menu called 'New Creative Cloud Extension'. It opens up a dialog with title 'Creative Cloud Extension Builder (Beta)'. There are no options for choosing the CC app. And when we chose to create the extension, nothing happens.

Please help.

cc2014 compatibility

is there a cc2014 version available?
This version of the extension is not compatible with the new cc2014

Project created with Trailing Single Quote

Creating a new project creates it with a trailing quote:

  1. Create New Creative Cloud Extension
  2. Accept the default "Hello World" stuff
  3. Create Project

    Project Name and Folder are com.example.helloworld'

Even if you change the name it is created with a trailing quote. This was tested only on Windows 8.1

Doesn't work with Brackets 1.4

I installed it via this tutorial: http://davidderaedt.github.io/CC-Extension-Builder-for-Brackets/ and after this I created a new plugin but not with file > New CC Extension, because there is no option. The option is now a new menu called CC Extension Build > New CC Extension. After this, a new app was created and I saw the alert that everything was created. When I open PS and go to extension, there is only a Adobe Color Theme. Not more.

Regards

Chris

Extension does not appear in Photoshop CC 2015

Hi,
Newbie here. I installed CC Extension Builder for brackets (win 7) and tried to view the demo extension on Photoshop CC 2015.

It seems the extension is saved here:
C:\Users(me)\AppData\Roaming\Adobe\CEP\extensions

But when I launch Photoshop CC 2015 the extension does not appear under Windows > Extensions.

In the manifest I have the default value of

I tried changing this to

But with no success. Tried re-launching Photoshop CC2015 - no success.

This is a French version of Photoshop CC 2015 in case this matters.

thanks for any guidance!

Deprecated filesystem APIs

This extension uses APIs which are deprecated as of Brackets Sprint 34 (the next release):

  • NativeFileSystem.FileEntry
  • NativeFileSystem.DirectoryEntry

These APIs should continue to work for now (though please test your extension to be sure!). However, the deprecated APIs will be removed around the end of this year, so you should migrate away from them soon.

It should be fairly straightforward to migrate to the new APIs. (And if you release an updated extension requiring the new APIs, users of earlier Brackets versions will still be able to install the older release of your extension that is compatible with their build).

See this discussion thread for more background on the API changes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.