Editor mit LiveCode Syntaxhervorhebung

Startseite Foren Deutsches LiveCode-Forum Editor mit LiveCode Syntaxhervorhebung

Ansicht von 7 Antwort-Themen
  • Autor
    Beiträge
    • #4011
      gfz
      Teilnehmer

        Hallo liebe LivecoderInnen hier!
        Kann mir von euch jemand einen Editor empfehlen, mit dem man LC Dateien öffnen kann und der auch die LC-spezifischen Schlüsselwörter farblich hervorhebt? Ich persönlich würde unter Windows Notepad++ bevorzugen – habe jedoch noch keine Erweiterung für LC im Netz gefunden.
        LG,
        Georg

      • #4013
        gfz
        Teilnehmer

          Okay, ich habe mich mittlerweile bei Notepad++ ein wenig eingelesen und erste Erfolge erzielt beim Gestalten einer User Defined Language. Was mir nun an dieser Stelle helfen würde ist eine Liste für alle Livecode Begriffe aus der hervorgeht in welcher Farbe welches Wort im Editor dargestellt wird. Gibt’s eventuell eine solche Liste?
          liebe Grüße,
          Georg

        • #4015
          Klaus Major
          Administrator

            Hallo Georg,

            Du kannst Dir die Liste der von LC verwendeten Farben angucken!
            Gib das in die Message Box ein:
            edit script of stack “revseutilities”

            Ab Zeile 713, der Handler: seColorizationLoadScheme

            Viel Erfolg! 🙂

            Gruß

            Klaus

          • #4017
            gfz
            Teilnehmer

              Danke Klaus, du bist ja sowas wie ein wandelndes Livecode Wiki – genial.
              Grüße,
              Georg

            • #4020
              gfz
              Teilnehmer

                Hallo Klaus,
                ich habe mich versucht da einzulesen, stehe aber etwas an.
                Soweit ich herauslesen konnte werden abhängig vom gewählten Schema unter dem Schlüssel “colorization.config” im Array pPfererencesArray Type(Class,Group oder Keyword), Name, Attribute und Farbe abgelegt. Einige Schlüsselwörter sind namentlich angeführt (etwa für default: on – exit). Wo kann ich jetzt herausfinden was beispielsweise unter der Gruppe “commands” (Zeile 703) zusammengefasst wird, die per “default” fett in der Farbe rgb(127,127,0) dargestellt werden oder welche keywords der gleichnamigen Klasse in Zeile 712 zugeteilt werden?

                Was bedeutet beispielsweise “-internal script configure classes …” in Zeile 1040? Wo befindet sich dieses script?
                liebe Grüße,
                Georg

              • #4023
                Klaus Major
                Administrator

                  Diese “_internal script xxx” sind in der Engine eingebaute Befehle, die leider nicht dokumentiert sind.

                  Ich habe ich damit nicht weiter beschaftigt, habe ich auch nicht vor!

                  Ich hatte jahrelang die MC IDE (Metacard, der Urgroßvater von Liveocde) als Hauptverantwortlicher gepflegt und nun habe ich einfach keine Lust mehr auf die vielen IDE Skripte. 😎

                  Wie ich bereits schreib: Viel Erfolg!

                • #4030
                  gfz
                  Teilnehmer

                    Schade – trotzdem danke Klaus für deine Unterstützung bis hierher :-).

                    Falls andere LCer hierfür (Livecode UDL für Notepad++) Interesse haben, bin ich gerne bereit, das was ich bisher habe zu teilen. Warum wollte ich das eigentlich? Notepad++ habe ich auf USB immer mit dabei (LC nicht). Also wenn Zeit und PC in der Nähe, dann kann ich auf diesem Weg meine Ideen elektronisch festhalten :-).
                    liebe Grüße,
                    Georg

                    ### Das als xml abspeichern und unter “language->Define your language->Import…” importieren

                    <NotepadPlus>
                        <UserLang name="myLiveCode" ext="" udlVersion="2.1">
                            <Settings>
                                <Global caseIgnored="yes" allowFoldOfComments="yes" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
                                <Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="no" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
                            </Settings>
                            <KeywordLists>
                                <Keywords name="Comments">00// 01 02(( EOL )) 03/* 04*/</Keywords>
                                <Keywords name="Numbers, prefix1"></Keywords>
                                <Keywords name="Numbers, prefix2"></Keywords>
                                <Keywords name="Numbers, extras1"></Keywords>
                                <Keywords name="Numbers, extras2"></Keywords>
                                <Keywords name="Numbers, suffix1"></Keywords>
                                <Keywords name="Numbers, suffix2"></Keywords>
                                <Keywords name="Numbers, range"></Keywords>
                                <Keywords name="Operators1"></Keywords>
                                <Keywords name="Operators2"></Keywords>
                                <Keywords name="Folders in code1, open"></Keywords>
                                <Keywords name="Folders in code1, middle"></Keywords>
                                <Keywords name="Folders in code1, close"></Keywords>
                                <Keywords name="Folders in code2, open"></Keywords>
                                <Keywords name="Folders in code2, middle"></Keywords>
                                <Keywords name="Folders in code2, close"></Keywords>
                                <Keywords name="Folders in comment, open"></Keywords>
                                <Keywords name="Folders in comment, middle"></Keywords>
                                <Keywords name="Folders in comment, close"></Keywords>
                                <Keywords name="Keywords1">command private on end if then else function setprop getprop repeat switch try catch case default finally next exit</Keywords>
                                <Keywords name="Keywords2">accept add answer answer_color answer_effect answer_file answer_folder answer_page_setup answer_printer answer_record ask ask_file ask_password beep breakpoint blur call cancel cancel_printing choose click clone close close_driver close file close_printing close process close_socket combine compact constant convert copy create create_alias create_card create_folder create_stack create_widget crop cut debugdo decrypt decrypt_using_rsa define delete delete_chunk delete_file delete_folder delete_session delete_stack delete_url delete_variable difference disable disable_menu dispatch divide do do_in_widget domenu drag drawer DropboxAddFolderMember DropboxCheckJobStatus DropboxCheckShareJobStatus DropboxCopy DropboxCreateFolder DropboxCreateSharedLinkWithSettings DropboxDelete DropboxDownload DropboxGetAccount DropboxGetAccountBatch DropboxGetCurrentAccount DropboxGetFolderMetadata DropboxGetMetadata DropboxGetPreview DropboxGetSharedLinkFile DropboxGetSharedLinkMetadata DropboxGetSpaceUsage DropboxGetThumbnail DropboxListFolder DropboxListFolderContinue DropboxListFolderGetLatestCursor DropboxListFolderLongPoll DropboxListFolderMembers DropboxListFolderMembersContinue DropboxListFolders DropboxListFoldersContinue DropboxListMountableFolders DropboxListMountableFoldersContinue DropboxListRevisions DropboxListSharedLinks DropboxModifySharedLinkSettings DropboxMountFolder DropboxMove DropboxPermanentlyDelete DropboxRelinquishFolderMembership DropboxRemoveFolderMember DropboxRestore DropboxRevokeSharedLink DropboxSearch DropboxShareFolder DropboxTransferFolder DropboxUnmountFolder DropboxUnshareFolder DropboxUpdateFolderMember DropboxUpdateFolderPolicy DropboxUpload DropboxUploadSessionAppend DropboxUploadSessionFinish DropboxUploadSessionStart edit enable enable_menu encrypt encrypt_using_rsa export export_snapshot export_widget export_with_palette filter find flip focus get global go go_in_widget grab group hide hide_groups hide_menubar hide_taskbar hilite httpdresponse httpdstart httpdstop import import_snapshot import_widget include insert_script intersect array iphoneactivityindicatorstart iphoneactivityindicatorstop iphonecleartouches iphonedisableremotecontrol iphoneenableremotecontrol iphonereachabilitytarget iphonerequestproductdetails iphonesetaudiocategory iphonesetdonotbackupfile iphonesetfiledataprotection iphonesetheadingcalibrationtimeout iphonesetkeyboardreturnkey iphonesetnotificationbadgevalue iphonesetreachabilitytarget iphonesetredrawinterval iphonesetremotecontroldisplay iphonesetstatusbarstyle iphonestarttrackingheading iphonestarttrackinglocation iphonestoptrackingheading iphonestoptrackinglocation iphoneusedeviceresolution kill launch launch_document launch_url launch_url_in_widget liburldownloadtofile liburlfollowhttpredirects liburlftpupload liburlftpuploadfile liburlsetauthcallback liburlsetcustomhttpheaders liburlsetexpect100 liburlsetftplistcommand liburlsetftpmode liburlsetftpstoptime liburlsetlogfield liburlsetsslverification liburlsetstatuscallback load load_extension local lock_clipboard lock_colormap lock_cursor lock_error_dialogs lock_menus lock_messages lock_moves lock_recent lock_screen mark mimeEncodeAsMIMEEmail mobileadcreate mobileaddcontact mobileaddelete mobileadregister mobileadsettopleft mobileadsetvisible mobilebusyindicatorstart mobilebusyindicatorstop mobilecancelalllocalnotifications mobilecancellocalnotification mobilecleartouches mobilecomposehtmlmail mobilecomposemail mobileComposeTextMessage mobileComposeUnicodeMail mobileControlCreate mobileControlDelete mobileControlDo mobileControlSet mobileCreateContact mobileCreateLocalNotification mobileDeleteSoundChannel mobileDisableAccelerometer mobileDisableNFCDispatch mobileDisablePurchaseUpdates mobileEnableAccelerometer mobileEnableNFCDispatch mobileEnablePurchaseUpdates mobileExportImageToAlbum mobileFindContact mobileHideStatusBar mobileLockIdleTimer mobileLockOrientation mobilePausePlayingOnChannel mobilePick mobilePickContact mobilePickDate mobilePickMedia mobilePickPhoto mobilePlaySoundOnChannel mobilePurchaseConfirmDelivery mobilePurchaseCreate mobilePurchaseSendRequest mobilePurchaseSet mobilePurchaseVerify mobileRemoveContact mobileRestorePurchases mobileResumePlayingOnChannel mobileSetAllowedOrientations mobileSetKeyboardType mobileSetSoundChannelVolume mobileShowContact mobileShowStatusBar mobileStartTrackingSensor mobileStopPlayingOnChannel mobileStopTrackingSensor mobileStoreConfirmPurchase mobileStoreConsumePurchase mobileStoreDisablePurchaseUpdates mobileStoreEnablePurchaseUpdates mobileStoreMakePurchase mobileStoreRequestProductDetails mobileStoreRestorePurchases mobileStoreSetProductType mobileStoreVerifyPurchase mobileToast mobileToastCancel mobileUnlockIdleTimer mobileUnlockOrientation mobileUpdateContact mobileVibrate modal modeless move multiply OAuth2 OAuth2Refresh open_driver open_file open invisible open_printing open_printing_to_pdf open_process open_socket option palette paste place play play_file play_video pop popup Popup widget post prepare prepare_image print print_anchor print_bookmark print_link pulldown push put put_binary put_content put_cookie put_header put_markup put_text put_unicode qrCreate qrSetColors quit read_from_driver read_from_file read_from_process read_from_socket record_pause record_resume record_sound redo relayer remove remove_script rename replace reply request request_appleEvent require reset reset_cursors reset_paint reset_printing resetAll resolve_image revBrowserBack revBrowserClose revBrowserForward revBrowserMakeTextBigger revBrowserMakeTextSmaller revBrowserNavigate revBrowserPrint revBrowserRedraw revBrowserRefresh revBrowserSet revBrowserSnapshot revBrowserStop revCacheGeometry revChangeWindowSize revCloseCursor revCloseDatabase revCloseVideoGrabber revCommitDatabase revCopyFile revCopyFolder revDeleteFolder revert revExecuteSQL revFontLoad revFontUnload revGoToFramePaused revGoURL revInitializeVideoGrabber revLoadSpeech revMail revMailUnicode revMoveFolder revMoveToFirstRecord revMoveToLastRecord revMoveToNextRecord revMoveToPreviousRecord revMoveToRecord revPlayAnimation revPreviewVideo revPrintField revPrintReport revPrintText revRecordVideo revRollBackDatabase revRotatePoly revSetCardProfile revSetDatabaseDriverPath revSetSpeechPitch revSetSpeechProvider revSetSpeechSpeed revSetSpeechVoice revSetSpeechVolume revSetStackFileProfile revSetStackProfile revSetVideoGrabberRect revSetVideoGrabSettings revShowPrintDialog revSpeak revStopAnimation revStopPreviewingVideo revStopRecordingVideo revStopSpeech revUnloadSpeech revUpdateGeometry revVideoFrameImage revVideoGrabDialog revVideoGrabIdle revVideoGrabSettings revXMLAddDTD revXMLAddNode revXMLAppend revXMLCopyNode revXMLDeleteAllTrees revXMLDeleteNode revXMLDeleteTree revXMLInsertNode revXMLMoveNode revXMLPutIntoNode revXMLRPC_AddParam revXMLRPC_DeleteAllDocuments revXMLRPC_DeleteDocument revXMLRPC_DeleteParam revXMLRPC_GetMethod revXMLRPC_SetHost revXMLRPC_SetMethod revXMLRPC_SetPath revXMLRPC_SetPort revXMLRPC_SetProtocol revXMLRPC_SetSocket revXMLSetAttribute revZipAddItemWithData revZipAddItemWithFile revZipAddUncompressedItemWithData revZipAddUncompressedItemWithFile revZipCancel revZipCloseArchive revZipDeleteItem revZipExtractItemToFile revZipExtractItemToVariable revZipOpenArchive revZipRenameItem revZipReplaceItemWithData revZipReplaceItemWithFile revZipSetProgressCallback rotate save secure_socket seek select send send_to_program set sheet show show_cards show_groups show_menubar show_taskbar sort sort_container split start start_editing start_session start_using start_using_font stop stop_editing stop_moving stop_recording stop_session stop_using stop_using_font subtract topLevel type undefine undo ungroup unhilite union unload unload_extension unlock_clipboard unlock_colorMap unlock_cursor unlock_error_dialogs unlock_menus unlock_messages unlock_moves unlock_recent unlock_screen unmark visual_effect wait write_to_driver write_to_file write_to_process write_to_socket XBrowser_Focus XBrowser_Init XBrowser_Unfocus</Keywords>
                                <Keywords name="Keywords3">abs acos aliasReference alternateLanguages altKey annuity arrayDecode arrayEncode asin atan atan2 average averageDeviation backScripts base64Decode base64Encode baseConvert binaryDecode binaryEncode buildNumber byteOffset byteToNum cachedURLs capsLockKey ceil charToNum ciphernames clickChar clickCharChunk clickChunk clickField clickH clickLine clickLoc clickStack clickText clickV clipboard codepointOffset codepointProperty codepointToNum codeunitOffset colorNames commandArguments commandKey commandName commandNames compound compress constantNames controlAtLoc controlAtScreenLoc controlKey copyResource cos date dateFormat decompress deleteRegistry deleteResource DiffCompare DiffCompareFiles DiffPatch diskSpace DNSServers dragDestination dragSource drawingSvgCompile drawingSvgCompileFile driverNames dropChunk environment errorObject EventCapsLockKey EventCommandKey EventShiftKey exists exp exp1 exp10 exp2 extents files floor flushEvents focusedObject folders fontLanguage fontNames fontSizes fontStyles format foundChunk foundField foundLine foundLoc foundText frontScripts functionNames geometricMean Getopt getResource getResources globalLoc globalNames harmonicMean hasMemory heapSpace hostAddress hostAddressToName hostName hostNameToAddress iconNames interrupt intersect iphoneApplicationIdentifier iphoneDeviceResolution iphoneDeviceScale iphoneDoNotBackupFile iphoneFileDataProtection iphoneGetNotificationBadgeValue iphoneHeadingCalibrationTimeout iphoneIdentifierForVendor iphoneRemoteControlEnabled iphoneSystemIdentifier isNumber ISOToMac itemOffset JsonExport JsonImport keys keysDown length libURLErrorData libURLFormData libURLftpCommand libURLLastHTTPHeaders libURLLastRHHeaders libURLMultipartFormAddPart libURLMultipartFormData libURLVersion licensed lineOffset listRegistry ln ln1 loadedExtensions localLoc localNames log10 log2 longFilePath machine macToISO mainStacks matchChunk matchText matrixMultiply max mcEncrypt mCISendString mcLicense md5Digest measureText measureUnicodeText median menuButton menus merge mergMarkdownToXHTML messageAuthenticationCode milliseconds mimeEncodeAsMIMEMultipartDocument mimeEncodeFieldAsMIMEMultipartDocument mimeEncodeForMIMETransfer mimeTheExtensionsOfMIMEType mimeTheMIMETypeOfExtension mimeTheMIMEVersion min mobileAdGetTopLeft mobileAdGetVisible mobileAds mobileAllowedOrientations mobileBuildInfo mobileCameraFeatures mobileCanComposeTextMessage mobileCanMakePurchase mobileCanSendMail mobileCanTrackHeading mobileCanTrackLocation mobileControlGet mobileControls mobileControlTarget mobileCurrentHeading mobileCurrentLocale mobileCurrentLocation mobileDeviceOrientation mobileGetContactData mobileGetDeviceToken mobileGetLaunchData mobileGetLaunchURL mobileGetNotificationDetails mobileGetRegisteredNotifications mobileIdleTimerLocked mobileIsNFCAvailable mobileIsNFCEnabled mobileIsVoiceOverRunning mobileLocationAuthorizationStatus mobileNextSoundOnChannel mobileOrientation mobileOrientationLocked mobilePixelDensity mobilePreferredLanguages mobilePurchaseError mobilePurchaseGet mobilePurchases mobilePurchaseState mobilesNFCAvailable mobilesNFCEnabled mobileSensorAvailable mobileSensorReading mobileSoundChannels mobileSoundChannelStatus mobileSoundChannelVolume mobileSoundOnChannel mobileStoreCanMakePurchase mobileStoreProductProperty mobileStorePurchasedProducts mobileStorePurchaseError monthNames mouse mouseChar mouseCharChunk mouseChunk mouseClick mouseColor mouseControl mouseH mouseLine mouseLoc mouseStack mouseText mouseV movie movingControls nativeCharToNum normalizeText number numToByte numToChar numToCodepoint numToNativeChar offset openFiles openProcesses openProcessIDs openSockets openStacks optionKey paragraphOffset param paramCount params peerAddress pendingMessages platform populationStandardDeviation populationVariance processID processor propertyNames qtEffects qtVersion queryRegistry random randomBytes recordCompressionTypes recordFormats recordLoudness remoteControlReceived replaceText result revAppVersion revBrowserAddJavaScriptHandler revBrowserCallScript revBrowserExecuteScript revBrowserGet revBrowserInstances revBrowserOpen revBrowserOpenCef revBrowserRemoveJavaScriptHandler revCurrentRecord revCurrentRecordIsFirst revCurrentRecordIsLast revDatabaseColumnCount revDatabaseColumnIsNull revDatabaseColumnLengths revDatabaseColumnNamed revDatabaseColumnNames revDatabaseColumnNumbered revDatabaseColumnTypes revDatabaseConnectResult revDatabaseCursors revDatabaseID revDatabaseTableNames revDatabaseType revDataFromQuery revdb_closecursor revdb_commit revdb_disconnect revdb_execute revdb_movefirst revdb_movelast revdb_movenext revdb_moveprev revdb_rollback revGetDatabaseDriverPath revGetSpeechVolume revIsSpeaking revLicenseType revLoadedStacks revMacFromUnixPath revNumberOfRecords revOpenDatabase revOpenDatabases revQueryDatabase revQueryIsAtEnd revQueryIsAtStart revQueryResult revSpeechVoices revUnixFromMacPath revXMLAttribute revXMLAttributes revXMLAttributeValues revXMLChildContents revXMLChildNames revXMLCreateTree revXMLCreateTreeFromFile revXMLCreateTreeFromFileWithNamespaces revXMLCreateTreeWithNamespaces revXMLDataFromXPathQuery revXMLEvaluateXPath revXMLFirstChild revXMLMatchingNode revXMLNextSibling revXMLNodeContents revXMLNumberOfChildren revXMLParent revXMLPreviousSibling revXMLRootNode revXMLRPC_CreateRequest revXMLRPC_Documents revXMLRPC_Error revXMLRPC_Execute revXMLRPC_GetHost revXMLRPC_GetParam revXMLRPC_GetParamCount revXMLRPC_GetParamNode revXMLRPC_GetParamType revXMLRPC_GetPath revXMLRPC_GetPort revXMLRPC_GetProtocol revXMLRPC_GetRequest revXMLRPC_GetResponse revXMLRPC_GetSocket revXMLText revXMLTree revXMLTrees revXMLValidateDTD revZipDescribeItem revZipEnumerateItems revZipOpenArchives round screenColors screenDepth screenLoc screenName screenRect screenType screenVendor scriptLimits seconds selectedButton selectedChunk selectedField selectedImage selectedLine selectedLoc selectedObject selectedText sentenceOffset setregistry setResource sha1Digest shell shiftKey shortFilePath sin sound specialFolderPath sqrt stacks stackSpace standardDeviation statRound sum sysError systemVersion tan target tempName textDecode textEncode textHeightSum ticks time tokenOffset toLower tool Topstack toUpper transpose truewordOffset trunc uniDecode uniEncode URLDecode URLEncode URLResponse URLStatus uuid value variableNames variance vectorDotProduct version volumes waitDepth weekdayNames within wordOffset xsltApplyStylesheet xsltApplyStylesheetFromFile xsltLoadStylesheet xsltLoadStylesheetFromFile</Keywords>
                                <Keywords name="Keywords4">&quot;the HCAddressing&quot; &quot;the HCImportStat&quot; &quot;the HCStack&quot; &quot;the HTMLText&quot; &quot;the HTTPProxy&quot; &quot;the ID&quot; &quot;the JPEGQuality&quot; &quot;the RTFText&quot; &quot;the acceleratedRendering&quot; &quot;the acceleratorKey&quot; &quot;the acceleratorModifiers&quot; &quot;the acceleratorText&quot; &quot;the accentColor&quot; &quot;the acceptDrop&quot; &quot;the activatePalettes&quot; &quot;the address&quot; &quot;the allowDatagramBroadcasts&quot; &quot;the allowFieldRedraw&quot; &quot;the allowInlineInput&quot; &quot;the allowInterrupts&quot; &quot;the allowKeyInField&quot; &quot;the allowableDragActions&quot; &quot;the alphaData&quot; &quot;the altID&quot; &quot;the alwaysBuffer&quot; &quot;the angle&quot; &quot;the antialiased&quot; &quot;the arcAngle&quot; &quot;the armBorder&quot; &quot;the armFill&quot; &quot;the armed&quot; &quot;the armedIcon&quot; &quot;the arrowSize&quot; &quot;the autoArm&quot; &quot;the autoHilite&quot; &quot;the autoTab&quot; &quot;the availablePrinters&quot; &quot;the backSize&quot; &quot;the backdrop&quot; &quot;the backgroundBehavior&quot; &quot;the backgroundColor&quot; &quot;the backgroundIDs&quot; &quot;the backgroundNames&quot; &quot;the backgroundPattern&quot; &quot;the backgroundPixel&quot; &quot;the beepDuration&quot; &quot;the beepLoudness&quot; &quot;the beepPitch&quot; &quot;the beepSound&quot; &quot;the behavior&quot; &quot;the blendLevel&quot; &quot;the blindTyping&quot; &quot;the blinkRate&quot; &quot;the borderColor&quot; &quot;the borderPattern&quot; &quot;the borderPixel&quot; &quot;the borderWidth&quot; &quot;the bottom&quot; &quot;the bottomColor&quot; &quot;the bottomLeft&quot; &quot;the bottomMargin&quot; &quot;the bottomPattern&quot; &quot;the bottomPixel&quot; &quot;the bottomRight&quot; &quot;the boundingBox&quot; &quot;the boundingRect&quot; &quot;the brush&quot; &quot;the brushColor&quot; &quot;the brushPattern&quot; &quot;the bufferHiddenImages&quot; &quot;the bufferMode&quot; &quot;the callbacks&quot; &quot;the cantAbort&quot; &quot;the cantDelete&quot; &quot;the cantModify&quot; &quot;the cantSelect&quot; &quot;the capStyle&quot; &quot;the cardIDs&quot; &quot;the cardNames&quot; &quot;the caseSensitive&quot; &quot;the centerRect&quot; &quot;the centered&quot; &quot;the centuryCutoff&quot; &quot;the charIndex&quot; &quot;the charSet&quot; &quot;the checkmark&quot; &quot;the childControlIDs&quot; &quot;the childControlNames&quot; &quot;the clipboardData&quot; &quot;the clipsToRect&quot; &quot;the closeBox&quot; &quot;the colorDialogColors&quot; &quot;the colorMap&quot; &quot;the colorWorld&quot; &quot;the coloroverlay&quot; &quot;the colors&quot; &quot;the columnDelimiter&quot; &quot;the commandChar&quot; &quot;the compositorCacheLimit&quot; &quot;the compositorTileSize&quot; &quot;the compositorType&quot; &quot;the constantMask&quot; &quot;the constraints&quot; &quot;the convertOctals&quot; &quot;the currentCard&quot; &quot;the currentFrame&quot; &quot;the currentNode&quot; &quot;the currentPage&quot; &quot;the currentTime&quot; &quot;the cursor&quot; &quot;the cursorMovement&quot; &quot;the customKeys&quot; &quot;the customProperties&quot; &quot;the customPropertySet&quot; &quot;the customPropertySets&quot; &quot;the dashes&quot; &quot;the decorations&quot; &quot;the default&quot; &quot;the defaultButton&quot; &quot;the defaultCursor&quot; &quot;the defaultFolder&quot; &quot;the defaultMenubar&quot; &quot;the defaultNetworkInterface&quot; &quot;the defaultStack&quot; &quot;the desktop folder&quot; &quot;the destroyStack&quot; &quot;the destroyWindow&quot; &quot;the dialogData&quot; &quot;the disabled&quot; &quot;the disabledIcon&quot; &quot;the documentFilename&quot; &quot;the documents folder&quot; &quot;the dontDither&quot; &quot;the dontRefresh&quot; &quot;the dontResize&quot; &quot;the dontSearch&quot; &quot;the dontUseNS&quot; &quot;the dontUseQT&quot; &quot;the dontUseQTEffects&quot; &quot;the dontWrap&quot; &quot;the doubleClickDelta&quot; &quot;the doubleClickInterval&quot; &quot;the dragAction&quot; &quot;the dragData&quot; &quot;the dragDelta&quot; &quot;the dragImage&quot; &quot;the dragImageOffset&quot; &quot;the dragSpeed&quot; &quot;the draggable&quot; &quot;the dropshadow&quot; &quot;the duration&quot; &quot;the dynamicPaths&quot; &quot;the editBackground&quot; &quot;the editMenus&quot; &quot;the editMode&quot; &quot;the editScripts&quot; &quot;the editionType&quot; &quot;the effectRate&quot; &quot;the emacsKeyBindings&quot; &quot;the enabled&quot; &quot;the enabledTracks&quot; &quot;the encoding&quot; &quot;the endArrow&quot; &quot;the endFrame&quot; &quot;the endTime&quot; &quot;the endValue&quot; &quot;the engine folder&quot; &quot;the eraser&quot; &quot;the errorMode&quot; &quot;the executionContexts&quot; &quot;the explicitVariables&quot; &quot;the extendKey&quot; &quot;the externalCommands&quot; &quot;the externalFunctions&quot; &quot;the externalPackages&quot; &quot;the externals&quot; &quot;the family&quot; &quot;the fileType&quot; &quot;the filename of stack&quot; &quot;the filename&quot; &quot;the fillGradient&quot; &quot;the fillRule&quot; &quot;the filled&quot; &quot;the firstIndent&quot; &quot;the fixedLineHeight&quot; &quot;the flagged&quot; &quot;the flaggedRanges&quot; &quot;the focusColor&quot; &quot;the focusPattern&quot; &quot;the focusPixel&quot; &quot;the fontFilesInUse&quot; &quot;the foregroundColor&quot; &quot;the foregroundPattern&quot; &quot;the foregroundPixel&quot; &quot;the formSensitive&quot; &quot;the formatForPrinting&quot; &quot;the formattedHeight&quot; &quot;the formattedLeft&quot; &quot;the formattedRect&quot; &quot;the formattedText&quot; &quot;the formattedTop&quot; &quot;the formattedWidth&quot; &quot;the frameCount&quot; &quot;the frameRate&quot; &quot;the freeSize&quot; &quot;the ftpProxy&quot; &quot;the fullClipboardData&quot; &quot;the fullDragData&quot; &quot;the fullscreen&quot; &quot;the fullscreenmode&quot; &quot;the grid&quot; &quot;the gridSize&quot; &quot;the groupIDs&quot; &quot;the groupNames&quot; &quot;the hGrid&quot; &quot;the hScroll&quot; &quot;the hScrollbar&quot; &quot;the height&quot; &quot;the hidden&quot; &quot;the hideBackdrop&quot; &quot;the hideConsoleWindows&quot; &quot;the hidePalettes&quot; &quot;the hilite&quot; &quot;the hiliteBorder&quot; &quot;the hiliteColor&quot; &quot;the hiliteFill&quot; &quot;the hilitePattern&quot; &quot;the hilitePixel&quot; &quot;the hilitedButton&quot; &quot;the hilitedButtonID&quot; &quot;the hilitedButtonName&quot; &quot;the hilitedIcon&quot; &quot;the hilitedLine&quot; &quot;the home folder&quot; &quot;the hotSpot&quot; &quot;the hotspots&quot; &quot;the hoverIcon&quot; &quot;the httpHeaders&quot; &quot;the icon&quot; &quot;the iconGravity&quot; &quot;the iconic&quot; &quot;the idleRate&quot; &quot;the idleTicks&quot; &quot;the ignoreMouseEvents&quot; &quot;the imageCacheLimit&quot; &quot;the imageCacheUsage&quot; &quot;the imageData&quot; &quot;the imagePixmapID&quot; &quot;the imageSource&quot; &quot;the ink&quot; &quot;the innerGlow&quot; &quot;the innershadow&quot; &quot;the invisible&quot; &quot;the itemDelimiter&quot; &quot;the joinStyle&quot; &quot;the kind&quot; &quot;the label&quot; &quot;the layer&quot; &quot;the layerMode&quot; &quot;the left&quot; &quot;the leftIndent&quot; &quot;the leftMargin&quot; &quot;the lineDelimiter&quot; &quot;the lineIncrement&quot; &quot;the lineIndex&quot; &quot;the lineSize&quot; &quot;the linkColor&quot; &quot;the linkHiliteColor&quot; &quot;the linkText&quot; &quot;the linkVisitedColor&quot; &quot;the listBehavior&quot; &quot;the listDepth&quot; &quot;the listIndent&quot; &quot;the listIndex&quot; &quot;the listStyle&quot; &quot;the liveResizing&quot; &quot;the loadedTime&quot; &quot;the location&quot; &quot;the lockColorMap&quot; &quot;the lockCursor&quot; &quot;the lockErrorDialogs&quot; &quot;the lockLocation&quot; &quot;the lockMenus&quot; &quot;the lockMessages&quot; &quot;the lockMoves&quot; &quot;the lockRecent&quot; &quot;the lockScreen&quot; &quot;the lockText&quot; &quot;the lockUpdates&quot; &quot;the longWindowTitles&quot; &quot;the lookAndFeel&quot; &quot;the looping&quot; &quot;the lowResolutionTimers&quot; &quot;the magnify&quot; &quot;the mainStack&quot; &quot;the margins&quot; &quot;the mark&quot; &quot;the markChar&quot; &quot;the markerDrawn&quot; &quot;the markerFilled&quot; &quot;the markerLineSize&quot; &quot;the markerPoints&quot; &quot;the maskData&quot; &quot;the maskPixmapID&quot; &quot;the maxHeight&quot; &quot;the maxWidth&quot; &quot;the mediaTypes&quot; &quot;the menuHistory&quot; &quot;the menuLines&quot; &quot;the menuMessage&quot; &quot;the menuMode&quot; &quot;the menuMouseButton&quot; &quot;the menuName&quot; &quot;the menubar&quot; &quot;the metadata&quot; &quot;the metadata_of_field&quot; &quot;the metadata_of_image&quot; &quot;the metal&quot; &quot;the mimeText&quot; &quot;the minHeight&quot; &quot;the minWidth&quot; &quot;the minimizeBox&quot; &quot;the mirrored&quot; &quot;the miterLimit&quot; &quot;the mnemonic&quot; &quot;the mode&quot; &quot;the modifiedMark&quot; &quot;the moveSpeed&quot; &quot;the movieControllerID&quot; &quot;the multiEffect&quot; &quot;the multiSpace&quot; &quot;the multiple&quot; &quot;the multipleLines&quot; &quot;the name&quot; &quot;the navigationArrows&quot; &quot;the networkInterfaces&quot; &quot;the nodes&quot; &quot;the noncontiguousHilites&quot; &quot;the number&quot; &quot;the numberFormat&quot; &quot;the opaque&quot; &quot;the orientation&quot; &quot;the outerglow&quot; &quot;the outputLineEndings&quot; &quot;the outputTextEncoding&quot; &quot;the owner&quot; &quot;the padding&quot; &quot;the pageCount&quot; &quot;the pageHeights&quot; &quot;the pageIncrement&quot; &quot;the pageRanges&quot; &quot;the paintCompression&quot; &quot;the palindromeFrames&quot; &quot;the pan&quot; &quot;the passKey&quot; &quot;the password&quot; &quot;the patterns&quot; &quot;the paused&quot; &quot;the penBack&quot; &quot;the penColor&quot; &quot;the penPattern&quot; &quot;the pixelScale&quot; &quot;the pixels&quot; &quot;the pixmapID&quot; &quot;the plainText&quot; &quot;the playDestination&quot; &quot;the playLoudness&quot; &quot;the playRate&quot; &quot;the playSelection&quot; &quot;the pointerFocus&quot; &quot;the points&quot; &quot;the polySides&quot; &quot;the postScript&quot; &quot;the powerKeys&quot; &quot;the preserveVariables&quot; &quot;the printCardBorders&quot; &quot;the printCollate&quot; &quot;the printColors&quot; &quot;the printCommand&quot; &quot;the printCopies&quot; &quot;the printDuplex&quot; &quot;the printFontTable&quot; &quot;the printGutters&quot; &quot;the printMargins&quot; &quot;the printPageNumber&quot; &quot;the printPaperOrientation&quot; &quot;the printPaperRectangle&quot; &quot;the printPaperScale&quot; &quot;the printPaperSize&quot; &quot;the printRanges&quot; &quot;the printRectangle&quot; &quot;the printRotated&quot; &quot;the printRowsFirst&quot; &quot;the printScale&quot; &quot;the printTextAlign&quot; &quot;the printTextFont&quot; &quot;the printTextHeight&quot; &quot;the printTextSize&quot; &quot;the printTextStyle&quot; &quot;the printTitle&quot; &quot;the printerFeatures&quot; &quot;the printerName&quot; &quot;the printerOutput&quot; &quot;the printerSettings&quot; &quot;the privateColors&quot; &quot;the prolog&quot; &quot;the properties&quot; &quot;the proportionalThumbs&quot; &quot;the qtIdleRate&quot; &quot;the radioBehavior&quot; &quot;the raiseMenus&quot; &quot;the raisePalettes&quot; &quot;the raiseWindows&quot; &quot;the randomSeed&quot; &quot;the rawClipboardData&quot; &quot;the rawDragData&quot; &quot;the recentCards&quot; &quot;the recentNames&quot; &quot;the recordChannels&quot; &quot;the recordCompression&quot; &quot;the recordFormat&quot; &quot;the recordInput&quot; &quot;the recordRate&quot; &quot;the recordSampleSize&quot; &quot;the recording&quot; &quot;the rect&quot; &quot;the recursionLimit&quot; &quot;the relativePoints&quot; &quot;the relayerGroupedControls&quot; &quot;the remapColor&quot; &quot;the repeatCount&quot; &quot;the repeatDelay&quot; &quot;the repeatRate&quot; &quot;the resizable&quot; &quot;the resizeQuality&quot; &quot;the retainImage&quot; &quot;the retainPostScript&quot; &quot;the revProfile&quot; &quot;the right&quot; &quot;the rightIndent&quot; &quot;the rightMargin&quot; &quot;the roundEnds&quot; &quot;the roundRadius&quot; &quot;the rowDelimiter&quot; &quot;the scale&quot; &quot;the scaleFactor&quot; &quot;the scaleIndependently&quot; &quot;the screen&quot; &quot;the screenGamma&quot; &quot;the screenMouseLoc&quot; &quot;the screenNoPixmaps&quot; &quot;the screenPixelScale&quot; &quot;the screenPixelScales&quot; &quot;the ScreenRect&quot; &quot;the screenSharedMemory&quot; &quot;the script&quot; &quot;the scriptOnly&quot; &quot;the ScriptStatus&quot; &quot;the scriptTextFont&quot; &quot;the scriptTextSize&quot; &quot;the scrollbarWidth&quot; &quot;the secureMode&quot; &quot;the securityCategories&quot; &quot;the securityPermissions&quot; &quot;the selectGroupedControls&quot; &quot;the selected&quot; &quot;the selectedColor&quot; &quot;the selectionHandleColor&quot; &quot;the selectionMode&quot; &quot;the serialControlString&quot; &quot;the sessionCookieName&quot; &quot;the sessionID&quot; &quot;the sessionLifetime&quot; &quot;the sessionName&quot; &quot;the sessionSavePath&quot; &quot;the shadow&quot; &quot;the shadowColor&quot; &quot;the shadowOffset&quot; &quot;the shadowPattern&quot; &quot;the shadowPixel&quot; &quot;the sharedBehavior&quot; &quot;the sharedGroupIds&quot; &quot;the sharedGroupNames&quot; &quot;the sharedHilite&quot; &quot;the sharedText&quot; &quot;the shellCommand&quot; &quot;the showBadge&quot; &quot;the showBorder&quot; &quot;the showController&quot; &quot;the showFocusBorder&quot; &quot;the showHilite&quot; &quot;the showIcon&quot; &quot;the showInvisibles&quot; &quot;the showLines&quot; &quot;the showName&quot; &quot;the showPict&quot; &quot;the showSelection&quot; &quot;the showValue&quot; &quot;the size&quot; &quot;the slices&quot; &quot;the socketTimeoutInterval&quot; &quot;the soundChannel&quot; &quot;the spaceAbove&quot; &quot;the spaceBelow&quot; &quot;the spray&quot; &quot;the sslCertificates&quot; &quot;the stackFileType&quot; &quot;the stackFileVersion&quot; &quot;the stackFiles&quot; &quot;the stackLimit&quot; &quot;the stacksInUse&quot; &quot;the startAngle&quot; &quot;the startArrow&quot; &quot;the startFrame&quot; &quot;the startTime&quot; &quot;the startUpIconic&quot; &quot;the startValue&quot; &quot;the status&quot; &quot;the StatusIcon&quot; &quot;the statusIconTooltip&quot; &quot;the statusIconMenu&quot; &quot;the strokeGradient&quot; &quot;the style&quot; &quot;the styledText&quot; &quot;the substacks&quot; &quot;the syncRate&quot; &quot;the systemColorSelector&quot; &quot;the systemFileSelector&quot; &quot;the systemPixelScale&quot; &quot;the systemPrintSelector&quot; &quot;the systemWindow&quot; &quot;the tabAlign&quot; &quot;the tabGroupBehavior&quot; &quot;the tabStops&quot; &quot;the tabWidths&quot; &quot;the temporary folder&quot; &quot;the text&quot; &quot;the textAlign&quot; &quot;the textArrows&quot; &quot;the textDirection&quot; &quot;the textFont&quot; &quot;the textHeight&quot; &quot;the textShift&quot; &quot;the textSize&quot; &quot;the textStyle&quot; &quot;the theme&quot; &quot;the themeClass&quot; &quot;the threeD&quot; &quot;the threeDHilite&quot; &quot;the thumbPosition&quot; &quot;the thumbSize&quot; &quot;the tilt&quot; &quot;the timeScale&quot; &quot;the titleWidth&quot; &quot;the toggleHilites&quot; &quot;the tool&quot; &quot;the toolTip&quot; &quot;the toolTipDelay&quot; &quot;the top&quot; &quot;the topColor&quot; &quot;the topLeft&quot; &quot;the topMargin&quot; &quot;the topPattern&quot; &quot;the topPixel&quot; &quot;the topRight&quot; &quot;the traceDelay&quot; &quot;the traceReturn&quot; &quot;the traceStack&quot; &quot;the trackCount&quot; &quot;the tracks&quot; &quot;the traversalOn&quot; &quot;the twelveHourTime&quot; &quot;the typingRate&quot; &quot;the umask&quot; &quot;the unboundedHScroll&quot; &quot;the unboundedVScroll&quot; &quot;the underlineLinks&quot; &quot;the unicodeFormattedText&quot; &quot;the unicodeLabel&quot; &quot;the unicodePlainText&quot; &quot;the unicodeText&quot; &quot;the unicodeTitle&quot; &quot;the unicodeTooltip&quot; &quot;the urlResponse&quot; &quot;the usePixelScaling&quot; &quot;the useSystemDate&quot; &quot;the useUnicode&quot; &quot;the userLevel&quot; &quot;the userModify&quot; &quot;the vGrid&quot; &quot;the vScroll&quot; &quot;the vScrollbar&quot; &quot;the videoClipPlayer&quot; &quot;the visible&quot; &quot;the visited&quot; &quot;the visitedIcon&quot; &quot;the wholeMatches&quot; &quot;the wideMargins&quot; &quot;the width&quot; &quot;the windowBoundingRect&quot; &quot;the windowID&quot; &quot;the windowManagerPlace&quot; &quot;the windowShape&quot; &quot;the xExtent&quot; &quot;the xHot&quot; &quot;the xOffset&quot; &quot;the xScale&quot; &quot;the yExtent&quot; &quot;the yHot&quot; &quot;the yOffset&quot; &quot;the yScale&quot; &quot;the zoom&quot; &quot;the zoomBox&quot;</Keywords>
                                <Keywords name="Keywords5"></Keywords>
                                <Keywords name="Keywords6"></Keywords>
                                <Keywords name="Keywords7"></Keywords>
                                <Keywords name="Keywords8"></Keywords>
                                <Keywords name="Delimiters">00&quot; 01\ 02&quot; 03# 04 05(( EOL )) 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23</Keywords>
                            </KeywordLists>
                            <Styles>
                                <WordsStyle name="DEFAULT" fgColor="000000" bgColor="FFFFFF" fontName="Franklin Gothic Book" fontStyle="0" fontSize="10" nesting="0" />
                                <WordsStyle name="COMMENTS" fgColor="007F00" bgColor="FFFFFF" fontName="" fontStyle="2" nesting="0" />
                                <WordsStyle name="LINE COMMENTS" fgColor="007F00" bgColor="FFFFFF" fontName="" fontStyle="3" nesting="0" />
                                <WordsStyle name="NUMBERS" fgColor="00007F" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
                                <WordsStyle name="KEYWORDS2" fgColor="7F7F00" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
                                <WordsStyle name="KEYWORDS3" fgColor="7F007F" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS4" fgColor="007F7F" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="OPERATORS" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS1" fgColor="00007F" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS2" fgColor="007F00" bgColor="FFFFFF" fontName="" fontStyle="1" nesting="0" />
                                <WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                                <WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
                            </Styles>
                        </UserLang>
                    </NotepadPlus>

                    ###

                  • #4043
                    gfz
                    Teilnehmer

                      Nur zur Info – wen es interessiert. Im Dictionary fand ich die Funktionen

                      • functionNames
                      • propertyNames
                      • constantNames
                      • commandNames

                      die bei der Suche nach den entsprechenden von Livecode reservierten Wörter hilfreich waren.
                      liebe Grüße
                      Georg

                  Ansicht von 7 Antwort-Themen
                  • Du musst angemeldet sein, um auf dieses Thema antworten zu können.