I wonder if someone could tell me, or link me to a place where someone can tell me (video, previous topic etc).
My question is how I create a simple theme that I can use in sublime. But the file type is not any famous one. I want to create a theme for a file type called .mcfunction - Currently, it runs plain text. So how do I do so that for example, numbers get green or some words highlight etc, I assume that is the easiest way.
Thanks in advance!
Personally, I develop data packs in .mcfunction and I use an intern package, just install Atom and install an mcfunction package
I work in VS2012 and would like to organize the order of members in a class by drag-and-drop, like I can in Eclipse.
However, the members outline in a right-top of the screen and also in a class view or in solution explorer do not give such an option.
Is there a way to do it?
Code Maid is a free Visual Studio extension that adds a digging window tool.
This will answer to your needs, I believe.
This tool also allow you to reorder code elements with drag & drop directly within this window.
i have written am Eclipse-plugin and now need to extend it with a search functionality. I know that Eclipse has a search feature, but it does only search the workspace and what i need is to look after matches within my own plugin and than to show the result in a tree structure. Is there any examples of search-plugins for Eclipse? I would appreciate a link of some hint :D
Check out the org.eclipse.search.searchPages extension.
I have found this ReSharper 5.0 Default Key Map
http://www.jetbrains.com/resharper/docs/ReSharper50DefaultKeymap_IDEA_scheme.pdf
I would like to find a corresponding Menu Map so that I know where each command is located in the menu.
Unfortunately no such document exists. We've been considering writing one for some time, but there's still no tangible result.
The closest one that we have is ReSharper Feature Map but it's been a while since it was last updated.
It seems to me the UML module of NetBeans is a bit too much hidden. In NetBeans 6.5 it was very easy to create an UML diagram. No plugin installation necessary or sth. like.
Read my post where I found a zip file to install the UML module.
And now, after this procedure, I got the UML module back, but it seems to me that I cannot create class diagram with it. Do you know how I can do this with NetBeans 6.8?
Update1: There seems to be no support
Update2: Nevertheless somebody seems to got it working.
Converted to answer: The UML plugin is no longer supported in new versions of NetBeans as stated in the wiki http://wiki.netbeans.org/UML. Not sure why, but that seems to be the case, does not answer your question, but it does put it in context. I could be just slowly breaking which is why both you and the blogger you linked to can't gets things to work.
Visual Paradigm has released a community edition for UML 7.2 which is free for non-commercial use.
You can find it at http://www.visual-paradigm.com/download/vpuml.jsp?edition=ce. You have to register for an activation key though!
cant add comment :-( but just want to confirm what DCraft said:
the community edition of Visual Paradigm does not support forward or reverse engineering.
seems the only solution is to use an older version of netbeans
With the current 7.2 Netbeans release the capability for UML Sequence and class diagram creation exists with the Visual Paradigm UML tool (version 10). You can get the trial version for 30 days that will do the reverse engineering from the code. Here is a link to the instructions. http://www.visual-paradigm.com/support/documents/vpumluserguide/2381/2384/66565_reverseengin.html ( The community version has this feature but it is disabled).
If you go here and download the UML module cluster you can simply copy it into the NetBeans install directory and then NetBeans will have UML functionality again!
If you don't feel like looking through the page of module clusters the direct download link is here.
I am using a SDE-NB visual paradigm
I have NB 6.9.1. I've installed the UML plugin but it fails to make reverse engineering (create UML class diagram from existing source).
I didn't want to downgrade to 6.7, so I installed ArgoUML tool.
In order to generate class diagram from existing source you need to follow next steps:
1. File->Import Sources
2. Change the Files of Types to "All Files"
3. Select the directory (where the *.java files are stored) or packages
4. A small dialog window pop up -> select OK
5. On the left hand side, you will see UntitledModel. Click on the _classes and they should occur in right in the diagram as little boxes.
6. To show the attributes/methods, point a class (in the diagram), right click the mouse, select Show->"Show All Compartment"