For a structure-importer, I think some kind of duplicator would be best, since the map could then be updated as the source data for the structure is changed. ...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File : /PLUGIN...
quark-python@yahoogro...
Apr 2, 2003 9:11 am
5427
I just uploaded a addons_v1.zip file in the Plugins Dev. folder for the ne Main menu item, but I don't know how to call for the map file to be loaded into the...
Haven't beena ble to to look at it yet, but something you might do if you're not already doing it is try to figure how the menu item for loading a .map file...
I use NotePad or WordPad, but neither have line item numbering (that I'm aware of). Is there a text editor that does? and does anyone have a link? It sure...
I'm using ConTEXT at the moment. It has line numbers (in the status bar at the bottom of the screen), and it also does syntax hiliting (good for Python,...
Try GNU Emacs. :-D ftp://ftp.gnu.org/gnu/windows/emacs/latest/ Peter ... From: "cdunde" <cdunde1@...> To: <quark-python@yahoogroups.com> Sent: Sunday,...
Or, as you do a lot of Python editing, this page on the Python web site lists lots of editors from the point of view of a Python programmer. ...
DG
david@...
Apr 7, 2003 8:41 am
5434
Good show Rowdy: I've already fell in love with the context. I found out that in the config. you can set to have the line numbers show on left side column,...
I just committed an update for the 6.4alpha MAIN plugins/mapmadsel.py file. Multiple selections-fix error (if you were in another view other than tree, it was...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File : /PLUGIN...
quark-python@yahoogro...
Apr 15, 2003 11:07 am
5437
Hi, Unfortunately Im totally new to quark..and I want to make a plugin that picks out entities of certain type (say info_*) and do something with them (say...
I don't know if we can do much for you in a few days, QuArK is a fairly complex environment, but: a) the infobase has a plugins-writing tutorial, which is...
ok this is what after a couple of hours of effort i've done so far: (I'm following your maptagside plugin tutorial) - I've managed to register my plugin and...
ok this is what after a couple of hours of effort i've done so far: (I'm following your maptagside plugin tutorial) - I've managed to register my plugin and...
... (I'm following your maptagside plugin tutorial) ... having a specific name and type ... particular entity ... (basically i want to access this tuple's...
one more thing, there's a function projectPointToPlane which might be useful for coding up an intersection test, defined in one of the quarkpy modules, not...
The reason you're getting that error is that the function maptagside.RemovefromTaggedClick called by the button was written to be called from a menu item...
Here's a link to a ray-polyhedron intersection procedure in c. Might be other good stuff on this site, didn't find it the last time I went hunting for 3d math...
Hi tiglari, First of all, the link u sent doesnt work..404 not found error. Secondly, before this projectPointToPlane function, this is what im actually doing...
... Looks to me like the final '.c' of the link got split onto the next line. i think I found it by googling on 'intersect plane polyhedron' or something...
For developing python code, two useful tings are: a) debug('blah') writes the string blah to the console b) in developer mode (activated by checking the...
If I understand correctly, you are looking for something to test if your function is working or not. If so you can use a debug statement like: debug("My...
Ok i guess i just couldnt explain what i wanted to ask. I meant to ask a way so that my new draw function doesnt always draw extra stuff..even when not needed....
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the quark-python group. File :...
quark-python@yahoogro...
Apr 19, 2003 3:15 am
5453
I didn't really understand your question, and you seem to have solved the problem, but if you want to only display some extra stuff sometimes, one way to do it...
well what i did was..whenever i first saved the name of the old default finishdrawing function and then whenever the command gets executed, i assigned...