Is there any way to configure the "Output View" plugin in Kdevelop? - kdevelop

It is difficult to read tab-separated output when the "Output View" is rendering tabs 8-wide. Can this be changed in any way?

Related

File Element size is 0 in Clearcase

I am getting element size is 0 even though it has code.How to troubleshoot this error ?
There are two possibilities:
If, when you hover over the "???" icon, you get "loaded but missing", then you shall follow instructions in
http://www-01.ibm.com/support/docview.wss?uid=swg21258149.
If the tooltip is "checked out but removed", then you shall simply undo the checkout. In that case there is no Undo Checkout option in the context menu, but you can use the Undo Checkout button in the menu bar.
Another possibility is that there is "no version selected" by the current view configuration. Tamir's suggestion of a cleartool ls is a good way to flush that issue out as it will be highlighted in the output.
Since you seem to be using ClearCase Explorer on Windows, does this file appear in the directory if you use Windows explorer? If it doesn't, "no version selected" moves up the list of possible causes.

Open XQuery panel in BaseX

I have tried many times to open the XQuery panel on BaseX. I've searched just about anything on the GUI opened any panel that could be opened and searched throughout the documentation of BaseX, no go.
EDIT
When I go to View > Editor I do not get the XQuery panel I get this one:
The query editor is hidden under "View" -> "Editor", or using the hotkey Ctrl+E (on OS X, using Cmd instead).
Edit: In the updated screenshot, the query editor is already visible. The "XQuery" view was renamed some time ago, when the editor was enhanced. Just press the "+" button in the tab view to open a new tab to write XQuery code.

Display memo fields in VFP

How to display the content of memo fields with select command?
If I have a table (vendors) with the following fields: id_vendor C(10),address M and I want to display all the content with "select * from vendors" I receive only the type of field but not the content.
If you are viewing the results in a browse window (which is what executing the SQL will show), then ctrl+pgdown in the field (where it is showing "Memo") will display the entire contents in a new window.
The SQL did retrieve the entire contents, which can be confirmed by in the command windows entering
? [fieldname]
And you will see the contents that way also.
Which language are you using or what it your output audience... if within VFP, use an EDIT field to allow for multiple row content to be shown. In a simple "text box" field, it will only show "memo" as you indicate. Otherwise, as Swordblaster indicated ctrl+pgdown or even double-clicking SHOULD open it, but that would throw up an uncontrolled "window" for you vs a controlled "edit box" control which you can specifically place in your window as needed.
Double click Memo and the contents are displayed in a new window.

coverting shape-files into text files using Arcmap

i would like to ask how is it possible to convert shapefile into .txt (text file) using Arcmap 10??? i want to convert my shapefiles data to text so as to save them as UTF-8
is this possible?
and if this possible how can i convert it back to shapefiles?
thanx
Right click on the shapefile you want to convert in the "Layers" menu select "Open Attribute Table"
Once you have your data table open in front of you click on the "Table Options" button at the top left. Click "Export"
Make sure to select the "export all records" radio button (should be the default unless you have some records selected)
Browse to the directory where you want to save the data and once there change the "Save As" format to "Text File."
Once you do the conversion you should be able to add the text file back into your project as you would any other data table (using the 'plus' button for adding any kind of data) and then do a Join (Right click on your layer, select "Joins and Relates->Join", and follow the wizard) operation to attach it back to your original shapefile.
What is somewhat less clear to me is whether the ancient .dbf structure of shapefile data tables will know what to do with your UTF-8 but that wasn't your question...

Is it possible to refresh the contents of "Show Table Data" without closing and re-opening again?

Changes to the data are not updated immediately. It is required to close the query results window and then re-open it again to see the changes. Is it possible to refresh the data without reopening?
The intial generated query for "Show Table Data" is simply "SELECT * FROM Mytable".
After selecting the "Show Table Data" option, you are now seeing that query's results in the new grid-type window.
You can change the SQL syntax for that basic query by looking for the VERY SMALL "SQL" icon that hopefully appeared on your toolbar, or to simply re-execute the existing query, hit the slightly more obvious "Red exclamtion-mark" on the same toolbar.
For reference, this toolbar is called "Query Designer" and should automagically appear when viewing the grid-type SQL data .. it is always there for me, but perhaps you have "lost or moved it" out of view, in which case re-enable as normal.

Resources