nbmongo icon indicating copy to clipboard operation
nbmongo copied to clipboard

A NetBeans plugin for browsing MongoDB

Results 22 nbmongo issues
Sort by recently updated
recently updated
newest added

tryed to connect into atlas mongodb and get this error.

It is only a little enhancement but I would prefer to find the Mongo DB node under the Database node, because it is a database. The other plugins like NbCassandra...

enhancement

No error message on MongoDB connection failure. Plugin lets you attempt to create a new database even if the connection failed. I tried to create a new database and got...

Allow the addition of multiple Documents in a collection such as these: https://github.com/buckyroberts/Source-Code-from-Tutorials/blob/master/Other/SampleJsonData/penguins_players.json

When I open NetBeans, I found this exception in the messages.log ``` INFO [org.netbeans.core.windows.persistence]: [PersistenceManager.getTopComponentForID] Problem when deserializing TopComponent for tcID:'MapReduceTopComponent'. Reason: null Content: Class: class org.netbeans.modules.mongodb.ui.windows.MapReduceTopComponent Source: MultiFileObject@7bba9dd6[Windows2Local/Components/MapReduceTopComponent.settings] Content:...

I create this issue regarding to @witoldsz comment in #36 > Hi, > I am wondering if that would not be more comfortable to replace the _Criteria_, _Projection_, _Sort_ trio...

enhancement

The json editor uses the `text/x-json` EditorKit. A dedicated json EditorKit with a full support of specific mongo shell features would be muche better. * support (no red underlining) of...

enhancement

Ideally I'd like a place where I can write my own complex queries and statements without the restrictions of the criteria/projection/sort window or complex updates and deletes. i.e db.mycollection.find({some criteria}).forEach(function(res){...})...

enhancement

As you can't simply copy/paste a query to reproduce it, it would be nice to implement save/open functionality for that, or maybe keep the connection tab open after an IDE...

enhancement

As you can see it in my screenshot, it is not really readable, when I use the darcula theme, which is really popular. So please fix the color for strings...