Share your ideas with us
711 results found
-
Integrated query preview for update/delete
MongoVue integrates a preview option with its update and remove tabs. This is beneficial because, if you change your mind, you can alter your query and see the results without losing or accidentally deleting anything or want to do anything else.
1 vote -
1 vote
-
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 -
Bug: db.getCollection(‘CollectionName').find({}) doesn't display Id under "Key" column
An alternative way of writing:
db.CollectionName.find({})
1 vote -
use docker as intelli-shell
I use docker alot since i switch between various versions of programming platform, mongo etc. I currently am not able to utilize the shell directly from MongoChef due the fact i have no locally available mongo (since its inside a docker image) Are there any plans to move the intelli shell to a docker capabable input? (could even be bundeld on supported platforms?)
2 votes -
Change connection of the current tab
We have a lot of databases with the same definition. It would be great to be able to change the current connection of the tab to make the same request on a different database without having to open a new tab paste the query, ..
1 vote -
Mongostat integration
Would be nice to be able to launch a window with mongostat running against a connection
6 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 -
Treeview delete shortcut
Use cmd + d to delete whatever is selected in the treeview (database, collection, etc..).
2 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 -
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 -
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 -
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 -
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 -
Allow custom initialization of IntelliShell
Allow custom initialization or settings for IntelliShell, for example, I always have to execute:
rs.slaveOk();
DBQuery.shellBatchSize = 1000;4 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 -
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 -
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 -
Allow multiple items to be ordered in csv export
When reordering columns in CSV Export function, we can only move one column at a time which can be time consuming if we have to move a group of field at once.
3 votes -
Keep scroll position after Refresh
When refreshing, try to keep the scroll position (the visible item) esp. when using JSON View.
2 votes
- Don't see your idea?