Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: launcher : transfer AppArgs into ted2 executables. #117

Closed
engor opened this issue Nov 25, 2016 · 2 comments
Closed

Request: launcher : transfer AppArgs into ted2 executables. #117

engor opened this issue Nov 25, 2016 · 2 comments

Comments

@engor
Copy link
Contributor

engor commented Nov 25, 2016

No description provided.

@blitz-research
Copy link
Owner

Not quite sure what you mean here - you want an 'AppArgs' dialog added to ted2?

@engor
Copy link
Contributor Author

engor commented Jan 12, 2017

You already done that.

	Local qargs:=AppArgs().Slice( 1 )
	For Local i:=0 Until qargs.Length
		qargs[i]="~q"+qargs[i]+"~q"
	Next
	Local args:=" ".Join( qargs )

#If __HOSTOS__="windows"

	libc.system( "bin\ted2_windows\ted2.exe "+args )

	...........................

@engor engor closed this as completed Jan 12, 2017
blitz-research pushed a commit that referenced this issue May 5, 2018
de1d6d4a Restored adding .monkey2 for "New file" action
9a1b1df1 Merge branch 'dev'
59671e5b Fixed project tree resets (#129)
58148338 Fixed folding issue (#128).
8a415023 Added "Open on Desktop" action into right-click on docs tab.
2cd7ddd9 Merge branch 'master' into dev
0aa19eb6 Fix.
130d3a0a Merge branch 'dev'
8689b185 Merge branch 'folding-fixes' into dev
00e3cc5c Changed hotkeys for folding (win+macos).
129a6a23 Folding fixes.
bf9fc2c0 Bump version.
6a5e016d Merge remote-tracking branch 'origin/dev' into dev
619227b2 Folding - fixed rendering positions of elements.
2b3a2679 Merge branch 'dev' of https://github.com/engor/Ted2Go into dev
67ff70e0 Updated SceneDocument to latest version.
72c6f1b6 New feature - "Recently viewed files" dialog (Ctrl+E)
0038da84 Added ~r processing in Console view to print on the same line.
d01d8f00 New feature - Line spacing interval.
a368ee50 Updated special thanks section.
599fb494 Merge branch 'code-folding' into dev
225b20f2 Removed IRCView file and changed default theme to hollow.
b0101ae8 Improved code-folding stuff
3e9de4e0 Project view - added action 'Collapse all' for folders.
5b4e9160 Added ability to drop folder onto .exe to open it as a project
991fbfd2 Fixed - "Find in files... crash when there are no open documents" (#123)
cd6c7477 Fixed crash when removing code template items (#116).
f6344856 Project view - now have autoscrolling to just-drag-n-dropped item (#120).
630df8be Project view - improve dragging stuff (wip).
e2423848 Project view - dragging mode - added autoscroll nearest edges and autoexpand folders by hover about 1 sec
1f606918 Fix `##Rem` in autocompletion (#117)
6928715d Fixed custom font applying at startup (#119).
dd4ed41a Fixed preprocessor keywords for c++.
cef36a40 Merge branch 'dev' into code-folding
fe5891d5 Added support of code folding!
7426e4ae Merge branch 'dev' of https://github.com/engor/Ted2Go into dev
e56d71dc Fixed Ted2go growing PATH.
46b635c8 Fixed macos build error in v1.1.11
ab388858 Fixed disabled menu itemss for hollow theme.

git-subtree-dir: src/ted2go
git-subtree-split: de1d6d4a6793f91b23ab1bb73754fe5d07b2f136
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants