Eclipse plugin for intents registry - Screenshot

34 views
Skip to first unread message

finbrein

unread,
May 15, 2012, 11:12:20 AM5/15/12
to openi...@googlegroups.com
Hello!

I have just made a screenshot of the early stage of the Eclipse plugin. I am having some exceptions which I am going to fix.  And I will upload the source code. Please see the image below. 

The plugin has the following:

1. Location on the toolbar, menu bar (which I am planning to remove), context menu and views for Java and resource perspectives.
2. Displaying a page

More functions to be added.

Please advise.
Michael.



Peli (OpenIntents)

unread,
May 15, 2012, 12:03:52 PM5/15/12
to openi...@googlegroups.com

We can create a repository for it. What is the preferred name?

intents-registry-eclipse-plugin.git?
intents-registry_eclipse?

finbrein

unread,
May 15, 2012, 12:33:25 PM5/15/12
to openi...@googlegroups.com
The preferred name would be: intents-registry-eclipse-plugin 

M.

Friedger Müffke

unread,
May 15, 2012, 3:51:21 PM5/15/12
to openi...@googlegroups.com
I am for intents-registry_eclipse

2012/5/15 finbrein <openso...@gmail.com>:
> --
> You received this message because you are subscribed to the Google Groups
> "OpenIntents" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/openintents/-/ePc-oizehowJ.
>
> To post to this group, send email to openi...@googlegroups.com.
> To unsubscribe from this group, send email to
> openintents...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/openintents?hl=en.



--
OpenIntents UG (haftungsbeschränkt)
Suarezstraße 41
14057 Berlin
tel:+49 30 60982220
mailto:in...@openintents.biz
enum:+493060982220

Vertretungsberechtigter Geschäftsführer: Friedger Müffke
Registergericht: Amtsgericht Berlin (Charlottenburg)
Registernummer: HRB 118597
Ust-IdNr: DE265992701

finbrein

unread,
May 15, 2012, 10:44:15 PM5/15/12
to openi...@googlegroups.com
intents-registry_eclipse  is absolutely fine with me.

Michael.

finbrein

unread,
May 16, 2012, 7:15:56 PM5/16/12
to openi...@googlegroups.com
Hello,

Two features will be added including code generation or insertion and code completion. For the code insertion, I have added a UI mockup. I am thinking the list of items on the menu will grow too long.

There is also a dialog option whereby a user can search for an intent to be inserted instead of having a menu with a long list of intents.

Usually, the intents can be found in the AndroidManifest.xml file of the Android project as in the structure:

<?xml version="1.0" encoding="utf-8"?>

<manifest>

   
<uses-permission />
   
<permission />
   
<permission-tree />
   
<permission-group />
   
<instrumentation />
   
<uses-sdk />
   
<uses-configuration />  
   
<uses-feature />  
   
<supports-screens />  
   
<compatible-screens />  
   
<supports-gl-texture />  

   
<application>

       
<activity>
           
<intent-filter>
               
<action />
               
<category />
               
<data />
           
</intent-filter>
           
<meta-data />
       
</activity>

       
<activity-alias>
           
<intent-filter> . . . </intent-filter>
           
<meta-data />
       
</activity-alias>

       
<service>
           
<intent-filter> . . . </intent-filter>
           
<meta-data/>
       
</service>

       
<receiver>
           
<intent-filter> . . . </intent-filter>
           
<meta-data />
       
</receiver>

       
<provider>
           
<grant-uri-permission />
           
<meta-data />
       
</provider>

       
<uses-library />

   
</application>

</manifest>
Which can include one or more of the following elements,


So we can add data as an attribute into these elements in the XML file via the code insertion feature. 

Please advise. I would like to have your contributions.

Thanks and looking forward to a reply.

Michael.

P.S: Also help create the REPO in Github for the source code.


On Tuesday, May 15, 2012 6:12:20 PM UTC+3, finbrein wrote:
code-insertion-menu.png

finbrein

unread,
May 16, 2012, 7:33:24 PM5/16/12
to openi...@googlegroups.com

Context Menu for Code Insertion

Picture added for context menu.



Michael


On Tuesday, May 15, 2012 6:12:20 PM UTC+3, finbrein wrote:

Peli

unread,
May 17, 2012, 3:32:56 AM5/17/12
to openi...@googlegroups.com
I've created a new repository where you have push access to:

finbrein

unread,
May 17, 2012, 9:49:44 AM5/17/12
to openi...@googlegroups.com
Thanks Peli ;)
Reply all
Reply to author
Forward
0 new messages