Share your ideas with us
719 results found
-
Bug: Removing all collections from a databases throws an error box
When the last collection in a databases is removed (on Linux) an error is raised:
Title: Collection operation failed
Content: Database error:{ "serverUsed:" : "ip", "ns" : "namespace", "nIndexesWas" : nIndexes, "ok" : 0.0, "errmsg" : "can't drop system ns", "code" : 20}
The operation seems to succeed, though.
4 votes -
compare two documents
For example you will check the differences between two documents in the same collection.
5 votes -
Create the ability to run a script against serveral servers at the same time
The scenario is running a script to create a user on several test servers. It would be nice to be able to run a script on multiple servers at the same time.
1 vote -
Auto highlight (for copy-paste) by double clicking on an object in the query window
it would highlight the whole item
example:
{fiscalYear:2016,siteId:"eoTjv7m36a2fzkmnQ"}
when I double click on the siteId, it would highlight so I could copy/paste in over that object.2 votes -
Mongostat integration
Would be nice to be able to launch a window with mongostat running against a connection
6 votes -
Ability to add alias to database name
We have a lot of different databases on a cluster.
For security reason and as part of our naming convention databases are a combination of prefix and ID string.
We would like to be able to add an alias to those databases so that the right database can be quickly identified.21 votes -
Duplicate tab using context menu or hotkey
Just like tabs Robomongo and Google Chrome
7 votes -
Treeview delete shortcut
Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).
2 votes -
Only show the "Remove Document..." option in the right-click menu if the right-click is on the root level of the document
If I right-click on an array element that is nested deep within a document with the intention of deleting it, it is easy to accidentally click "Remove Document" instead of "Remove Element". Then the entire document is deleted, and there is not an easy recovery option in MongoDB except to restore from backup. Only showing "Remove Element" when I right-click on an element would help to stop this. Not sure how difficult it would be to change this, but if it's a simple fix then it would sure save a lot of headache when your users make a mistake (as…
1 vote -
Mindmap like schema planner/visualitation
Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.
3 votes -
BUG: Jumping when copieing collections
When i copy paste collections the lists jumps up then i dont know what the last collection is that i coppied.
osx: 10.10.4
mc: 2.0.101 vote -
When greating an index show percentages (..%)
When greating an index show procces (..%) in the lowe bar it now says: Building index. You may close the tab blablabla.
Now i need to go to proccesses to see how far the index is build
3 votes -
Sublime Style Json Color Config
The current white background is blinding.
Suggest to allow user modifiable colors in a Sublime style JSON color config file, example:
color: {
"leftPane": {
"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"
},
"rightPane": {
"text": "rgb(0,255,0)",
"bg": "rgb(0,0,0)"
}
}At very least just these two settings would make a huge improvement over this sea of white and light gray right now. Making it JSON instead of a junky UI textbox screen, etc allows for major flexibility in the future.
5 votes -
Chocolatey NuGet package
We automate all dev station installs using Chocolatey NuGet packages. It makes it easier to make sure all dev stations are setup the same.
1 vote -
table view, allow to copy several cells to clipboard
todays feature:
in table view, I can click on a cell and copy its content to clipboard with "cmd+c".suggested feature extension:
I want this also to be possible with multiple cells, such that I can select columnX over several rows and copy them all toghether into clipboard values separated by newline. if column holds a complex object, I probably(?) want the whole json of those field to be copied.example: documents with fields A and B. I execute a query and get a table with N rows and 2 columns (A and B). with my feature I can copy…
14 votes -
syntax error dialog box
When syntax error we get in dialog box line number and character position
it is very difficult to find the right position without getting the line number and position in line .
it will be very helpful if you will add line number and position in line in status line when you moving the cursor on the lines.2 votes -
table view
In table view it will be much more convenient to view if you will mark the headline in gray and add horizontal and vertical fine lines between lines and fields.
1 vote -
aggregation status line
In aggregation query add status line when query is in process like in find query
1 vote -
let the middle mouse button click on collection in explorer, open IntelliShell Tab
let the middle mouse button click on collection in explorer, open IntelliShell Tab. IntelliShel default input "db.<CollectionName>"
4 votes -
Charts from data
Integrate into MongoChef or make a new utility for render charts, from the selected data.
41 votes
- Don't see your idea?